/* CS2Day 1.4.1: official wordmark integration. */
body.cs2day-v2 .site-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	width: 158px;
	min-width: 158px;
	padding: 7px 9px;
	border-radius: 5px;
	background: #081014;
}

body.cs2day-v2 .site-brand__logo,
body.cs2day-v2 .site-brand .custom-logo {
	display: block;
	width: 100%;
	height: auto;
	max-height: 28px;
	object-fit: contain;
}

body.cs2day-v2 .site-brand--custom {
	padding: 0;
	background: transparent;
}

body.cs2day-v2 .site-brand--custom .custom-logo-link {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 7px 9px;
	border-radius: 5px;
	background: #081014;
}

body.cs2day-v2 .site-footer__brand {
	display: grid;
	justify-items: start;
	gap: 12px;
}

body.cs2day-v2 .site-footer__logo-link {
	display: inline-flex;
	width: 190px;
	padding: 9px 11px;
	border-radius: 5px;
	background: #081014;
}

body.cs2day-v2 .site-footer__logo {
	display: block;
	width: 100%;
	height: auto;
}

body.cs2day-v2 .site-footer__brand strong {
	display: none;
}

body.cs2day-v2 .site-footer__brand p {
	max-width: 370px;
	margin: 0;
}

@media (max-width: 1180px) {
	body.cs2day-v2 .site-brand {
		width: 142px;
		min-width: 142px;
	}
}

@media (max-width: 680px) {
	body.cs2day-v2 .site-brand {
		width: 132px;
		min-width: 132px;
		padding: 6px 8px;
	}

	body.cs2day-v2 .site-footer__logo-link {
		width: 170px;
	}
}
