/* Amazing Spine — Locations Map */
.asw-map-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.asw-map {
	width: 100%;
	min-height: 400px;
	background: #e8ecef;
	border-radius: 8px;
	overflow: hidden;
}

/* Google InfoWindow chrome — tighten the close-button row height */
.gm-style-iw-chr {
	height: 22px;
}

/* InfoWindow content */
.asw-iw {
	font-family: inherit;
	min-width: 220px;
	max-width: 280px;
	padding: 4px 6px 8px;
}

.asw-iw__name {
	margin: 0 0 6px;
	font-weight: 700;
}

.asw-iw__name a {
	color: #45ad36;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	transition: color 0.15s ease;
}

.asw-iw__name a:hover,
.asw-iw__name a:focus {
	color: #348427;
	text-decoration: underline;
}

p.asw-iw__address {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.4;
	color: #334155;
}

a.asw-iw__phone {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	color: #334155;
	text-decoration: none;
	transition: color 0.15s ease;
}

a.asw-iw__phone:hover,
a.asw-iw__phone:focus {
	color: #0198de;
}

.asw-iw__actions {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.asw-iw__btn {
	display: inline-block;
	padding: 8px 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

a.asw-iw__btn.asw-iw__btn--primary {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	background: #0198de;
}

a.asw-iw__btn.asw-iw__btn--primary:hover,
a.asw-iw__btn.asw-iw__btn--primary:focus {
	background: #017bb4;
	color: #fff;
}

a.asw-iw__btn.asw-iw__btn--secondary {
	font-size: 16px;
	text-decoration: none;
	color: #212121;
	background: #fff;
	border: 1px solid #212121;
}

a.asw-iw__btn.asw-iw__btn--secondary:hover,
a.asw-iw__btn.asw-iw__btn--secondary:focus {
	background: #212121;
	color: #fff;
}

/* Edit mode */
.asw-map-edit-banner {
	margin-bottom: 12px;
	padding: 10px 14px;
	background: #fef3c7;
	border: 1px solid #f59e0b;
	border-radius: 6px;
	font-size: 14px;
	color: #78350f;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.asw-map-export-btn {
	margin-left: auto;
	padding: 6px 12px;
	background: #1e40af;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.15s ease;
}

.asw-map-export-btn:hover,
.asw-map-export-btn:focus {
	background: #1e3a8a;
}

.asw-map-export {
	margin-top: 12px;
	padding: 12px;
	background: #1e293b;
	color: #e2e8f0;
	border-radius: 6px;
	font-size: 12px;
	line-height: 1.5;
	overflow-x: auto;
	white-space: pre;
}

.asw-map-export:empty {
	display: none;
}
