.honor-store-locator {
	--honor-store-locator-map-height: 580px;
	--honor-store-locator-blue: #0f7dc2;
	--honor-store-locator-blue-dark: #0a6ca9;
	--honor-store-locator-blue-soft: #e6f5ff;
	--honor-store-locator-line: #dbe7f0;
	--honor-store-locator-text: #1f2937;
	--honor-store-locator-muted: #5f6f82;
	--honor-store-locator-bg: #f7fafc;
	--honor-store-locator-card: #ffffff;
	--honor-store-locator-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	color: var(--honor-store-locator-text);
}

.honor-store-locator__intro {
	position: relative;
	padding: 38px 32px 86px;
	border-radius: 22px;
	background: linear-gradient(180deg, #1686cd 0%, #0f7dc2 100%);
	text-align: center;
	box-shadow: var(--honor-store-locator-shadow);
}

.honor-store-locator__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #e8f7ff;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1;
}

.honor-store-locator__eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #c8ecff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.honor-store-locator__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.honor-store-locator__description {
	max-width: 620px;
	margin: 14px auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.05rem;
	line-height: 1.7;
}

.honor-store-locator__controls {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(180px, 0.75fr) auto;
	gap: 12px;
	margin: -48px 16px 0;
	padding: 12px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(219, 231, 240, 0.8);
	border-radius: 16px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
	align-items: center;
}

.honor-store-locator__search,
.honor-store-locator__country {
	position: relative;
}

.honor-store-locator__search::before,
.honor-store-locator__country::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background: currentColor;
	color: #8da3b8;
	opacity: 0.95;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
}

.honor-store-locator__search::before {
	right: 16px;
}

.honor-store-locator__search::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 18a8 8 0 1 1 5.293-14.001A8 8 0 0 1 10 18Zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm8.707.293 3 3-1.414 1.414-3-3 1.414-1.414Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 18a8 8 0 1 1 5.293-14.001A8 8 0 0 1 10 18Zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12Zm8.707.293 3 3-1.414 1.414-3-3 1.414-1.414Z'/%3E%3C/svg%3E");
}

.honor-store-locator__country::before {
	left: 16px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m3 5 7 7v6l4-2v-4l7-7H3Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m3 5 7 7v6l4-2v-4l7-7H3Z'/%3E%3C/svg%3E");
}

.honor-store-locator__search-input,
.honor-store-locator__country-select {
	width: 100%;
	height: 46px;
	padding: 0 16px 0 48px;
	border: 1px solid var(--honor-store-locator-line);
	border-radius: 12px;
	background: #ffffff;
	color: var(--honor-store-locator-text);
	font: inherit;
	box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.02);
	line-height: 46px;
}

.honor-store-locator__search-input {
	padding: 0 48px 0 16px;
}

.honor-store-locator__country-select {
	padding-right: 40px;
	appearance: none;
}

.honor-store-locator__nearest {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 12px;
	background: var(--honor-store-locator-blue);
	color: #ffffff;
	font: inherit;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.honor-store-locator__nearest::before {
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m13 3 8 8-8 8-1.4-1.4 5.6-5.6H3v-2h14.2l-5.6-5.6L13 3Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m13 3 8 8-8 8-1.4-1.4 5.6-5.6H3v-2h14.2l-5.6-5.6L13 3Z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.honor-store-locator__nearest:hover,
.honor-store-locator__nearest:focus {
	background: var(--honor-store-locator-blue-dark);
	transform: translateY(-1px);
}

.honor-store-locator__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
	gap: 22px;
	margin-top: 22px;
	align-items: start;
}

.honor-store-locator__map-wrap {
	border: 1px solid var(--honor-store-locator-line);
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
}

.honor-store-locator__map {
	height: var(--honor-store-locator-map-height);
	background: #edf3f7;
}

.honor-store-locator__map.is-unavailable {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	color: var(--honor-store-locator-muted);
	font-weight: 600;
}

.honor-store-locator__panel {
	display: flex;
	flex-direction: column;
	height: var(--honor-store-locator-map-height);
	min-height: var(--honor-store-locator-map-height);
	overflow: hidden;
}

.honor-store-locator__panel-head {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 6px;
	margin-bottom: 12px;
}

.honor-store-locator__panel-title,
.honor-store-locator__count {
	margin: 0;
	color: #101828;
	font-size: 0.98rem;
	font-weight: 700;
}

.honor-store-locator__count {
	font-weight: 500;
	color: #667085;
}

.honor-store-locator__status {
	margin-bottom: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #eff8ff;
	color: var(--honor-store-locator-blue-dark);
	font-size: 0.95rem;
}

.honor-store-locator__list {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
}

@media (min-width: 1025px) {
	.honor-store-locator__map-wrap {
		position: sticky;
		top: 24px;
	}
}

.honor-store-locator__empty {
	margin: 40px 0;
	color: var(--honor-store-locator-muted);
	text-align: center;
}

.honor-store-locator__card {
	border: 1px solid var(--honor-store-locator-line);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	overflow: hidden;
}

.honor-store-locator__card + .honor-store-locator__card {
	margin-top: 16px;
}

.honor-store-locator__card:hover,
.honor-store-locator__card:focus {
	border-color: #8ecff7;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.honor-store-locator__card.is-active {
	border-color: #33a1e6;
	background: #eaf6ff;
	box-shadow: 0 8px 24px rgba(31, 105, 163, 0.08);
}

.honor-store-locator__card-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 18px 20px;
	border: 0;
	background: transparent;
	color: inherit;
	text-align: left;
	font: inherit;
	cursor: pointer;
}

.honor-store-locator__card-heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.honor-store-locator__card-title {
	margin: 0;
	color: #101828;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
}

.honor-store-locator__card-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f2f7fb;
	color: #5b6e82;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1;
}

.honor-store-locator__card-chevron {
	position: relative;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}

.honor-store-locator__card-chevron::before {
	content: "";
	position: absolute;
	inset: 0;
	border-right: 2px solid #7f93a8;
	border-bottom: 2px solid #7f93a8;
	transform: rotate(45deg) translate(-1px, -1px);
	transition: transform 0.2s ease;
}

.honor-store-locator__card.is-active .honor-store-locator__card-chevron::before {
	transform: rotate(-135deg) translate(-1px, -1px);
}

.honor-store-locator__card-details {
	padding: 0 20px 20px;
}

.honor-store-locator__card-excerpt {
	margin: 0 0 14px;
	color: #4b5565;
	font-size: 0.98rem;
	line-height: 1.55;
}

.honor-store-locator__card-meta {
	display: grid;
	gap: 9px;
}

.honor-store-locator__card-actions {
	margin-top: 14px;
}

.honor-store-locator__card-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 10px;
	background: #157fc4;
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
}

.honor-store-locator__card-action:hover,
.honor-store-locator__card-action:focus {
	background: #0f7dc2;
	color: #ffffff;
}

.honor-store-locator__meta-row {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--honor-store-locator-muted);
	font-size: 0.96rem;
	line-height: 1.45;
	text-decoration: none;
}

.honor-store-locator__meta-row:hover,
.honor-store-locator__meta-row:focus {
	color: var(--honor-store-locator-blue-dark);
}

.honor-store-locator__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--honor-store-locator-blue);
	flex: 0 0 18px;
}

.honor-store-locator__icon svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.honor-store-locator__meta-text {
	min-width: 0;
	word-break: break-word;
}

.honor-store-locator .leaflet-control-zoom {
	border: 0;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.honor-store-locator .leaflet-control-zoom a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid var(--honor-store-locator-line);
	color: #101828;
}

.honor-store-locator .leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 20px;
	box-shadow: 0 22px 52px rgba(15, 23, 42, 0.22);
}

.honor-store-locator .leaflet-popup-content {
	margin: 0;
	min-width: 320px;
}

.honor-store-locator .leaflet-popup-tip {
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.honor-store-locator .leaflet-container a.leaflet-popup-close-button {
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	padding: 0;
	color: #667085;
	font-size: 24px;
	line-height: 24px;
}

.honor-store-locator__popup {
	padding: 28px 32px 24px;
	overflow: hidden;
}

.honor-store-locator__popup-title {
	margin: 0 0 20px;
	color: var(--honor-store-locator-blue-dark);
	font-size: 1.15rem;
	font-weight: 700;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.honor-store-locator__popup-text,
.honor-store-locator__popup-address {
	margin: 0;
	color: #3f4b59;
	font-size: 0.98rem;
	line-height: 1.55;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.honor-store-locator__popup-address {
	margin-top: 18px;
}

.honor-store-locator__popup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.honor-store-locator__popup-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	max-width: 100%;
	padding: 0 18px;
	border: 1px solid #2c96d9;
	border-radius: 10px;
	color: #157fc4;
	background: #ffffff;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.honor-store-locator__popup-button.is-primary {
	background: #157fc4;
	color: #ffffff;
}

.honor-store-locator__popup-button:hover,
.honor-store-locator__popup-button:focus {
	background: #0f7dc2;
	border-color: #0f7dc2;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.honor-store-locator__layout {
		grid-template-columns: 1fr;
	}

	.honor-store-locator__panel {
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.honor-store-locator__intro {
		padding: 28px 20px 74px;
		border-radius: 18px;
	}

	.honor-store-locator__controls {
		grid-template-columns: 1fr;
		margin: -38px 8px 0;
	}

	.honor-store-locator__map {
		height: min(70vh, var(--honor-store-locator-map-height));
	}

	.honor-store-locator .leaflet-popup-content-wrapper {
		max-width: 240px;
		border-radius: 16px;
	}

	.honor-store-locator .leaflet-popup-content {
		min-width: 0;
		width: 220px;
	}

	.honor-store-locator__popup {
		padding: 18px 16px 16px;
	}

	.honor-store-locator__popup-title {
		margin-bottom: 14px;
		font-size: 1rem;
	}

	.honor-store-locator__popup-text,
	.honor-store-locator__popup-address {
		font-size: 0.92rem;
	}

	.honor-store-locator__popup-actions {
		gap: 6px;
		margin-top: 16px;
	}

	.honor-store-locator__popup-button {
		min-height: 36px;
		padding: 0 12px;
		font-size: 0.88rem;
	}
}
