.garant-schedule-widget {
	--garant-schedule-header-background: #050505;
	--garant-schedule-header-text: #ffd500;
	--garant-schedule-row-odd: #ffffff;
	--garant-schedule-row-even: #eaeaea;
	--garant-schedule-row-hover: #f2f2f2;
	--garant-schedule-border: #e2e2e2;
	--garant-schedule-text: #111111;
	--garant-schedule-filter-border: #e4e4e4;
	--garant-schedule-button-background: #ffd500;
	--garant-schedule-button-hover: #e2b900;
	width: 100%;
	color: var(--garant-schedule-text);
}

.garant-schedule-widget .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.garant-schedule-widget__filters {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 34px;
}

.garant-schedule-widget__filter-field {
	position: relative;
	width: 252px;
	min-width: 0;
}

.garant-schedule-widget__filter-label {
	position: absolute;
	top: 10px;
	left: 16px;
	z-index: 1;
	color: #787878;
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	pointer-events: none;
	opacity: 0;
	transform: translateY(-3px);
	transition: opacity .16s ease, transform .16s ease;
}

.garant-schedule-widget__filter-field.has-value .garant-schedule-widget__filter-label,
.garant-schedule-widget__filter-field:focus-within .garant-schedule-widget__filter-label {
	opacity: 1;
	transform: translateY(0);
}

.garant-schedule-widget__filter {
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	padding: 16px 42px 16px 16px;
	border: 1px solid var(--garant-schedule-filter-border);
	border-radius: 12px;
	background-color: #ffffff;
	background-image: linear-gradient(45deg, transparent 50%, #444 50%), linear-gradient(135deg, #444 50%, transparent 50%);
	background-position: calc(100% - 20px) 23px, calc(100% - 15px) 23px;
	background-repeat: no-repeat;
	background-size: 6px 6px, 6px 6px;
	color: #595454;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	text-transform: none;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.garant-schedule-widget__filter-field.has-value .garant-schedule-widget__filter,
.garant-schedule-widget__filter-field:focus-within .garant-schedule-widget__filter {
	padding-top: 24px;
	padding-bottom: 10px;
}

.garant-schedule-widget__filter-trigger {
	align-items: center;
	appearance: none;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid var(--garant-schedule-filter-border);
	border-radius: 12px;
	color: #595454;
	cursor: pointer;
	display: flex;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 100%;
	min-height: 54px;
	padding: 14px 42px 14px 14px;
	position: relative;
	text-align: left;
	text-transform: none;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
	width: 100%;
}

.garant-schedule-widget__filter-field.has-value .garant-schedule-widget__filter-trigger,
.garant-schedule-widget__filter-field.is-open .garant-schedule-widget__filter-trigger,
.garant-schedule-widget__filter-field:focus-within .garant-schedule-widget__filter-trigger {
	padding-bottom: 10px !important;
	padding-top: 24px !important;
}

.garant-schedule-widget__filter-trigger:focus-visible,
.garant-schedule-widget__filter-field.is-open .garant-schedule-widget__filter-trigger,
.garant-schedule-widget__filter-field:focus-within .garant-schedule-widget__filter-trigger {
	border: 2px solid #ffde00 !important;
	box-shadow: none !important;
	outline: 0;
}

.garant-schedule-widget__filter--native {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	min-height: 1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 1px;
}

.garant-schedule-widget__filter-arrow {
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
	height: 9px;
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: 20px;
	transform: rotate(45deg);
	transition: transform .16s ease, top .16s ease;
	width: 9px;
}

.garant-schedule-widget__filter-field.is-open .garant-schedule-widget__filter-arrow {
	top: 24px;
	transform: rotate(225deg);
}

.garant-schedule-widget__filter-menu {
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 18px;
	box-shadow: 0 10px 20px rgba(32, 32, 32, .14);
	left: 0;
	max-height: 320px;
	overflow-y: auto;
	padding: 12px 14px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	z-index: 20;
}

.garant-schedule-widget__filter-option {
	border-radius: 10px;
	color: var(--garant-schedule-text);
	cursor: pointer;
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	padding: 13px 14px;
	transition: background-color .14s ease;
}

.garant-schedule-widget__filter-option:hover,
.garant-schedule-widget__filter-option:focus-visible,
.garant-schedule-widget__filter-option.is-selected {
	background: #f1f1f1;
	outline: 0;
}

.garant-schedule-widget__filter-field.is-disabled .garant-schedule-widget__filter-trigger {
	background: #f5f5f5;
	color: #bebebe;
	cursor: not-allowed;
}

.garant-schedule-widget__filter-field.is-disabled .garant-schedule-widget__filter-arrow {
	border-color: #bebebe;
}

.garant-schedule-widget__filter:focus,
.garant-schedule-widget__filter:focus-visible,
.garant-schedule-widget__filter:active {
	border: 2px solid #ffde00 !important;
	box-shadow: none !important;
	outline: 0;
}

.garant-schedule-widget__table-wrap {
	overflow-x: auto;
	border-radius: 24px;
}

.garant-schedule-widget__mobile-view {
	display: none;
}

.garant-schedule-widget__table {
	width: 100%;
	min-width: 930px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--garant-schedule-border);
	border-radius: 24px;
	overflow: hidden;
	color: var(--garant-schedule-text);
}

.garant-schedule-widget__table th,
.garant-schedule-widget__table td {
	text-align: left;
	vertical-align: middle;
	border-left: 0;
	border-right: 0;
}

.garant-schedule-widget__table th {
	padding: 22px 24px;
	background-color: var(--garant-schedule-header-background);
	color: var(--garant-schedule-header-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.garant-schedule-widget__table th:first-child {
	border-top-left-radius: 24px;
}

.garant-schedule-widget__table th:last-child {
	border-top-right-radius: 24px;
}

.garant-schedule-widget__table td {
	padding: 22px 24px;
	border-bottom: 1px solid var(--garant-schedule-border);
	background-color: var(--garant-schedule-row-odd);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	transition: background-color 0.2s ease;
}

.garant-schedule-widget .garant-schedule-widget__schedule-text {
	font-weight: 400;
}

.garant-schedule-widget .garant-schedule-widget__schedule-day {
	font-weight: 600;
}

.garant-schedule-widget__table tbody tr:nth-child(even) td {
	background-color: var(--garant-schedule-row-even);
}

.garant-schedule-widget__table tbody tr:hover td {
	background-color: var(--garant-schedule-row-hover);
}

.garant-schedule-widget__table tbody tr:last-child td {
	border-bottom: 0;
}

.garant-schedule-widget__table th:nth-child(1),
.garant-schedule-widget__table td:nth-child(1) {
	width: 17%;
}

.garant-schedule-widget__table th:nth-child(2),
.garant-schedule-widget__table td:nth-child(2) {
	width: 21%;
}

.garant-schedule-widget__table th:nth-child(3),
.garant-schedule-widget__table td:nth-child(3) {
	width: 10%;
}

.garant-schedule-widget__table th:nth-child(4),
.garant-schedule-widget__table td:nth-child(4) {
	width: 18%;
}

.garant-schedule-widget__table th:nth-child(5),
.garant-schedule-widget__table td:nth-child(5) {
	width: 15%;
}

.garant-schedule-widget__table th:nth-child(6),
.garant-schedule-widget__table td:nth-child(6) {
	width: 8%;
}

.garant-schedule-widget__table th:nth-child(7),
.garant-schedule-widget__table td:nth-child(7) {
	width: 11%;
	text-align: center;
}

.garant-schedule-widget__pool-title,
.garant-schedule-widget__pool-address {
	display: block;
}

.garant-schedule-widget__pool-title {
	font-weight: 700;
}

.garant-schedule-widget__pool-address {
	margin-top: 2px;
	font-size: 0.86em;
	font-weight: 400;
}

.garant-schedule-widget__price {
	font-weight: 700;
	white-space: nowrap;
}

.garant-schedule-widget__registration {
	display: inline-block;
	padding: 12px 24px;
	border: 0;
	border-radius: 24px;
	background-color: var(--garant-schedule-button-background);
	color: #111111;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.garant-schedule-widget__registration:hover,
.garant-schedule-widget__registration:focus-visible {
	background-color: var(--garant-schedule-button-hover);
	color: #111111;
}

.garant-schedule-widget__empty-row[hidden],
.garant-schedule-widget__empty-state[hidden] {
	display: none;
}

.garant-schedule-widget__empty-row td {
	padding: 0;
	border-bottom: 0;
	background-color: var(--garant-schedule-row-odd);
}

.garant-schedule-widget__empty-state {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 40px;
	text-align: center;
}

.garant-schedule-widget__empty-title,
.garant-schedule-widget__empty-message {
	margin: 0;
}

.garant-schedule-widget__empty-title {
	color: var(--garant-schedule-text);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.garant-schedule-widget__empty-message {
	color: var(--garant-schedule-text);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
}

.garant-schedule-widget__table tbody tr[hidden] {
	display: none;
}

@media (max-width: 767px) {
	.garant-schedule-widget__filters {
		flex-direction: column;
	}

	.garant-schedule-widget__filter {
		width: 100%;
	}

	.garant-schedule-widget__filter-field {
		width: 100%;
	}

	.garant-schedule-widget__desktop-view {
		display: none;
	}

	.garant-schedule-widget__mobile-view {
		display: flex;
		flex-direction: column;
		border: 1px solid var(--garant-schedule-border);
		border-radius: 16px;
		overflow: hidden;
	}

	.garant-schedule-widget__mobile-view:empty {
		display: none;
	}

	.garant-schedule-widget__mobile-card {
		display: flex;
		flex-direction: column;
		margin: 0;
		background: #ffffff;
	}

	.garant-schedule-widget__mobile-card[hidden] {
		display: none;
	}

	.garant-schedule-widget__mobile-category {
		margin: 0;
		padding: 11px 12px;
		background: var(--garant-schedule-header-background);
		color: var(--garant-schedule-header-text);
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		text-transform: uppercase;
	}

	.garant-schedule-widget__mobile-fields {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 20px 12px 0;
	}

	.garant-schedule-widget__mobile-field {
		align-items: flex-start;
		display: flex;
		gap: 16px;
		justify-content: space-between;
		line-height: 1.4;
	}

	.garant-schedule-widget__mobile-label {
		flex: 0 0 auto;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		text-transform: uppercase;
	}

	.garant-schedule-widget__mobile-value {
		min-width: 0;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		text-align: right;
		word-break: break-word;
	}

	.garant-schedule-widget__mobile-value .garant-schedule-widget__pool-title,
	.garant-schedule-widget__mobile-value .garant-schedule-widget__pool-address {
		text-align: right;
	}

	.garant-schedule-widget__mobile-value .garant-schedule-widget__pool-address {
		font-family: 'Manrope', sans-serif;
	}

	.garant-schedule-widget__mobile-action {
		display: flex;
		justify-content: flex-end;
		padding: 10px 12px 17px;
	}

	.garant-schedule-widget__registration {
		max-width: 100%;
	}
}
