.game-calendar {
	display: flex;
}
.game-calendar.--loading {
	pointer-events: none;
}
.game-calendar__stage-outer {
	/* width: 100%; */
	position: relative;
	overflow: hidden;
}
.game-calendar__stage {
	position: relative;
	display: flex;
	transform: translateX(0);
	will-change: transform;
	transition: transform .2s;
}
.game-calendar__stage > :first-child {
	transition: margin-left .2s;
}
.game-calendar__control-nav {
	width: 17px;
	padding: 5px;
	border: none;
	background-color: #909090;
	color: #fff;
	font-size: 18px;
	outline: none;
}
.game-calendar__control-nav.--prev {
	border-right: 1px solid #d1d1d1;
}
.game-calendar__control-nav.--next {
	border-left: 1px solid #d1d1d1;
}
.game-calendar__item {
	position: relative;
	height: 120px;
	width: calc(100vw / 7);
	min-width: 200px;
	overflow: hidden;
	transition: width .2s;
	color: #000;
	font-size: 12px;
}
.game-calendar__item a {
	text-decoration: none;
}
.game-calendar__item-preview {
	position: relative;
	height: 100%;
	width: calc(100vw / 7);
	min-width: 200px;
	padding: 20px;
	overflow: hidden;
	z-index: 1;
	background-color: #E4E4E4;
}
/*
.game-calendar__item-preview-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 18px;
	z-index: 3;
	border: none;
	background-color: #E4E4E4;
	text-align: center;
}
.game-calendar__item-preview-toggle:focus-visible {
	outline: none;
}
.game-calendar__item-preview-toggle .fa {
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
	font-size: 18px;
	will-change: transform;
}
.game-calendar__item-preview-toggle .fa:last-child {
	left: 7px;
}
*/
.game-calendar__item-preview::after
/*
.game-calendar__item-preview-toggle::before,
.game-calendar__item-preview-toggle::after
*/
{
	content: '';
	position: absolute;
	top: 10%;
	right: 0;
	height: 80%;
	width: 1px;
	border-left: 1px solid rgba(0,0,0, .1);
	z-index: 3;
}
/*
.game-calendar__item-preview-toggle::before {
	right: auto;
	left: 0;
	border-left-style: dotted;
}
*/
.game-calendar__item-tournament {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 1.35em;
	font-family: 'Open Sans Condensed';
	line-height: 1em;
}
.game-calendar__item-tournament a {
	color: #949494;
}
.game-calendar__item.--wooman .game-calendar__item-preview {
	/* background-color: #e27777; */
	background-image: linear-gradient(to right, #e27777, #e36666);
}
.game-calendar__item.--wooman .game-calendar__item-tournament a {
	color: #fff;
}
/*
.game-calendar__item.--wooman .game-calendar__item-preview-toggle {
	background-color: #e36666;
}
*/
.game-calendar__item-team {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.game-calendar__item-team a {
	color: inherit;
	font-family: Arial;
}
.game-calendar__item-team.--win::after {
	content: '';
	position: absolute;
	right: -24px;
	height: 30px;
	width: 30px;
	background-color: #00A0E4;
	transform: rotate(45deg);
}
.game-calendar__item-team-label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	height: 2em;
	aspect-ratio: 1 / 1;
}
.game-calendar__item-team-label img {
	display: inline-block !important;
	/* height: 1.6em; */
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
}
.game-calendar__item-team-link {
	font-size: 1.1em;
}
.game-calendar__item-team-score {
	font-size: 17px;
	font-weight: 700;
	margin-left: auto;
	font-family: 'Open Sans';
}
.game-calendar__item-detail {
	position: absolute;
	top: 0;
	/* left: 0; */
	right: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 200px;
	width: calc(100vw / 7);
	padding: 12px;
	z-index: 0;
	background-color: #fff;
	will-change: transform;
	transition: transform .2s;
	text-align: center;
	font-family: Arial;
}
.game-calendar__item-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
	font-family: 'Open Sans Condensed';
	/* font-size: 0.95em; */
	line-height: 1em;
}
.game-calendar__item-date-day {
	font-weight: 700;
	text-transform: uppercase;
}
.game-calendar__item-date-month {
	padding: 3px 6px;
	background-color: #949494;
	color: #fff;
	font-weight: 700;
	/* line-height: 1em; */
}
.game-calendar__item.--future .game-calendar__item-date-month {
	background-color: #00a0e4;
}
.game-calendar__item-date-time {
	font-weight: 700;
	font-size: 1.5em;
}
.game-calendar__item-place {
	margin-bottom: 5px;
	color: #858585;
	font-size: .9em;
	line-height: 1em;
}
.game-calendar__item-video {
	margin-bottom: 5px;
}
.game-calendar__item-video::before {
	content: url('/web/svg/video.svg');
	vertical-align: middle;
	line-height: 1em;
}
.game-calendar__item-video.--type-youtube_link::before {
	content: url('/web/svg/video-youtube.svg');
}
.game-calendar__item-video a {
	color: inherit;
}
.game-calendar__item-links {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	/* align-items: space-around; */
	flex-grow: 1;
	padding-top: 3px;
	border-top: 2px dotted #d7d7d7;
}
.game-calendar__item-links.--horizontal {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.game-calendar__item-links a {
	display: inline-block;
	border-bottom: 1px solid #0091ff;
	color: #0091ff;
	font-size: 0.95em;
}
.game-calendar__week {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	padding: 15px 30px;
	background-color: #949494;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans Condensed';
	font-size: 13px;
	white-space: nowrap;
}
.game-calendar__week-day {
	font-size: 1.5em;
}
.game-calendar__week-day {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #949494;
	color: #fff;
}

/* .game-calendar [data-slide]:last-child .game-calendar__item-detail {
	visibility: hidden;
}
.game-calendar [data-slide]:last-child:hover .game-calendar__item-detail {
	visibility: visible;
} */

.game-calendar [data-slide]:not(:last-child) .game-calendar__item:hover,
.game-calendar__item.--opened {
	width: calc(100vw / 7 * 2);
}

.game-calendar__stage.--has-active-element > :first-child {
	margin-left: calc(100vw / 7 * -1);
}

@media (max-width: 1200px) {
	.game-calendar__item,
	.game-calendar__item-preview,
	.game-calendar__item-detail {
		width: calc(100vw / 5);
	}

	.game-calendar [data-slide]:not(:last-child) .game-calendar__item:hover,
	.game-calendar__item.--opened {
		width: calc(100vw / 5 * 2);
	}

	.game-calendar__stage.--has-active-element > :first-child {
		margin-left: calc(100vw / 5 * -1);
	}
}
@media (max-width: 768px) {
	.game-calendar__stage.--has-active-element > :first-child {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.game-calendar__item {
		/* min-width: 210px; */
		min-width: auto;
		width: calc((100vw - 17px * 2) / 2);
	}
	.game-calendar [data-slide]:not(:last-child) .game-calendar__item:hover,
	.game-calendar__item.--opened {
		width: calc((100vw - 17px * 2) / 2);
	}
	.game-calendar__item-preview {
		display: flex;
		flex-direction: column;
		width: 100% !important;
		min-width: auto;
		/* padding-right: 30px; */
		padding-left: 6px;
		padding-right: 8px;
	}
	/* .game-calendar__item-preview-toggle {
		display: block;
	} */
	.game-calendar__item-tournament {
		font-size: 1.15em;
		margin-bottom: auto;
	}
	.game-calendar__item-team-link {
		font-size: 1em;
	}
	.game-calendar__item-team-score {
		font-size: 15px;
	}
	.game-calendar__item-team.--win::after {
		right: -29px;
	}
	.game-calendar__item-detail {
		width: 100% !important;
		min-width: auto;
		/* padding-right: 22px; */
		padding: 6px;
		z-index: 2;
		transform: translateX(100%);
		transition: transform .2s;
	}
	.game-calendar__item-date {
		display: grid;
		grid-template-columns: auto auto;
	}
	.game-calendar__item-date-month {
		grid-row-start: 1;
		grid-row-end: 3;
		order: 3
	}
	.game-calendar__item.--opened .game-calendar__item-detail {
		transform: translateX(0%);
	}
	/* .game-calendar__item.--opened .game-calendar__item-preview-toggle {
		background-color: #fff;
	} */
	/* .game-calendar__item-preview::after,
	.game-calendar__item .game-calendar__item-preview-toggle::before,
	.game-calendar__item .game-calendar__item-preview-toggle::after {
		height: 100%;
		top: 0;
	} */
	/* .game-calendar__item.--opened .game-calendar__item-preview-toggle .fa {
		transform: translate(1px, -50%) rotate(180deg);
	} */
	/* .game-calendar__item.--opened::after,
	.game-calendar__item.--opened .game-calendar__item-preview-toggle::after {
		border-color: transparent;
	} */
	.game-calendar .game-calendar__slide.--week {
		display: none;
	}
}


