.m-livestreams__intro {
	padding: 0 15px;
	margin-bottom: 40px;
}

.m-livestreams__main {
	display: flex;
	flex-wrap: wrap;

	& > [class*="col-"] {
		display: flex;
		flex-direction: column;
	}
}

.m-livestreams__background {
	background: #f7f7f7;
}

@media (min-width: 992px) {
	.m-livestreams__videoCol {
		padding-right: 0;
	}
}

.m-livestreams__video {
	height: 100%;
}

@media (min-width: 992px) {
	.m-livestreams__video .jwplayer {
		min-height: 100%;
	}
}

.m-livestreams__info {
	padding: 20px 20px 30px;
}

@media (max-width: 767px) {
	.m-livestreams__info {
		top: unset;
	}
}

@media (min-width: 768px) {
	.m-livestreams__info {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.m-livestreams__info {
		padding: 30px 20px;
	}
}

.m-livestreams__infoTitleWrap {
	display: flex;
	gap: 10px;
}

.m-livestreams__infoIcon {
	position: static;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}

.m-livestreams__infoTitle {
	margin-top: 4px;
	font-size: 25px;
}

.m-livestreams__sidebarCol {
	& > * {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.m-livestreams__sidebarCol {
		padding-left: 1px;
	}
}

.m-livestreams__sidebar {
	margin: 0;
	padding: 20px 20px 30px;
}

@media (min-width: 768px) {
	.m-livestreams__sidebar {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.m-livestreams__sidebar {
		padding: 30px 20px;
	}
}

.m-livestreams__sidebarTitleWrap {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.m-livestreams__sidebarTitle {
	font-size: 25px;
	margin-top: 4px;
}

.m-livestreams__sidebarIcon {
	position: static;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}

@media (min-width: 992px) {
	.m-livestreams__footerWrap {
		padding-top: 1px;
	}
}

.m-livestreams__footer {
	padding: 20px 20px 55px;
	container-type: inline-size;
}

@media (min-width: 768px) {
	.m-livestreams__footer {
		padding: 30px 0 70px;
	}
}

@media (max-width: 991px) {
	.m-livestreams__footer {
		background: transparent;
	}
}

@media (min-width: 992px) {
	.m-livestreams__footer {
		padding: 30px;
		margin-bottom: 40px;
	}
}

.m-livestreams__footerTitle {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 25px;
}

.m-livestreams__footerIconDesc {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.m-livestreams__footerIconDesc {
		justify-content: flex-end;
	}
}

.m-livestreams__footerDesc {
	order: 2;
	font-size: 14px;
	padding-top: 3px;
}

@media (min-width: 768px) {
	.m-livestreams__footerDesc {
		order: unset;
	}
}

.m-livestreams__footerIcon {
	position: static;
	width: 23px;
	height: 23px;
}

@media (min-width: 992px) {
	.m-livestreams__footerIcon {
		width: 30px;
		height: 30px;
	}
}

.m-livestreams__scroller {
	overflow-x: auto;
	display: flex;
	gap: 15px;
	padding-top: 15px;
	margin-left: calc(50cqw - 50vw);
	margin-right: calc(50cqw - 50vw);
	padding-left: calc(50vw - 50cqw);
	padding-right: calc(50vw - 50cqw);
	container-type: inline-size;
}

@media (min-width: 992px) {
	.m-livestreams__scroller {
		margin: 0;
		padding: 0;
		gap: 30px;
		flex-wrap: wrap;
	}
}

.m-livestreams__teaser {
	margin: 0;
	flex: 0 0 75cqw;
	max-width: 250px;
}

@media (min-width: 992px) {
	.m-livestreams__teaser {
		flex: 0 1 calc((100cqw - 90px) / 4);
		max-width: none;
	}
}

.m-livestreams__overlay {
	position: absolute;
	inset: 0;
	background: #fff;
	opacity: 0.4;
	transition: 200ms ease opacity;
}

.m-livestreams__teaser:hover .m-livestreams__overlay,
.m-livestreams__teaser:focus-visible .m-livestreams__overlay {
	opacity: 0;
}

.m-livestreams__teaserButtons {
	width: 46px;
}

.m-livestreams__teaserButtons span {
	display: block;
	width: 46px;
	height: 46px;
}

.m-livestreams__teaserButtons img {
	width: 100%;
	height: 100%;
}

.m-livestreams__teaserTitle {
	font-size: 16px;
}

.m-livestreams__teaserMeta {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}

.m-livestreams__teaserIcon {
	position: static;
	width: 30px;
	height: 30px;
}

.m-livestreams__teaserBadge {
	background: #241f1f;
	color: #fff;
	font-size: 14px;
	padding: 7px 8px 3px;
}

.m-livestreams__footerButtons {
	text-align: center;
}
