.page-id-15 {
	--fce-calendar-table-width: 1514px;
}

.page-id-15 .site-column-content {
	min-width: 0;
	max-width: 100%;
}

.page-id-15 .site-column-content-wrapper,
.page-id-15 .entry-content {
	max-width: 100%;
}

@media screen and (min-width: 1201px) {
	.page-id-15 .site-section-wrapper-main {
		width: min(1860px, calc(100% - 30px));
		padding-right: 24px;
		padding-left: 24px;
	}
}

.page-id-15 .fce-calendar-table-wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: calc(var(--fce-calendar-table-width) + 2px);
	margin: 0 auto;
	overflow-x: auto;
	border: 1px solid #d9dde1;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 4px 16px rgb(0 0 0 / 7%);
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.page-id-15 .fce-calendar-scrollbar {
	display: none;
}

.page-id-15 .fce-calendar-table-hint {
	width: 100%;
	max-width: var(--fce-calendar-table-width);
	margin: 1.5rem auto .45rem;
	color: #687078;
	font-size: 12px;
	text-align: right;
}

.page-id-15 #tablepress-2 {
	box-sizing: border-box;
	width: var(--fce-calendar-table-width);
	min-width: var(--fce-calendar-table-width);
	margin: 0;
	table-layout: fixed;
	border-collapse: collapse;
}

.page-id-15 #tablepress-2 th,
.page-id-15 #tablepress-2 td {
	box-sizing: border-box;
	padding: .55rem .6rem;
	border-color: #d9dde1;
	font-size: 13px;
	line-height: 1.4;
	vertical-align: top;
	white-space: normal;
	word-break: normal !important;
	overflow-wrap: normal !important;
	hyphens: none;
}

.page-id-15 #tablepress-2 th {
	vertical-align: middle;
}

.page-id-15 #tablepress-2 .column-1 {
	width: 67px;
}

.page-id-15 #tablepress-2 .column-2 {
	width: 101px;
}

.page-id-15 #tablepress-2 .column-3 {
	width: 94px;
}

.page-id-15 #tablepress-2 .column-4,
.page-id-15 #tablepress-2 .column-5,
.page-id-15 #tablepress-2 .column-6,
.page-id-15 #tablepress-2 .column-7,
.page-id-15 #tablepress-2 .column-8,
.page-id-15 #tablepress-2 .column-10 {
	width: 101px;
}

.page-id-15 #tablepress-2 .column-9 {
	width: 113px;
}

.page-id-15 #tablepress-2 .column-11 {
	width: 119px;
}

.page-id-15 #tablepress-2 .column-12,
.page-id-15 #tablepress-2 .column-13 {
	width: 108px;
}

.page-id-15 #tablepress-2 .column-14 {
	width: 198px;
}

.page-id-15 #tablepress-2 th:first-child,
.page-id-15 #tablepress-2 td:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	font-weight: 700;
	box-shadow: none;
}

.page-id-15 #tablepress-2 th:first-child::after,
.page-id-15 #tablepress-2 td:first-child::after {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	width: 1px;
	background: #b8bec3;
	content: "";
	pointer-events: none;
}

.page-id-15 #tablepress-2 th:first-child {
	z-index: 3;
	background: #aaa;
}

.page-id-15 #tablepress-2 tbody td:first-child {
	background: #fff;
}

.page-id-15 #tablepress-2 tbody tr:nth-child(even) td:first-child {
	background: #f7f7f7;
}

@media (min-width: 761px) {
	.page-id-15 .fce-calendar-table-wrap--custom-scrollbar {
		scrollbar-width: none;
	}

	.page-id-15 .fce-calendar-table-wrap--custom-scrollbar::-webkit-scrollbar {
		display: none;
	}

	.page-id-15 .fce-calendar-scrollbar:not([hidden]) {
		display: block;
		box-sizing: border-box;
		width: 100%;
		max-width: var(--fce-calendar-table-width);
		margin: .45rem auto 0;
		padding: .4rem 0 .5rem;
		cursor: pointer;
	}

	.page-id-15 .fce-calendar-scrollbar-track {
		position: relative;
		height: 9px;
		overflow: hidden;
		border-radius: 999px;
		background: #dfe3e6;
		box-shadow: inset 0 1px 2px rgb(0 0 0 / 15%);
	}

	.page-id-15 .fce-calendar-scrollbar-thumb {
		position: absolute;
		top: 0;
		left: 0;
		height: 9px;
		border-radius: 999px;
		background: #5e6870;
		box-shadow: inset 0 0 0 1px rgb(0 0 0 / 12%);
		cursor: grab;
		touch-action: none;
	}

	.page-id-15 .fce-calendar-scrollbar:hover .fce-calendar-scrollbar-thumb,
	.page-id-15 .fce-calendar-scrollbar:focus-visible .fce-calendar-scrollbar-thumb,
	.page-id-15 .fce-calendar-scrollbar-thumb.is-dragging {
		background: #df4933;
	}

	.page-id-15 .fce-calendar-scrollbar:focus-visible {
		outline: 2px solid #df4933;
		outline-offset: 2px;
	}

	.page-id-15 .fce-calendar-scrollbar-thumb.is-dragging {
		cursor: grabbing;
	}
}

@media (max-width: 760px) {
	.page-id-15 .fce-calendar-table-wrap {
		width: 100%;
		margin-top: 1rem;
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.page-id-15 .fce-calendar-table-hint {
		display: none;
	}

	.page-id-15 #tablepress-2 {
		display: block;
		width: 100%;
		min-width: 0;
		border: 0;
		background: transparent;
	}

	.page-id-15 #tablepress-2 thead {
		display: none;
	}

	.page-id-15 #tablepress-2 tbody {
		display: grid;
		gap: 1rem;
	}

	.page-id-15 #tablepress-2 tbody tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		overflow: hidden;
		border: 1px solid #d9dde1;
		border-radius: 4px;
		background: #fff;
		box-shadow: 0 3px 12px rgb(0 0 0 / 7%);
	}

	.page-id-15 #tablepress-2 tbody td {
		display: block;
		width: auto !important;
		padding: .7rem .8rem;
		border: 0;
		border-top: 1px solid #eceeef;
		background: #fff;
		font-size: 14px;
		line-height: 1.35;
	}

	.page-id-15 #tablepress-2 tbody td:nth-child(even) {
		border-left: 1px solid #eceeef;
	}

	.page-id-15 #tablepress-2 tbody td:empty {
		display: none;
	}

	.page-id-15 #tablepress-2 tbody td::before {
		display: block;
		margin-bottom: .25rem;
		color: #687078;
		content: attr(data-label);
		font-size: 10px;
		font-weight: 700;
		letter-spacing: .06em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.page-id-15 #tablepress-2 tbody td:first-child,
	.page-id-15 #tablepress-2 tbody tr:nth-child(even) td:first-child {
		position: static;
		grid-column: 1 / -1;
		width: auto !important;
		padding: .65rem .8rem;
		border: 0;
		background: #df4933;
		box-shadow: none;
		color: #fff;
		font-size: 16px;
	}

	.page-id-15 #tablepress-2 tbody td:first-child::before {
		display: none;
	}

	.page-id-15 #tablepress-2 tbody td:first-child::after {
		display: none;
	}
}

@media (max-width: 430px) {
	.page-id-15 #tablepress-2 tbody tr {
		grid-template-columns: 1fr;
	}

	.page-id-15 #tablepress-2 tbody td:nth-child(even) {
		border-left: 0;
	}
}
