/* ==========================================================================
   Account Panel (BCP) dark mode overrides
   --------------------------------------------------------------------------
   Loaded after css/dark.css, which hardcodes its own link colours. These rules
   re-apply the active theme using the --bcp-*-on-dark tokens declared by the
   theme file.
   ========================================================================== */

a, .btn-link {
	color: var(--bcp-primary-on-dark);
}

a:hover, a:focus, .btn-link:focus, .btn-link:hover, .btn-link:disabled, a:disabled {
	color: var(--bcp-primary-on-dark-hover);
}

.btn-primary {
	color: #eee;
}

.form-control[readonly]:focus, .input[readonly]:focus {
	border-color: #67696a !important;
	box-shadow: none !important;
}

#custom-handle {
	background-color: var(--bcp-primary-on-dark);
	border-color: var(--bcp-primary-on-dark);
}

#news-accordion .ui-widget-content a:not(.btn) {
	color: var(--bcp-primary-on-dark);
}

#news-accordion .ui-widget-content a:not(.btn):hover,
#news-accordion .ui-widget-content a:not(.btn):focus {
	color: var(--bcp-primary-on-dark-hover);
}
