﻿/* =================================================================
   ShipDeez — Legal pages (Terms of Service, Privacy Policy, etc.)
   Page-specific styles. Global tokens/components live in shipdeez.css.
   ================================================================= */

/* Inline-align Material Symbols icons used alongside body text */
.material-symbols-outlined {
    display: inline-block;
    vertical-align: middle;
}

/* Sticky "On This Page" sidebar — active link state */
.sticky-nav-active {
    border-left: 3px solid #F97316;
    background-color: #EFF4FF;
    font-weight: 700;
    color: #001c3b;
}
