.cveep-state-resource-prompt {
	background: #eef8fb;
	border: 2px solid #34b7c9;
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(24, 34, 155, 0.08);
	color: #252525;
	font-family: "Barlow", sans-serif;
	margin: 0 0 18px;
	padding: 18px;
}

.cveep-state-resource-prompt__eyebrow {
	color: #34b7c9;
	font-family: "Gilroy-Bold", sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.cveep-state-resource-prompt__title {
	color: #18229b;
	font-family: "Gilroy-Bold", sans-serif;
	font-size: 1.25rem;
	line-height: 1.15;
	margin: 0 0 8px;
}

.cveep-state-resource-prompt__body {
	font-size: 1rem;
	line-height: 1.45;
	margin: 0 0 12px;
}

.cveep-state-resource-prompt__link {
	align-items: center;
	background: #18229b;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: "Gilroy-Bold", sans-serif;
	font-size: 0.92rem;
	line-height: 1;
	padding: 10px 16px;
	text-decoration: none;
}

.cveep-state-resource-prompt__link:hover,
.cveep-state-resource-prompt__link:focus {
	background: #34b7c9;
	color: #fff;
	text-decoration: none;
}

.cveep-locator-loading {
	align-items: center;
	background: #f6f9ff;
	border: 1px solid rgba(24, 34, 155, 0.18);
	border-radius: 10px;
	color: #18229b;
	display: flex;
	font-family: "Barlow", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	gap: 12px;
	margin: 0 0 18px;
	padding: 16px 18px;
}

.cveep-locator-loading__spinner {
	animation: cveep-locator-spin 0.85s linear infinite;
	border: 3px solid rgba(52, 183, 201, 0.24);
	border-top-color: #34b7c9;
	border-radius: 50%;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
}

@keyframes cveep-locator-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 991px) {
	.cveep-state-resource-prompt {
		border-radius: 8px;
		padding: 16px;
	}

	.cveep-locator-loading {
		border-radius: 8px;
		padding: 14px 16px;
	}
}

@media (max-width: 767px) {
	#vaccine-locator {
		padding-inline: 20px;
	}

	#locator-columns {
		flex-direction: column;
		gap: 20px;
	}

	#locator-list,
	#locator-map {
		flex: 0 0 100% !important;
		width: 100%;
	}

	#locator-list {
		padding-right: 0 !important;
	}
}
