/* Release 1.10.9: dedicated CS2Day wordmarks for dark and light mode. */
body.cs2day-v2 .site-brand.site-brand--theme-logo,
body.cs2day-v2 .site-footer__logo-link {
	background: transparent !important;
}

body.cs2day-v2 .site-brand__logo.site-brand__logo--light,
body.cs2day-v2 .site-footer__logo.site-footer__logo--light {
	display: none !important;
}

html[data-theme="light"] body.cs2day-v2 .site-brand__logo.site-brand__logo--dark,
html[data-theme="light"] body.cs2day-v2 .site-footer__logo.site-footer__logo--dark {
	display: none !important;
}

html[data-theme="light"] body.cs2day-v2 .site-brand__logo.site-brand__logo--light,
html[data-theme="light"] body.cs2day-v2 .site-footer__logo.site-footer__logo--light {
	display: block !important;
}
