/* Last-mile dark-mode contrast overrides. Loaded after the main theme file. */
html.user-theme-dark body .form-label,
html.user-theme-dark body .card .form-label,
html.user-theme-dark body form.card label,
html.user-theme-dark body .contact-form label,
html.user-theme-dark body .form-card label {
    color: #eaf1f5 !important;
    opacity: 1 !important;
}

html.user-theme-dark body form.card .form-control,
html.user-theme-dark body form.card .form-select,
html.user-theme-dark body form.card textarea,
html.user-theme-dark body form.card input {
    color: #f7fbff !important;
    -webkit-text-fill-color: #f7fbff !important;
}

html.user-theme-dark body form.card .form-control:focus,
html.user-theme-dark body form.card .form-select:focus,
html.user-theme-dark body form.card textarea:focus,
html.user-theme-dark body form.card input:focus {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html.user-theme-dark body .navbar .btn-accent,
html.user-theme-dark body header .btn-accent[href*="agent.php"] {
    background: linear-gradient(135deg, #ffd766, #d8a319) !important;
    border-color: #ffd766 !important;
    color: #0b0f12 !important;
    -webkit-text-fill-color: #0b0f12 !important;
    text-shadow: none !important;
}

html.user-theme-dark body .btn-accent,
html.user-theme-dark body .btn-accent *,
html.user-theme-dark body .btn-accent:hover,
html.user-theme-dark body .btn-accent:focus,
html.user-theme-dark body .btn-accent:hover *,
html.user-theme-dark body .btn-accent:focus *,
html.user-theme-dark body .content-link-button:hover,
html.user-theme-dark body .content-link-button:focus,
html.user-theme-dark body .content-link-button:hover *,
html.user-theme-dark body .content-link-button:focus * {
    color: #0b0f12 !important;
    -webkit-text-fill-color: #0b0f12 !important;
}

html.user-theme-dark body .navbar .btn-accent:hover,
html.user-theme-dark body .navbar .btn-accent:focus,
html.user-theme-dark body header .btn-accent[href*="agent.php"]:hover,
html.user-theme-dark body header .btn-accent[href*="agent.php"]:focus {
    background: linear-gradient(135deg, #ffd766, #d8a319) !important;
    border-color: #ffd766 !important;
    color: #0b0f12 !important;
    -webkit-text-fill-color: #0b0f12 !important;
}
