.fw-black { font-weight: 900; }

#return-nav .nav-link {
    transition: all 0.2s ease;
    border-left: 2px solid transparent;
    margin-left: -2px;
    color: #6c757d !important;
}

#return-nav .nav-link.active {
    color: #000 !important;
    font-weight: 700;
    border-left: 2px solid #ffc107 !important;
    background-color: rgba(0,0,0,0.03);
}

.policy-content section {
    scroll-margin-top: 150px; 
}

.border-dashed {
    border-style: dashed !important;
}

html { scroll-behavior: smooth; }

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5); 
}