/* CS2Day release 1.1.8 authoritative homepage adjustments. */

body.cs2day-v2 .cs2-home-news-stage {
	grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
}

body.cs2day-v2 .cs2-home-news-card--compact p {
	-webkit-line-clamp: 2;
}

body.cs2day-v2 .cs2-sidebar-module--match-hub {
	display: flex;
	flex-direction: column;
	height: var(--cs2-match-hub-height, auto);
}

body.cs2day-v2 .cs2-match-hub__live {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0 12px 10px;
}

body.cs2day-v2 .cs2-live-match__logo {
	height: 78px;
	width: 78px;
}

body.cs2day-v2 .cs2-live-match__score {
	transform: translateY(23px);
}

body.cs2day-v2 .cs2-match-hub__panel {
	background: color-mix(in srgb, var(--cs2-v2-bg) 72%, var(--cs2-v2-panel));
	border: 0 solid var(--cs2-v2-border);
	border-width: 0 1px 1px;
	border-radius: 0 0 4px 4px;
	flex: 1 1 auto;
	margin: 0 12px 12px;
	min-height: 0;
	padding: 0 10px 8px;
}

body.cs2day-v2 .cs2-match-hub__tabs {
	background: color-mix(in srgb, var(--cs2-v2-bg) 72%, var(--cs2-v2-panel));
	border: 1px solid var(--cs2-v2-border);
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 12px;
	padding: 8px 10px 0;
}

body.cs2day-v2 .cs2-match-hub__panel:not([hidden]) {
	display: flex;
	flex-direction: column;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-list {
	flex: 1 1 auto;
	height: 100%;
	max-height: none;
	overflow-y: scroll;
}

body.cs2day-v2 .cs2-sidebar-match--upcoming {
	padding-block: 4px;
}

body.cs2day-v2 .cs2-sidebar-match--upcoming .cs2-sidebar-upcoming__meta {
	margin-top: 2px;
}

body.cs2day-v2 .cs2-sidebar-result__teams {
	gap: 6px;
}

body.cs2day-v2 .cs2-sidebar-result__team {
	grid-template-columns: 28px minmax(0, 1fr) 34px;
	min-height: 30px;
}

body.cs2day-v2 .cs2-sidebar-result__team .cs2-sidebar-match__logo {
	height: 28px;
	width: 28px;
}

body.cs2day-v2 .cs2-home-lfg {
	padding: 12px;
}

body.cs2day-v2 .cs2-home-lfg__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.cs2day-v2 .cs2-home-lfg-card {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	color: var(--cs2-v2-text);
	display: flex;
	flex-direction: column;
	min-height: 142px;
	padding: 11px;
	text-decoration: none;
}

body.cs2day-v2 .cs2-home-lfg-card:hover {
	border-color: var(--cs2-v2-border-strong);
}

body.cs2day-v2 .cs2-home-lfg-card__type {
	color: var(--cs2-v2-muted);
	font-size: .59rem;
	font-weight: 800;
	margin-bottom: 7px;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-home-lfg-card > strong {
	display: -webkit-box;
	font-size: .82rem;
	line-height: 1.3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.cs2day-v2 .cs2-home-lfg-card > p {
	color: var(--cs2-v2-muted);
	display: -webkit-box;
	font-size: .68rem;
	line-height: 1.45;
	margin: 7px 0 9px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.cs2day-v2 .cs2-home-lfg-card > footer {
	align-items: center;
	display: flex;
	font-size: .59rem;
	gap: 8px;
	justify-content: space-between;
	margin-top: auto;
}

body.cs2day-v2 .cs2-home-lfg-card > footer span {
	color: var(--cs2-v2-text);
}

body.cs2day-v2 .cs2-home-lfg-card > footer time {
	color: var(--cs2-v2-muted);
	white-space: nowrap;
}

body.cs2day-v2 .cs2-sidebar-module--streams,
body.cs2day-v2 .cs2-sidebar-module--transfers {
	display: flex;
	flex-direction: column;
}

body.cs2day-v2 .cs2-sidebar-module--streams {
	height: var(--cs2-streams-height, auto);
}

body.cs2day-v2 .cs2-sidebar-module--transfers {
	height: var(--cs2-transfers-height, auto);
}

body.cs2day-v2 .cs2-sidebar-module--streams .cs2-sidebar-list {
	flex: 1 1 auto;
	max-height: none;
	overflow-y: auto;
}

body.cs2day-v2 .cs2-sidebar-transfer-panel:not([hidden]) {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

body.cs2day-v2 .cs2-sidebar-transfer-panel .cs2-sidebar-list {
	align-content: start;
	flex: 1 1 auto;
	grid-auto-rows: 58px;
	max-height: none;
	min-height: 0;
	overflow-y: scroll;
	scrollbar-gutter: stable;
}

@media (max-width: 1024px) {
	body.cs2day-v2 .cs2-home-news-stage {
		grid-template-columns: minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-sidebar-module--match-hub {
		height: auto;
	}

	body.cs2day-v2 .cs2-sidebar-module--streams,
	body.cs2day-v2 .cs2-sidebar-module--transfers {
		height: auto;
	}

	body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-list {
		height: auto;
		max-height: 430px;
	}

	body.cs2day-v2 .cs2-home-lfg__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	body.cs2day-v2 .cs2-home-lfg__grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Release 1.3.6: category artwork, stable Quick Connect rows and matched match density. */
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__side {
	grid-template-columns: 38px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__side--away {
	grid-template-columns: minmax(0, 1fr) 38px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__logo {
	height: 38px;
	width: 38px;
}

body.cs2day-v2 .cs2-sidebar-result__twitch {
	background: transparent;
	border: 1px solid var(--cs2-v2-border-strong);
	color: var(--cs2-v2-muted);
	font-size: 9px;
	font-weight: 750;
	min-height: 22px;
	padding: 0 6px;
}

body.cs2day-v2 .cs2-home-quick .cs2-quick-list {
	display: block;
	height: 194px;
	max-height: 194px;
	overflow-x: hidden;
	overflow-y: auto;
}

body.cs2day-v2 .cs2-home-quick .cs2-quick-row {
	display: block;
	height: 54px;
	min-height: 54px;
	overflow: hidden;
	padding: 0;
}

body.cs2day-v2 .cs2-home-quick .cs2-quick-row__open {
	box-sizing: border-box;
	display: grid;
	gap: 3px;
	grid-template-rows: 17px minmax(0, 1fr);
	height: 54px;
	min-height: 54px;
	overflow: hidden;
	padding: 6px 8px;
}

body.cs2day-v2 .cs2-home-quick .cs2-quick-row__open > strong {
	display: block;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-home-quick :where(.cs2-quick-row__author, .cs2-quick-row__excerpt) {
	display: none;
}
body.cs2day-v2 .cs2-sidebar-result__twitch {
	background: transparent;
	border: 1px solid var(--cs2-v2-border-strong);
	color: var(--cs2-v2-muted);
	font-size: 9px;
	font-weight: 750;
	min-height: 22px;
	padding: 0 6px;
}

body.cs2day-v2 .cs2-category-image-preview {
	display: grid;
	gap: 6px;
	margin-top: 10px;
}

body.cs2day-v2 .cs2-category-image-preview [data-cs2-category-image-frame] {
	align-items: center;
	aspect-ratio: 16 / 7;
	background: var(--cs2-v2-bg-soft);
	border: 1px dashed var(--cs2-v2-border-strong);
	border-radius: 5px;
	color: var(--cs2-v2-muted);
	display: flex;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

body.cs2day-v2 .cs2-category-image-preview img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.cs2day-v2 .cs2-editor-mention-results {
	margin-top: 6px;
	position: relative;
	z-index: 20;
}

body.cs2day-v2 .cs2-taxonomy-workspace {
	display: grid;
	gap: 14px;
	grid-template-columns: 230px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-taxonomy-navigation {
	align-self: start;
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	display: grid;
	gap: 12px;
	padding: 10px;
	position: sticky;
	top: 86px;
}

body.cs2day-v2 .cs2-taxonomy-navigation section {
	display: grid;
	gap: 3px;
}

body.cs2day-v2 .cs2-taxonomy-navigation strong {
	color: var(--cs2-v2-muted);
	font-size: .67rem;
	padding: 4px 7px;
	text-transform: uppercase;
}

body.cs2day-v2 .cs2-taxonomy-navigation a {
	border-radius: 4px;
	color: var(--cs2-v2-text-muted);
	font-size: .75rem;
	padding: 7px;
}

body.cs2day-v2 .cs2-taxonomy-navigation a.is-active {
	background: var(--cs2-v2-panel-strong);
	color: var(--cs2-v2-text);
	box-shadow: inset 2px 0 var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-taxonomy-editor,
body.cs2day-v2 .cs2-taxonomy-terms {
	display: grid;
	gap: 10px;
}

body.cs2day-v2 .cs2-taxonomy-term {
	align-items: end;
	background: var(--cs2-v2-bg-soft);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	display: grid;
	gap: 8px;
	grid-template-columns: 108px minmax(120px, 1fr) minmax(110px, .7fr) minmax(150px, 1.2fr) auto;
	padding: 10px;
}

body.cs2day-v2 .cs2-taxonomy-term__image {
	align-items: center;
	background: var(--cs2-v2-bg);
	border-radius: 4px;
	display: flex;
	height: 64px;
	justify-content: center;
	overflow: hidden;
}

body.cs2day-v2 .cs2-taxonomy-term__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body.cs2day-v2 .cs2-taxonomy-term__upload,
body.cs2day-v2 .cs2-taxonomy-term > .cs2-check {
	grid-column: 2 / -1;
}

body.cs2day-v2 .cs2-taxonomy-add {
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 5px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	margin-top: 8px;
	padding: 12px;
}

body.cs2day-v2 .cs2-taxonomy-add h3 {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	body.cs2day-v2 .cs2-taxonomy-workspace,
	body.cs2day-v2 .cs2-taxonomy-term,
	body.cs2day-v2 .cs2-taxonomy-add {
		grid-template-columns: minmax(0, 1fr);
	}
	body.cs2day-v2 .cs2-taxonomy-navigation {
		position: static;
	}
	body.cs2day-v2 .cs2-taxonomy-term__upload,
	body.cs2day-v2 .cs2-taxonomy-term > .cs2-check,
	body.cs2day-v2 .cs2-taxonomy-add h3 {
		grid-column: 1;
	}
}

/* Release 1.2.0: stable match tabs, alternating rows and fixed transfer routes. */
body.cs2day-v2 .cs2-match-hub__tabs {
	box-sizing: border-box;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 6px;
	max-width: calc(100% - 24px);
	min-width: 0;
	width: calc(100% - 24px);
}

body.cs2day-v2 .cs2-match-hub__tabs button {
	background: color-mix(in srgb, var(--cs2-v2-panel-strong) 82%, var(--cs2-v2-bg));
	border: 1px solid transparent;
	border-radius: 3px;
	color: var(--cs2-v2-muted);
	min-height: 34px;
	padding: 6px 10px;
	text-align: center;
}

body.cs2day-v2 .cs2-match-hub__tabs button.is-active {
	background: var(--cs2-v2-panel-strong);
	border-color: var(--cs2-v2-border-strong);
	box-shadow: inset 0 -2px 0 var(--cs2-v2-accent);
	color: var(--cs2-v2-text);
}

body.cs2day-v2 .cs2-match-hub__panel {
	box-sizing: border-box;
	max-width: calc(100% - 24px);
	min-width: 0;
	width: calc(100% - 24px);
}

body.cs2day-v2 .cs2-sidebar-module--match-hub {
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-list {
	overflow-y: scroll;
	scrollbar-gutter: stable;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match {
	border-bottom: 0;
	border-radius: 0;
	box-sizing: border-box;
	margin: 0;
	padding-inline: 10px 16px;
	width: 100%;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match:nth-child(odd) {
	background: transparent;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match:nth-child(even) {
	background: color-mix(in srgb, var(--cs2-v2-bg) 80%, #000);
}

body.cs2day-v2 .cs2-match-hub__panel {
	padding-inline: 0;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__versus,
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__meta,
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__meta small {
	min-width: 0;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__meta small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-home-lfg__cta {
	align-items: center;
	background: color-mix(in srgb, var(--cs2-v2-panel-strong) 72%, transparent);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 4px;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 12px;
	min-height: 76px;
	padding: 12px 14px;
	width: 100%;
}

body.cs2day-v2 .cs2-home-lfg__cta > div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body.cs2day-v2 .cs2-home-lfg__cta strong {
	font-size: .82rem;
}

body.cs2day-v2 .cs2-home-lfg__cta span {
	color: var(--cs2-v2-muted);
	font-size: .68rem;
	line-height: 1.4;
}

body.cs2day-v2 .cs2-home-lfg__cta .cs2-button {
	flex: 0 0 auto;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-sidebar-module--transfers,
body.cs2day-v2 .cs2-sidebar-transfer-panel {
	min-height: 0;
}

body.cs2day-v2 :where(
	.cs2-home-heading__link,
	.cs2-home-community-panel__header > a,
	.cs2-sidebar-module__header > a
) {
	align-items: center;
	background: var(--cs2-v2-panel-strong);
	border: 1px solid var(--cs2-v2-border-strong);
	border-radius: 4px;
	color: var(--cs2-v2-text);
	display: inline-flex;
	font-size: .64rem;
	font-weight: 750;
	justify-content: center;
	min-height: 30px;
	padding: 5px 10px;
	text-decoration: none;
}

body.cs2day-v2 :where(
	.cs2-home-heading__link,
	.cs2-home-community-panel__header > a,
	.cs2-sidebar-module__header > a
):hover {
	background: color-mix(in srgb, var(--cs2-v2-panel-strong) 88%, var(--cs2-v2-accent));
	border-color: color-mix(in srgb, var(--cs2-v2-border-strong) 68%, var(--cs2-v2-accent));
	color: var(--cs2-v2-text);
}

@media (max-width: 620px) {
	body.cs2day-v2 .cs2-home-lfg__cta {
		align-items: stretch;
		flex-direction: column;
	}

	body.cs2day-v2 .cs2-home-lfg__cta .cs2-button {
		width: 100%;
	}

}

/* Release 1.2.3: aligned community panels and compact match metadata. */
body.cs2day-v2 :where(.cs2-home-ticker, .cs2-home-quick) {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 355px;
	min-height: 355px;
}

body.cs2day-v2 .cs2-home-ticker__list {
	height: 230px;
	max-height: 230px;
}

body.cs2day-v2 .cs2-home-quick .cs2-quick-list {
	height: 194px;
	max-height: 194px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match {
	gap: 2px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__meta,
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--result .cs2-sidebar-match__meta {
	border: 0 !important;
	margin-top: 0;
	padding-top: 0;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming,
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--result {
	padding-block: 6px;
}

body.cs2day-v2 .cs2-home-news-card__body {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

body.cs2day-v2 .cs2-home-news-card .cs2-engagement-bar {
	align-items: center;
	border-top: 1px solid var(--cs2-v2-border);
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	min-height: 35px;
	padding-top: 8px;
}

body.cs2day-v2 .cs2-home-layout :where(
	.cs2-home-heading__link,
	.cs2-home-community-panel__header > a,
	.cs2-sidebar-module__header > a
) {
	box-sizing: border-box;
	height: 32px !important;
	line-height: 1;
	min-height: 32px !important;
	padding: 0 10px !important;
}

body.cs2day-v2 .cs2-sidebar-transfer {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto;
	height: 58px;
	min-height: 58px;
	padding-block: 5px;
	width: 100%;
}

body.cs2day-v2 .cs2-sidebar-transfer__copy {
	grid-column: 1;
	min-width: 0;
	width: auto;
}

body.cs2day-v2 .cs2-sidebar-transfer__copy strong {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.cs2day-v2 .cs2-sidebar-transfer__route {
	align-self: center;
	flex-wrap: nowrap;
	grid-column: 2;
	grid-row: 1;
	margin-left: 12px;
	white-space: nowrap;
}

@media (max-width: 620px) {
	body.cs2day-v2 .cs2-sidebar-transfer__route {
		margin-left: 8px;
	}
}

/* Release 1.2.6: unified match rows and focused Looking For directories. */
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	order: 0;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__meta small {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	min-width: 0;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-sidebar-result__meta small img {
	height: 16px;
	object-fit: contain;
	width: 16px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__versus {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
	order: 1;
	width: 100%;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-result__versus.has-cast {
	grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__versus.has-cast {
	grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-sidebar-result__score {
	align-items: center;
	background: var(--cs2-v2-bg);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 4px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 5px;
	justify-content: center;
	min-height: 28px;
}

body.cs2day-v2 .cs2-sidebar-result__score b,
body.cs2day-v2 .cs2-sidebar-result__score i {
	font-style: normal;
}

body.cs2day-v2 .cs2-sidebar-result__score b.is-winner {
	color: var(--cs2-v2-accent);
}

body.cs2day-v2 .cs2-sidebar-result__twitch {
	align-items: center;
	background: #9146ff;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	justify-content: center;
	min-height: 28px;
	padding: 0 7px;
}

body.cs2day-v2 .cs2-lfg-tabs {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	padding: 0 0 12px;
	scrollbar-width: thin;
}

body.cs2day-v2 .cs2-lfg-tabs button {
	background: var(--cs2-v2-bg-elevated);
	border: 1px solid var(--cs2-v2-border);
	border-radius: 4px;
	color: var(--cs2-v2-text-muted);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	min-height: 34px;
	padding: 0 12px;
	white-space: nowrap;
}

body.cs2day-v2 .cs2-lfg-tabs button:hover,
body.cs2day-v2 .cs2-lfg-tabs button.is-active {
	background: var(--cs2-v2-panel-strong);
	border-color: var(--cs2-v2-accent);
	color: var(--cs2-v2-text);
}

body.cs2day-v2 .cs2-lfg-tabs--directory {
	margin-bottom: 12px;
	padding-bottom: 8px;
}

body.cs2day-v2 .cs2-lfg-directory .cs2-lfg-category-grid {
	display: block;
}

body.cs2day-v2 .cs2-lfg-directory .cs2-lfg-category {
	width: 100%;
}

body.cs2day-v2 [data-lfg-type][hidden] {
	display: none !important;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__side {
	grid-template-columns: 48px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__side--away {
	grid-template-columns: minmax(0, 1fr) 48px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__logo {
	height: 48px;
	width: 48px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--result .cs2-sidebar-match__side {
	grid-template-columns: 38px minmax(0, 1fr);
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--result .cs2-sidebar-match__side--away {
	grid-template-columns: minmax(0, 1fr) 38px;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--result .cs2-sidebar-match__logo {
	height: 38px;
	width: 38px;
}

body.cs2day-v2 .cs2-quick-directory .cs2-quick-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: auto;
	max-height: none;
	overflow: visible;
}

body.cs2day-v2 .cs2-quick-directory .cs2-quick-row,
body.cs2day-v2 .cs2-quick-directory .cs2-quick-row__open {
	min-height: 132px;
}

body.cs2day-v2 .cs2-home-quick .cs2-quick-row__open {
	min-height: 58px;
	padding-block: 7px;
}

@media (max-width: 620px) {
	body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__versus,
	body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-result__versus.has-cast,
	body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-upcoming__versus.has-cast {
		grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
	}

	body.cs2day-v2 .cs2-quick-directory .cs2-quick-list {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Final release 1.3.6 component overrides. */
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__side {
	grid-template-columns: 38px minmax(0, 1fr);
}
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__side--away {
	grid-template-columns: minmax(0, 1fr) 38px;
}
body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-match--upcoming .cs2-sidebar-match__logo {
	height: 38px;
	width: 38px;
}
body.cs2day-v2 .cs2-home-quick .cs2-quick-list {
	display: block;
	height: 194px;
	max-height: 194px;
	overflow-x: hidden;
	overflow-y: auto;
}
body.cs2day-v2 .cs2-home-quick .cs2-quick-row,
body.cs2day-v2 .cs2-home-quick .cs2-quick-row__open {
	box-sizing: border-box;
	height: 54px;
	min-height: 54px;
	max-height: 54px;
}
body.cs2day-v2 .cs2-home-quick .cs2-quick-row {
	display: block;
	overflow: hidden;
	padding: 0;
}
body.cs2day-v2 .cs2-home-quick .cs2-quick-row__open {
	display: grid;
	gap: 3px;
	grid-template-rows: 17px minmax(0, 1fr);
	overflow: hidden;
	padding: 6px 8px;
}
body.cs2day-v2 .cs2-home-quick :where(.cs2-quick-row__author, .cs2-quick-row__excerpt) {
	display: none;
}

body.cs2day-v2 .cs2-match-hub__panel .cs2-sidebar-result__twitch {
	background: transparent;
	border: 1px solid var(--cs2-v2-border-strong);
	color: var(--cs2-v2-muted);
	font-size: 9px;
	font-weight: 750;
	height: 22px;
	min-height: 22px;
	padding: 0 6px;
}
