.s2a-exam-centers,
.s2a-exam-centers * {
	box-sizing: border-box;
}

.s2a-exam-centers {
	--s2a-map-fill-start: #d7e9ff;
	--s2a-map-fill-end: #7eb3ff;
	--s2a-map-outline: rgba(38, 118, 255, .46);
	--s2a-map-shadow: rgba(38, 118, 255, .24);
	--s2a-active-pin-scale: 1.18;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
	font-family: inherit;
	isolation: isolate;
}

.s2a-exam-centers::before,
.s2a-exam-centers::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: min(34vw, 520px);
	aspect-ratio: 1;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(70px);
	opacity: .28;
}

.s2a-exam-centers::before {
	top: 8%;
	left: -14%;
	background: rgba(61, 135, 255, .22);
}

.s2a-exam-centers::after {
	right: -16%;
	bottom: 2%;
	background: rgba(112, 198, 255, .17);
}

.s2a-exam-centers__inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.s2a-exam-centers__header {
	position: relative;
	z-index: 2;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.s2a-exam-centers__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 20px;
	border: 1px solid rgba(38, 118, 255, .22);
	box-shadow: 0 12px 34px rgba(53, 98, 161, .12), inset 0 1px 0 rgba(255, 255, 255, .9);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.s2a-exam-centers__badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.s2a-exam-centers__badge-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.s2a-exam-centers__heading {
	margin: 0;
	font-size: clamp(34px, 4.4vw, 68px);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -.03em;
}

.s2a-exam-centers__heading-main,
.s2a-exam-centers__heading-highlight {
	display: inline;
}

.s2a-exam-centers__heading-highlight {
	margin-left: .14em;
}

.s2a-exam-centers__description {
	max-width: 760px;
	margin: 18px auto 0;
	font-size: 16px;
	line-height: 1.8;
}

.s2a-exam-centers__description > :first-child {
	margin-top: 0;
}

.s2a-exam-centers__description > :last-child {
	margin-bottom: 0;
}

.s2a-exam-centers__layout {
	display: grid;
	align-items: stretch;
	min-width: 0;
}

.s2a-exam-map-card,
.s2a-exam-panel {
	position: relative;
	min-width: 0;
	border: 1px solid transparent;
	box-shadow: 0 26px 70px rgba(45, 87, 145, .13), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.s2a-exam-map-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.s2a-exam-map-card::before {
	position: absolute;
	top: -28%;
	left: -20%;
	width: 64%;
	aspect-ratio: 1;
	content: "";
	border-radius: 50%;
	background: radial-gradient(circle, rgba(102, 169, 255, .22), rgba(102, 169, 255, 0) 70%);
	pointer-events: none;
}

.s2a-exam-map-topbar {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 2px 2px 16px;
	border-bottom: 1px solid rgba(38, 118, 255, .12);
	color: #173665;
	font-size: 13px;
}

.s2a-exam-map-topbar__title,
.s2a-exam-map-topbar__count {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.s2a-exam-map-topbar__title {
	font-weight: 600;
}

.s2a-exam-map-topbar__count {
	padding: 7px 11px;
	border: 1px solid rgba(38, 118, 255, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .62);
	color: #526986;
}

.s2a-exam-map-topbar__count strong {
	color: #2676ff;
}

.s2a-exam-map-topbar__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #2676ff;
	box-shadow: 0 0 0 6px rgba(38, 118, 255, .10);
}

.s2a-exam-map-canvas {
	position: relative;
	display: grid;
	place-items: center;
	flex: 1 1 auto;
	overflow: hidden;
	min-height: 720px;
	border-radius: inherit;
	background: linear-gradient(180deg, #cfe8fb 0%, #dff1ff 100%);
}


.s2a-exam-map-grid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .3;
	background-image:
		linear-gradient(rgba(38, 118, 255, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 118, 255, .07) 1px, transparent 1px);
	background-size: 48px 48px;
	-webkit-mask-image: radial-gradient(circle at center, #000 20%, transparent 77%);
	mask-image: radial-gradient(circle at center, #000 20%, transparent 77%);
}

.s2a-exam-map-layer {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	transform: scale(1);
	transform-origin: center;
	transition: transform .35s cubic-bezier(.2, .75, .25, 1);
	will-change: transform;
}

.s2a-exam-map-geometry {
	position: relative;
	width: min(78%, 470px);
	max-width: 470px;
	aspect-ratio: .6 / 1;
}


.s2a-exam-map-shape,
.s2a-exam-map-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.s2a-exam-map-shape {
	background: #ffffff;
	-webkit-mask: url('../images/sri-lanka-map-mask.png') center / contain no-repeat;
	mask: url('../images/sri-lanka-map-mask.png') center / contain no-repeat;
	filter: drop-shadow(0 0 0 rgba(0,0,0,0)) drop-shadow(0 18px 30px rgba(38, 118, 255, .10));
}

.s2a-exam-map-shape::before {
	position: absolute;
	inset: 0;
	content: "";
	background:
		linear-gradient(to bottom, rgba(0,0,0,.11), rgba(0,0,0,.11)) 18% 24% / 60% 1px no-repeat,
		linear-gradient(to bottom, rgba(0,0,0,.11), rgba(0,0,0,.11)) 36% 38% / 40% 1px no-repeat,
		linear-gradient(to bottom, rgba(0,0,0,.11), rgba(0,0,0,.11)) 52% 53% / 48% 1px no-repeat,
		linear-gradient(to bottom, rgba(0,0,0,.11), rgba(0,0,0,.11)) 46% 68% / 34% 1px no-repeat,
		linear-gradient(135deg, transparent 46%, rgba(0,0,0,.1) 47%, rgba(0,0,0,.1) 53%, transparent 54%) 22% 38% / 38% 14% no-repeat,
		linear-gradient(135deg, transparent 46%, rgba(0,0,0,.1) 47%, rgba(0,0,0,.1) 53%, transparent 54%) 40% 50% / 40% 18% no-repeat,
		linear-gradient(135deg, transparent 46%, rgba(0,0,0,.1) 47%, rgba(0,0,0,.1) 53%, transparent 54%) 36% 66% / 44% 14% no-repeat;
	-webkit-mask: url('../images/sri-lanka-map-mask.png') center / contain no-repeat;
	mask: url('../images/sri-lanka-map-mask.png') center / contain no-repeat;
	opacity: .9;
}

.s2a-exam-map-shape::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(105deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 42%);
	-webkit-mask: url('../images/sri-lanka-map-mask.png') center / contain no-repeat;
	mask: url('../images/sri-lanka-map-mask.png') center / contain no-repeat;
	box-shadow: inset 0 0 0 1.5px rgba(145, 151, 160, .75);
}

.s2a-exam-map-image {
	filter: drop-shadow(0 16px 28px rgba(38, 118, 255, .10));
}


.s2a-exam-pin {
	position: absolute;
	top: var(--pin-y);
	left: var(--pin-x);
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(38, 118, 255, .35);
	border-radius: 50%;
	color: var(--pin-accent, #2676ff);
	box-shadow: 0 10px 24px rgba(33, 89, 162, .2), inset 0 1px 0 rgba(255, 255, 255, .95);
	transform: translate(-50%, -50%);
	width: var(--pin-size, 38px);
	height: var(--pin-size, 38px);
	background: rgba(255,255,255,.96);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
	cursor: pointer;
	outline: none;
}

.s2a-exam-pin:hover,
.s2a-exam-pin:focus-visible,
.s2a-exam-pin.is-active {
	z-index: 8;
	border-color: var(--pin-accent, #2676ff);
	box-shadow: 0 15px 32px color-mix(in srgb, var(--pin-accent, #2676ff) 28%, transparent), inset 0 1px 0 rgba(255, 255, 255, .96);
	transform: translate(-50%, -50%) scale(var(--s2a-active-pin-scale));
}

.s2a-exam-pin__icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.s2a-exam-pin__icon svg {
	fill: currentColor;
}

.s2a-exam-pin__pulse {
	position: absolute;
	inset: -6px;
	z-index: -1;
	border: 1px solid var(--pin-accent, #2676ff);
	border-radius: inherit;
	opacity: 0;
}

.s2a-exam-has-pulse .s2a-exam-pin.is-featured .s2a-exam-pin__pulse,
.s2a-exam-has-pulse .s2a-exam-pin.is-active .s2a-exam-pin__pulse {
	animation: s2aExamPinPulse 2.2s ease-out infinite;
}

.s2a-exam-pin__label {
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
	min-width: max-content;
	padding: 8px 10px;
	border-radius: 10px;
	box-shadow: 0 12px 26px rgba(4, 25, 61, .24);
	opacity: 0;
	transform: translate(3px, -50%) scale(.94);
	transform-origin: left center;
	visibility: hidden;
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	pointer-events: none;
}

.s2a-exam-pin__label strong {
	font-size: 12px;
	line-height: 1.15;
}

.s2a-exam-pin__label small {
	opacity: .72;
	font-size: 9px;
	line-height: 1.15;
}

.s2a-exam-pin:hover .s2a-exam-pin__label,
.s2a-exam-pin:focus-visible .s2a-exam-pin__label,
.s2a-exam-pin.is-active .s2a-exam-pin__label,
.s2a-exam-show-labels .s2a-exam-pin__label {
	opacity: 1;
	transform: translate(0, -50%) scale(1);
	visibility: visible;
}

.s2a-exam-map-zoom {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 12;
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 6px;
	padding: 6px;
	border: 1px solid rgba(38, 118, 255, .18);
	border-radius: 14px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 12px 28px rgba(33, 81, 145, .16);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.s2a-exam-map-zoom button {
	display: inline-grid;
	place-items: center;
	min-width: 32px;
	height: 32px;
	padding: 0 7px;
	border: 0;
	border-radius: 9px;
	background: rgba(237, 244, 255, .94);
	color: #1e5fc4;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.s2a-exam-map-zoom button:hover,
.s2a-exam-map-zoom button:focus-visible {
	background: #2676ff;
	color: #fff;
	transform: translateY(-1px);
	outline: none;
}

.s2a-exam-panel {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.s2a-exam-search {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 15px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.s2a-exam-search:focus-within {
	border-color: rgba(38, 118, 255, .48);
	box-shadow: 0 0 0 4px rgba(38, 118, 255, .08);
}

.s2a-exam-search__icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #2676ff;
}

.s2a-exam-search__icon svg {
	width: 100%;
	height: 100%;
}

.s2a-exam-search__input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #173665;
	font: inherit;
}

.s2a-exam-search__input::placeholder {
	color: #91a0b6;
}

.s2a-exam-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	padding: 1px 0 4px;
	scrollbar-width: none;
}

.s2a-exam-filters::-webkit-scrollbar {
	display: none;
}

.s2a-exam-filter {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 1px solid rgba(38, 118, 255, .14);
	border-radius: 999px;
	font: inherit;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.s2a-exam-filter:hover,
.s2a-exam-filter:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.s2a-exam-details {
	position: relative;
}

.s2a-exam-detail {
	position: relative;
	display: none;
	overflow: hidden;
	border: 1px solid transparent;
	animation: s2aExamDetailIn .36s ease both;
}

.s2a-exam-detail.is-active {
	display: block;
}

.s2a-exam-detail::before {
	position: absolute;
	top: -38px;
	right: -30px;
	width: 150px;
	aspect-ratio: 1;
	content: "";
	border-radius: 50%;
	background: color-mix(in srgb, var(--center-accent, #2676ff) 13%, transparent);
	filter: blur(4px);
}

.s2a-exam-detail__top {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
}

.s2a-exam-detail__marker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border: 1px solid color-mix(in srgb, var(--center-accent, #2676ff) 28%, transparent);
	border-radius: 17px;
	background: rgba(255, 255, 255, .76);
	color: var(--center-accent, #2676ff);
	font-size: 21px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 12px 26px rgba(43, 94, 159, .12);
}

.s2a-exam-detail__marker svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.s2a-exam-detail__eyebrow {
	margin-bottom: 3px;
	color: var(--center-accent, #2676ff);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.s2a-exam-detail__city {
	margin: 0;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.12;
}

.s2a-exam-detail__name {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
}

.s2a-exam-detail__address {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(38, 118, 255, .12);
	font-size: 13px;
	line-height: 1.55;
}

.s2a-exam-detail__address > span {
	color: var(--center-accent, #2676ff);
	font-size: 18px;
	line-height: 1;
}

.s2a-exam-detail__meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 16px;
}

.s2a-exam-detail__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid rgba(38, 118, 255, .11);
	border-radius: 13px;
	background: rgba(255, 255, 255, .56);
}

.s2a-exam-detail__meta > span {
	color: var(--center-accent, #2676ff);
	font-size: 17px;
}

.s2a-exam-detail__meta div {
	min-width: 0;
}

.s2a-exam-detail__meta small,
.s2a-exam-detail__meta strong {
	display: block;
}

.s2a-exam-detail__meta small {
	margin-bottom: 2px;
	color: #8997aa;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.s2a-exam-detail__meta strong {
	overflow: hidden;
	color: #27405f;
	font-size: 11px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s2a-exam-detail__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.s2a-exam-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 0;
	border: 1px solid transparent;
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
	transition: transform .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.s2a-exam-button:hover,
.s2a-exam-button:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
	outline: none;
}

.s2a-exam-button--primary:hover,
.s2a-exam-button--primary:focus-visible {
	box-shadow: 0 12px 26px rgba(38, 118, 255, .24), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.s2a-exam-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-width: thin;
	scrollbar-color: rgba(38, 118, 255, .28) transparent;
}

.s2a-exam-list-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	min-width: 0;
	border: 1px solid transparent;
	text-align: left;
	font: inherit;
	cursor: pointer;
	transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.s2a-exam-list-item:hover,
.s2a-exam-list-item:focus-visible {
	border-color: color-mix(in srgb, var(--center-accent, #2676ff) 34%, transparent);
	transform: translateX(3px);
	outline: none;
}

.s2a-exam-list-item.is-active {
	border-color: color-mix(in srgb, var(--center-accent, #2676ff) 32%, transparent);
	box-shadow: 0 10px 24px rgba(37, 83, 143, .10), inset 3px 0 0 var(--center-accent, #2676ff);
}

.s2a-exam-list-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 39px;
	height: 39px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .72);
	color: var(--center-accent, #2676ff);
	font-size: 15px;
}

.s2a-exam-list-item__icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.s2a-exam-list-item__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
}

.s2a-exam-list-item__city,
.s2a-exam-list-item__name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.s2a-exam-list-item__city {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
}

.s2a-exam-list-item__name {
	font-size: 10px;
	line-height: 1.25;
}

.s2a-exam-list-item__arrow {
	margin-left: auto;
	color: var(--center-accent, #2676ff);
	font-size: 17px;
	transition: transform .2s ease;
}

.s2a-exam-list-item:hover .s2a-exam-list-item__arrow,
.s2a-exam-list-item.is-active .s2a-exam-list-item__arrow {
	transform: translateX(3px);
}

.s2a-exam-empty {
	padding: 20px;
	border: 1px dashed rgba(38, 118, 255, .24);
	border-radius: 16px;
	color: #6d7e95;
	text-align: center;
	font-size: 13px;
}

.s2a-exam-pin[hidden],
.s2a-exam-list-item[hidden] {
	display: none !important;
}

.s2a-exam-has-animation .s2a-exam-map-card,
.s2a-exam-has-animation .s2a-exam-panel {
	opacity: 0;
	transform: translateY(24px);
}

.s2a-exam-has-animation.is-in-view .s2a-exam-map-card,
.s2a-exam-has-animation.is-in-view .s2a-exam-panel {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1);
}

.s2a-exam-has-animation.is-in-view .s2a-exam-panel {
	transition-delay: .10s;
}

@keyframes s2aExamPinPulse {
	0% { opacity: .55; transform: scale(.9); }
	70%, 100% { opacity: 0; transform: scale(1.75); }
}

@keyframes s2aExamDetailIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
	.s2a-exam-centers__layout {
		grid-template-columns: 1fr !important;
	}

	.s2a-exam-map-canvas {
		min-height: 620px;
	}

	.s2a-exam-map-geometry {
		width: 46%;
	}

	.s2a-exam-panel {
		min-height: 0;
	}

	.s2a-exam-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: none !important;
		overflow: visible;
	}
}

@media (max-width: 767px) {
	.s2a-exam-centers::before,
	.s2a-exam-centers::after {
		display: none;
	}

	.s2a-exam-centers__heading {
		font-size: clamp(31px, 10vw, 45px);
		line-height: 1.18;
	}

	.s2a-exam-centers__heading-main,
	.s2a-exam-centers__heading-highlight {
		display: block;
	}

	.s2a-exam-centers__heading-highlight {
		margin-top: 3px;
		margin-left: 0;
	}

	.s2a-exam-centers__description {
		font-size: 14px;
		line-height: 1.7;
	}

	.s2a-exam-centers__layout {
		display: flex;
		flex-direction: column;
	}

	.s2a-exam-mobile-panel-first .s2a-exam-panel {
		order: -1;
	}

	.s2a-exam-map-card,
	.s2a-exam-panel {
		border-radius: 22px;
	}

	.s2a-exam-map-topbar {
		gap: 10px;
		font-size: 11px;
	}

	.s2a-exam-map-topbar__count {
		padding: 6px 9px;
		font-size: 10px;
	}

	.s2a-exam-map-canvas {
		min-height: 560px;
	}

	.s2a-exam-map-geometry {
		width: 72%;
	}

	.s2a-exam-pin {
		top: var(--pin-y-mobile);
		left: var(--pin-x-mobile);
	}

	.s2a-exam-pin__label {
		left: 50%;
		top: calc(100% + 9px);
		transform: translate(-50%, 4px) scale(.94);
		transform-origin: center top;
	}

	.s2a-exam-pin:hover .s2a-exam-pin__label,
	.s2a-exam-pin:focus-visible .s2a-exam-pin__label,
	.s2a-exam-pin.is-active .s2a-exam-pin__label,
	.s2a-exam-show-labels .s2a-exam-pin__label {
		transform: translate(-50%, 0) scale(1);
	}

	.s2a-exam-map-zoom {
		right: 10px;
		bottom: 10px;
	}

	.s2a-exam-detail__city {
		font-size: 23px;
	}

	.s2a-exam-detail__meta-grid {
		grid-template-columns: 1fr;
	}

	.s2a-exam-detail__buttons,
	.s2a-exam-button {
		width: 100%;
	}

	.s2a-exam-list {
		display: flex;
		grid-template-columns: none;
	}
}

@media (min-width: 768px) and (max-width: 1180px) {
	.s2a-exam-pin {
		top: var(--pin-y-tablet);
		left: var(--pin-x-tablet);
	}
}

@media (prefers-reduced-motion: reduce) {
	.s2a-exam-centers *,
	.s2a-exam-centers *::before,
	.s2a-exam-centers *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

.s2a-exam-map-card{
  background: linear-gradient(180deg, rgba(245,250,255,.98), rgba(239,246,255,.98));
}
.s2a-exam-pin__icon svg{width:16px;height:16px;}
.s2a-exam-map-geometry .s2a-exam-pin:nth-last-child(-n+3) .s2a-exam-pin__label{top:auto;bottom:calc(100% + 8px);left:50%;transform:translate(-50%, 3px) scale(.94);transform-origin:center bottom;}
.s2a-exam-map-geometry .s2a-exam-pin:nth-last-child(-n+3):hover .s2a-exam-pin__label,
.s2a-exam-map-geometry .s2a-exam-pin:nth-last-child(-n+3).is-active .s2a-exam-pin__label,
.s2a-exam-map-geometry .s2a-exam-pin:nth-last-child(-n+3):focus-visible .s2a-exam-pin__label{transform:translate(-50%,0) scale(1);}
@media (max-width: 1366px){
  .s2a-exam-map-geometry{width:min(76%,390px);max-width:390px;}
  .s2a-exam-map-canvas{min-height:640px;}
  .s2a-exam-pin{--pin-size:34px;}
}
@media (max-width: 1024px){
  .s2a-exam-map-geometry{width:min(68%,360px);max-width:360px;}
  .s2a-exam-map-canvas{min-height:560px;}
}
@media (max-width: 767px){
  .s2a-exam-map-geometry{width:min(82%,320px);max-width:320px;}
  .s2a-exam-map-canvas{min-height:460px;}
  .s2a-exam-pin{--pin-size:30px;}
  .s2a-exam-pin__icon svg{width:14px;height:14px;}
}

.s2a-exam-map-image--builtin{
  filter: drop-shadow(0 18px 28px rgba(38, 118, 255, .12));
}
.s2a-exam-map-shape{display:none !important;}
.s2a-exam-pin{
  width: var(--pin-size, 28px);
  height: var(--pin-size, 28px);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(38, 118, 255, .28);
  box-shadow: 0 8px 18px rgba(33, 89, 162, .12);
}
.s2a-exam-pin__icon svg{width:13px;height:13px;}
.s2a-exam-pin:hover,
.s2a-exam-pin:focus-visible,
.s2a-exam-pin.is-active{transform:translate(-50%,-50%) scale(1.08);}
.s2a-exam-pin__label{z-index:20;}
.s2a-exam-map-grid{display:none;}
@media (max-width: 1366px){
  .s2a-exam-map-geometry{width:min(80%,430px);max-width:430px;}
  .s2a-exam-map-canvas{min-height:670px;}
}
@media (max-width: 1024px){
  .s2a-exam-map-geometry{width:min(78%,380px);max-width:380px;}
  .s2a-exam-map-canvas{min-height:560px;}
  .s2a-exam-pin{--pin-size:26px;}
}
@media (max-width: 767px){
  .s2a-exam-map-geometry{width:min(84%,320px);max-width:320px;}
  .s2a-exam-map-canvas{min-height:450px;}
  .s2a-exam-pin{--pin-size:24px;}
  .s2a-exam-pin__icon svg{width:12px;height:12px;}
}

.s2a-exam-map-image--builtin{
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 14px 28px rgba(38,118,255,.10));
}
.s2a-exam-map-geometry{
  width:min(82%, 520px);
  max-width:520px;
}
.s2a-exam-pin{
  --pin-size:26px;
  box-shadow: 0 10px 18px rgba(33, 89, 162, .10);
}
.s2a-exam-pin__icon svg{width:12px;height:12px;}
@media (max-width: 1024px){
  .s2a-exam-map-geometry{width:min(84%, 430px);max-width:430px;}
  .s2a-exam-pin{--pin-size:24px;}
}
@media (max-width: 767px){
  .s2a-exam-map-geometry{width:min(88%, 320px);max-width:320px;}
  .s2a-exam-pin{--pin-size:22px;}
}

/* v1.12.4 — compact global Call Now button */
.s2a-exam-detail__buttons {
	align-items: center;
}

.s2a-exam-button--secondary {
	width: auto;
	min-height: 36px;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.s2a-exam-detail__buttons {
		width: 100%;
		justify-content: flex-start;
	}

	.s2a-exam-detail__buttons .s2a-exam-button--secondary {
		width: auto;
		min-height: 34px;
		padding: 7px 12px;
		font-size: 12px;
	}
}


/* v1.14.1 — directions CTA */
.s2a-exam-button--primary {
	background: #2676ff;
	border-color: rgba(38,118,255,.55);
	color: #fff;
}
.s2a-exam-button--primary svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
}
.s2a-exam-button--primary:hover,
.s2a-exam-button--primary:focus-visible { color:#fff; background:#1557c8; }
@media (max-width:767px){
	.s2a-exam-detail__buttons .s2a-exam-button--primary,
	.s2a-exam-detail__buttons .s2a-exam-button--secondary { min-height:34px; padding:7px 12px; font-size:12px; }
}


/* v1.14.2 — keep Call Now and Get Directions visually identical in size. */
.s2a-exam-detail__buttons .s2a-exam-button--primary,
.s2a-exam-detail__buttons .s2a-exam-button--secondary {
	width: 132px;
	min-height: 36px;
	padding: 8px 12px;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.s2a-exam-detail__buttons .s2a-exam-button--primary,
	.s2a-exam-detail__buttons .s2a-exam-button--secondary {
		width: 124px;
		min-height: 34px;
		padding: 7px 10px;
		font-size: 12px;
	}
}
