/* terms-and-conditions.css — dark-theme (da-new-theme) color overrides for terms-and-conditions.php
   Loaded after main.css/home-new.css; same-specificity selectors here win via source order.
   Colors/backgrounds/borders only — no layout, sizing, or structural changes. */

/* Hero */
.about-header-area .about-inner-header h1 {
    color: #ffffff;
}

.about-header-area .about-inner-header a {
    color: rgba(255, 255, 255, 0.6);
}

/* Body content */
.terms-content {
    color: #cbd5e1;
}

.terms-content h2 {
    color: #ffffff;
}

.terms-content strong {
    color: #ffffff;
}

.terms-content a {
    color: #c026d3;
}

.terms-content a:hover {
    color: #e11d48;
}
