/**
 * Accolade Pricing Schedule Explorer.
 * Based on accolade-schedule-table-sticky-regions-complete.html.
 */

button.ats-schedule__desktop-toggle:hover, button.ats-schedule__desktop-toggle:focus, button.ats-schedule__mobile-toggle:hover, button.ats-schedule__mobile-toggle:focus {
transform: scale(1);
}

.ats-schedule,
.ats-schedule * {
	box-sizing: border-box;
}

.ats-schedule {
	--ats-navy: #062250;
	--ats-primary: #10387e;
	--ats-blue: #1d82ea;
	--ats-text: #848484;
	--ats-border: #e5e9ef;
	--ats-row-alt: #f8fafc;
	--ats-sticky-offset: 110px;
	width: 100%;
	padding: 64px 0 72px;
	background: #fff;
	color: var(--ats-navy);
}

.ats-schedule__container {
	width: calc(100% - 30px);
	max-width: 1340px;
	margin-inline: auto;
}

.ats-schedule__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.ats-schedule__header-copy {
	min-width: 0;
}

.ats-schedule__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	color: var(--ats-blue);
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.ats-schedule__dots {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 12px;
	flex: 0 0 24px;
}

.ats-schedule__dots::before,
.ats-schedule__dots::after {
	content: "";
	position: absolute;
	top: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.ats-schedule__dots::before {
	left: 0;
	background: var(--ats-blue);
}

.ats-schedule__dots::after {
	left: 9px;
	background: var(--ats-primary);
}

.ats-schedule__title {
	margin: 0;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: clamp(26px, 2.4vw, 36px);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -.025em;
}

.ats-schedule__filters {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	flex: 0 0 auto;
}

.ats-schedule__field {
	position: relative;
}

.ats-schedule__search,
.ats-schedule__select {
	height: 48px;
	margin: 0;
	border: 1px solid #d5dae2;
	border-radius: 0;
	background-color: #fff;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	outline: 0;
	transition: border-color .25s ease, box-shadow .25s ease;
}

.ats-schedule__search {
	width: 260px;
	padding: 0 18px;
}

.ats-schedule__select {
	width: 220px;
	padding: 0 44px 0 18px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23062250' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-size: 16px 16px;
}

.ats-schedule__search::placeholder {
	color: #8d96a4;
	opacity: 1;
}

.ats-schedule__search:focus,
.ats-schedule__select:focus {
	border-color: var(--ats-blue);
	box-shadow: 0 0 0 3px rgba(29, 130, 234, .12);
}

.ats-schedule__desktop-layout {
	display: none;
}

.ats-schedule__table-shell {
	width: 100%;
	overflow-x: auto;
	margin: 0;
	border: 1px solid var(--ats-border);
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .04);
	scrollbar-width: thin;
	scrollbar-color: #a8b2c0 #eef1f5;
}

.ats-schedule__table-shell::-webkit-scrollbar {
	height: 9px;
}

.ats-schedule__table-shell::-webkit-scrollbar-track {
	background: #eef1f5;
}

.ats-schedule__table-shell::-webkit-scrollbar-thumb {
	background: #a8b2c0;
	border-radius: 99px;
}

.ats-schedule__table {
	width: 100%;
	min-width: 1180px;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	background: #fff;
}

.ats-schedule__table th,
.ats-schedule__table td {
	border: 0;
}

.ats-schedule__table thead th {
	position: relative;
	padding: 0;
	background: var(--ats-navy);
	color: #fff;
	text-align: left;
	white-space: nowrap;
}

.ats-schedule__sort {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 15px 34px 15px 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-align: inherit;
	cursor: pointer;
	transition: background-color .2s ease;
}

.ats-schedule__table thead th:not(:first-child) .ats-schedule__sort {
	justify-content: center;
	text-align: center;
}

.ats-schedule__sort:focus-visible,
.ats-schedule__table thead th[aria-sort="ascending"] .ats-schedule__sort,
.ats-schedule__table thead th[aria-sort="descending"] .ats-schedule__sort {
	background: #041738;
	outline: 0;
}

.ats-schedule__arrows {
	position: absolute;
	right: 12px;
	top: 50%;
	width: 10px;
	height: 14px;
	transform: translateY(-50%);
	opacity: .55;
}

.ats-schedule__arrows::before,
.ats-schedule__arrows::after {
	content: "";
	position: absolute;
	left: 1px;
	border: 4px solid transparent;
}

.ats-schedule__arrows::before {
	top: -1px;
	border-bottom-color: #fff;
}

.ats-schedule__arrows::after {
	bottom: -1px;
	border-top-color: #fff;
}

.ats-schedule__table thead th[aria-sort="ascending"] .ats-schedule__arrows,
.ats-schedule__table thead th[aria-sort="descending"] .ats-schedule__arrows {
	opacity: 1;
}

.ats-schedule__table thead th[aria-sort="ascending"] .ats-schedule__arrows::after,
.ats-schedule__table thead th[aria-sort="descending"] .ats-schedule__arrows::before {
	opacity: .2;
}

.ats-schedule__table tbody tr {
	background: #fff;
	transition: background-color .2s ease;
}

.ats-schedule__table tbody tr[hidden] {
	display: none !important;
}

.ats-schedule__table tbody tr:nth-child(even) {
	background: var(--ats-row-alt);
}

.ats-schedule__table tbody td {
	padding: 15px 20px;
	border-bottom: 1px solid var(--ats-border);
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.ats-schedule__table tbody td:first-child {
	width: 190px;
	font-weight: 700;
	text-align: left;
	white-space: normal;
}

.ats-schedule__table tbody tr:last-child td {
	border-bottom: 0;
}

.ats-schedule__badge {
	display: inline-flex;
	min-height: 25px;
	align-items: center;
	justify-content: center;
	padding: 4px 10px;
	border-radius: 3px;
	background: #e8f2fe;
	color: var(--ats-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.ats-schedule__empty td {
	padding: 34px 20px !important;
	color: var(--ats-text) !important;
	text-align: center !important;
}

.ats-schedule__notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.ats-schedule__note {
	min-height: 145px;
	padding: 25px 26px;
	border-left: 3px solid var(--ats-blue);
	background: #f4f6f9;
}

.ats-schedule__note-title {
	margin: 0 0 10px;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.ats-schedule__note-text {
	margin: 0;
	color: var(--ats-text);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

.ats-schedule__table .ats-schedule__mobile-card {
	display: none;
}

.ats-schedule__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.ats-schedule__configuration-message {
	padding: 18px 20px;
	border-left: 3px solid #d63638;
	background: #fff;
	color: #50575e;
}

/* Desktop regional explorer. It replaces the table only after JS succeeds. */
@media (min-width: 1025px) {
	.ats-schedule.is-enhanced .ats-schedule__desktop-layout {
		display: grid;
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 28px;
		align-items: start;
	}

	.ats-schedule.is-enhanced .ats-schedule__table-shell {
		display: none;
	}

	.ats-schedule.is-enhanced .ats-schedule__region-filter-field {
		display: none;
	}
}

.ats-schedule__region-nav {
	position: sticky;
	top: var(--ats-sticky-offset);
	padding: 18px;
	border: 1px solid var(--ats-border);
	background: #fff;
	box-shadow: 0 8px 22px rgba(6, 34, 80, .06);
}

.ats-schedule__region-nav-title {
	margin: 0;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.ats-schedule__region-nav-count {
	margin: 5px 0 14px;
	color: var(--ats-text);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.ats-schedule__region-links {
	display: grid;
	gap: 4px;
}

.ats-schedule__region-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 42px;
	padding: 10px 11px;
	border-left: 3px solid transparent;
	color: #40516b;
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ats-schedule__region-link:focus-visible {
	background: #f4f8fd;
	color: var(--ats-primary);
	outline: 0;
}

.ats-schedule__region-link.is-active {
	border-left-color: var(--ats-blue);
	background: #eaf3fe;
	color: var(--ats-primary);
}

.ats-schedule__region-link-count {
	color: #8491a3;
	font-size: 11px;
	font-weight: 700;
}

.ats-schedule__desktop-content {
	min-width: 0;
}

.ats-schedule__region-group {
	scroll-margin-top: var(--ats-sticky-offset);
	margin-bottom: 34px;
}

.ats-schedule__region-group:last-child {
	margin-bottom: 0;
}

.ats-schedule__region-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 12px;
	padding: 0 2px 10px 13px;
	border-left: 3px solid var(--ats-blue);
	border-bottom: 1px solid var(--ats-border);
}

.ats-schedule__region-heading h3 {
	margin: 0;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.ats-schedule__region-heading span {
	color: var(--ats-text);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 12px;
}

.ats-schedule__desktop-list {
	display: grid;
	gap: 9px;
}

.ats-schedule__desktop-row {
	overflow: hidden;
	border: 1px solid #e1e7ef;
	background: #fff;
	box-shadow: 0 4px 13px rgba(6, 34, 80, .045);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.ats-schedule__desktop-row.is-open {
	border-color: rgba(29, 130, 234, .55);
	box-shadow: 0 8px 20px rgba(6, 34, 80, .08);
}

.ats-schedule__desktop-toggle {
	display: grid;
	grid-template-columns: minmax(160px, 1.35fr) minmax(135px, 1fr) minmax(135px, 1fr) minmax(125px, .9fr) 36px;
	gap: 18px;
	align-items: center;
	width: 100%;
	min-height: 68px;
	margin: 0;
	padding: 13px 16px;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--ats-navy);
	text-align: left;
	cursor: pointer;
}

.ats-schedule__desktop-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
}

.ats-schedule__desktop-toggle:focus-visible {
	outline: 3px solid rgba(29, 130, 234, .22);
	outline-offset: -3px;
}

.ats-schedule__desktop-location strong,
.ats-schedule__desktop-value strong {
	display: block;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.ats-schedule__desktop-location small,
.ats-schedule__desktop-value small {
	display: block;
	margin-bottom: 4px;
	color: #7a8799;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.ats-schedule__desktop-location small {
	margin: 4px 0 0;
	color: var(--ats-blue);
}

.ats-schedule__desktop-chevron {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	background: #e8f2fe;
	color: var(--ats-primary);
	transition: transform .25s ease, color .25s ease, background-color .25s ease;
}

.ats-schedule__desktop-chevron::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 9px;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.ats-schedule__desktop-row.is-open .ats-schedule__desktop-chevron {
	transform: rotate(180deg);
	background: var(--ats-blue);
	color: #fff;
}

.ats-schedule__desktop-details {
	max-height: 0;
	overflow: hidden;
	padding: 0 16px;
	border-top: 0 solid var(--ats-border);
	background: #f6f8fb;
	opacity: 0;
	visibility: hidden;
	transition: max-height .35s ease, padding .3s ease, opacity .2s ease, border-width .3s ease;
}

.ats-schedule__desktop-row.is-open .ats-schedule__desktop-details {
	max-height: 190px;
	padding: 15px 16px;
	border-top-width: 1px;
	opacity: 1;
	visibility: visible;
}

.ats-schedule__desktop-detail-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.ats-schedule__desktop-detail {
	min-width: 0;
	padding: 12px 13px;
	border: 1px solid #e2e7ee;
	background: #fff;
}

.ats-schedule__desktop-detail small,
.ats-schedule__mobile-detail small {
	display: block;
	margin-bottom: 5px;
	color: #7a8799;
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.ats-schedule__desktop-detail strong,
.ats-schedule__mobile-detail strong {
	display: block;
	color: var(--ats-navy);
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
}

.ats-schedule__registration-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 13px 16px 13px 0;
	padding: 10px 14px;
	border: 1px solid var(--ats-primary);
	background: var(--ats-primary);
	color: #fff;
	font-family: "Inter", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.ats-schedule__registration-button svg {
	width: 12px;
	height: 12px;
	fill: currentColor;
}

.ats-schedule__registration-button:hover,
.ats-schedule__registration-button:focus-visible {
	border-color: var(--ats-blue);
	background: var(--ats-blue);
	color: #fff;
	outline: 0;
}

.ats-schedule__desktop-empty {
	padding: 34px 20px;
	border: 1px solid var(--ats-border);
	background: #fff;
	color: var(--ats-text);
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 1024px) {
	.ats-schedule {
		padding: 54px 0 62px;
	}

	.ats-schedule__container {
		width: 97%;
	}

	.ats-schedule__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.ats-schedule__filters {
		width: 100%;
		justify-content: flex-start;
	}

	.ats-schedule__field {
		flex: 1 1 0;
	}

	.ats-schedule__search,
	.ats-schedule__select {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.ats-schedule {
		padding: 44px 0 50px;
	}

	.ats-schedule__container {
		width: calc(100% - 32px);
	}

	.ats-schedule__header {
		gap: 22px;
		margin-bottom: 24px;
	}

	.ats-schedule__filters {
		flex-direction: column;
		gap: 10px;
	}

	.ats-schedule__field {
		width: 100%;
	}

	.ats-schedule__table-shell {
		overflow: visible;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.ats-schedule__table {
		display: block;
		min-width: 0;
	}

	.ats-schedule__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.ats-schedule__table tbody {
		display: grid;
		gap: 14px;
	}

	.ats-schedule__table tbody tr[data-location] {
		display: block;
		overflow: hidden;
		margin: 0;
		border: 1px solid #dfe5ed;
		background: #fff;
		box-shadow: 0 7px 18px rgba(6, 34, 80, .055);
	}

	.ats-schedule:not(.is-enhanced) .ats-schedule__table tbody tr[data-location] td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 13px 16px;
		border-bottom: 1px solid var(--ats-border);
		text-align: right;
		white-space: normal;
	}

	.ats-schedule:not(.is-enhanced) .ats-schedule__table tbody tr[data-location] td::before {
		content: attr(data-label);
		color: var(--ats-text);
		font-weight: 700;
		text-align: left;
	}

	.ats-schedule.is-enhanced .ats-schedule__table tbody tr[data-location] > td:not(.ats-schedule__mobile-card) {
		display: none;
	}

	.ats-schedule.is-enhanced .ats-schedule__table .ats-schedule__mobile-card {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
		background: #fff;
		text-align: left;
	}

	.ats-schedule__mobile-toggle {
		display: block;
		width: 100%;
		margin: 0;
		padding: 18px;
		border: 0;
		border-radius: 0;
		background: #fff;
		color: var(--ats-navy);
		text-align: left;
		cursor: pointer;
	}

	.ats-schedule__mobile-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: stretch;
	}

	.ats-schedule__mobile-actions .ats-schedule__registration-button {
		align-self: flex-start;
		margin: 18px 18px 0 0;
	}

	.ats-schedule__mobile-toggle:focus-visible {
		outline: 3px solid rgba(29, 130, 234, .22);
		outline-offset: -3px;
	}

	.ats-schedule__mobile-top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 14px;
	}

	.ats-schedule__mobile-country > strong {
		display: block;
		margin-bottom: 7px;
		color: var(--ats-navy);
		font-family: "Inter", Arial, sans-serif;
		font-size: 17px;
		font-weight: 800;
		line-height: 1.3;
	}

	.ats-schedule__mobile-primary-price {
		display: flex;
		align-items: baseline;
		gap: 8px;
	}

	.ats-schedule__mobile-primary-price strong {
		color: var(--ats-primary);
		font-family: "Inter", Arial, sans-serif;
		font-size: 21px;
		font-weight: 800;
	}

	.ats-schedule__mobile-primary-price small {
		color: var(--ats-text);
		font-family: "DM Sans", Arial, sans-serif;
		font-size: 10px;
	}

	.ats-schedule__mobile-control {
		position: relative;
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
		border-radius: 2px;
		background: #e8f2fe;
		color: var(--ats-primary);
		transition: transform .25s ease, color .25s ease, background-color .25s ease;
	}

	.ats-schedule__mobile-control::before {
		content: "";
		position: absolute;
		left: 11px;
		top: 9px;
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
	}

	.ats-schedule__mobile-open .ats-schedule__mobile-control {
		transform: rotate(180deg);
		background: var(--ats-blue);
		color: #fff;
	}

	.ats-schedule__mobile-fees {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 17px;
	}

	.ats-schedule__mobile-fee {
		padding: 12px 13px;
		background: #f4f7fb;
	}

	.ats-schedule__mobile-fee small {
		display: block;
		margin-bottom: 5px;
		color: #687588;
		font-family: "DM Sans", Arial, sans-serif;
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.ats-schedule__mobile-fee strong {
		color: var(--ats-navy);
		font-family: "Inter", Arial, sans-serif;
		font-size: 13px;
		font-weight: 800;
	}

	.ats-schedule__mobile-details {
		max-height: 0;
		overflow: hidden;
		padding: 0 18px;
		border-top: 0 solid var(--ats-border);
		background: #f6f8fb;
		opacity: 0;
		visibility: hidden;
		transition: max-height .4s ease, padding .35s ease, opacity .25s ease, border-width .35s ease;
	}

	.ats-schedule__mobile-open .ats-schedule__mobile-details {
		max-height: 520px;
		padding: 18px;
		border-top-width: 1px;
		opacity: 1;
		visibility: visible;
	}

	.ats-schedule__mobile-detail-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ats-schedule__mobile-detail {
		min-width: 0;
		padding: 13px;
		border: 1px solid #e3e8ef;
		background: #fff;
	}

	.ats-schedule__mobile-detail:last-child {
		grid-column: 1 / -1;
	}

	.ats-schedule__empty {
		display: block;
		width: 100%;
		margin: 0;
		border: 1px solid #e2e8f0 !important;
		background: #fff !important;
	}

	.ats-schedule__empty td {
		display: block !important;
		width: 100% !important;
		padding: 28px 18px !important;
		border: 0 !important;
		text-align: center !important;
	}

	.ats-schedule__notes {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: 24px;
	}

	.ats-schedule__note {
		min-height: 0;
		padding: 22px 20px;
	}
}

@media (max-width: 420px) {
	.ats-schedule__mobile-actions {
		grid-template-columns: 1fr;
	}

	.ats-schedule__mobile-actions .ats-schedule__registration-button {
		justify-self: start;
		margin: 0 16px 16px;
	}
	.ats-schedule__mobile-toggle {
		padding: 16px;
	}

	.ats-schedule__mobile-fees,
	.ats-schedule__mobile-detail-grid {
		grid-template-columns: 1fr;
	}

	.ats-schedule__mobile-detail:last-child {
		grid-column: auto;
	}
}

@media (max-width: 360px) {
	.ats-schedule__mobile-primary-price {
		align-items: flex-start;
		flex-direction: column;
		gap: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ats-schedule *,
	.ats-schedule *::before,
	.ats-schedule *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
