/* Terms View Specific Styles */
/* Styles specific to the terms page */

.terms-content {
    /* Terms page content styles */
}

/* Cookies/terms: CMS legal HTML — default blues (often inline) fail on dark glass */
html[data-theme="dark"] .cookie-policy-content a,
html[data-theme="dark"] .terms-content .legal-content a {
    color: #93c5fd !important;
}
html[data-theme="dark"] .cookie-policy-content a:hover,
html[data-theme="dark"] .terms-content .legal-content a:hover {
    color: #bfdbfe !important;
}
