/* Freestar dark CSS */

.minerva-toggle { margin-bottom: -18px !important; }
.dark .adWrapper { background: rgba(45, 45, 45, 0.9); }
.dark .fs-close-button { background-color: #000 !important; }
.dark .fs-sticky-wrapper { background: rgba(45, 45, 45, 0.9) !important; }

@media (prefers-color-scheme: dark) {
	.adWrapper { background: rgba(45, 45, 45, 0.9) !important; }
}
