/**
 * Service areas — Template 1 (country / region grouping; scoped chips map-marker tint).
 */

.iw-service-areas-shell-t1 .iw-service-areas {
	box-sizing: border-box;
	max-width: 1200px;
	margin-inline: auto;
	font-size: 15px;
	line-height: 1.55;
	color: #666;
}

.iw-service-areas-shell-t1 .iw-service-areas:not(.iw-service-areas--hide-country-names) ul.iw-service-areas__regions {
	list-style: none !important;
	padding-left: 1rem !important;
	margin-left: 0 !important;
	margin-top: 0.4rem !important;
}

.iw-service-areas-shell-t1 .iw-service-areas:not(.iw-service-areas--hide-country-names) li.iw-service-areas__country > .iw-service-areas__cities {
	margin-left: 1rem !important;
	margin-top: 0.35rem;
	display: inline-flex !important;
	max-width: calc(100% - 1rem);
	box-sizing: border-box;
}

.iw-service-areas-shell-t1 .iw-service-areas ul.iw-service-areas__countries {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
}

.iw-service-areas-shell-t1 .iw-service-areas li.iw-service-areas__country {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

/* Separators between countries — after base padding so `padding-top` isn’t overwritten. */
.iw-service-areas-shell-t1 ul.iw-service-areas__countries > li.iw-service-areas__country:not(:first-child) {
	padding-top: 1rem;
	margin-top: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.iw-service-areas-shell-t1 .iw-service-areas__country-heading {
	display: block;
	font-weight: 600;
	font-size: 1.05rem;
	letter-spacing: -0.02em;
	color: #111 !important;
	text-decoration: underline !important;
	text-underline-offset: 0.12em;
	margin-bottom: 0.35rem;
}

.iw-service-areas-shell-t1 .iw-service-areas__regions {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0.35rem 0 0 !important;
	display: grid;
	gap: 0.875rem;
}

.iw-service-areas-shell-t1 .iw-service-areas__regions .iw-service-areas__region-line {
	margin: 0 !important;
	line-height: 1.55;
}

.iw-service-areas-shell-t1 .iw-service-areas__region-name {
	font-weight: 600;
	color: #111 !important;
}

/* Chips row: gap instead of commas (comma spans hidden below) */
.iw-service-areas-shell-t1 .iw-service-areas__cities {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	vertical-align: baseline;
	max-width: 100%;
}

.iw-service-areas-shell-t1 .iw-service-areas__cities-sep {
	display: none !important;
}

.iw-service-areas-shell-t1 .iw-service-areas__city {
	display: flex;
	align-items: center;
	gap: 8px;
	box-sizing: border-box;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: var(--bg-primary, #fff);
	font-size: 14px;
	font-weight: 500;
	color: var(--navy-primary, #1a1a2e);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
	transition: var(--transition-apple, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease);
}

.iw-service-areas-shell-t1 .iw-service-areas__city--scope {
	max-width: 100%;
}

.iw-service-areas-shell-t1 .iw-service-areas__city::before {
	content: "";
	flex-shrink: 0;
	display: inline-block;
	width: 0.92em;
	height: 1.07em;
	background-color: var(--iw_branding_secondary_color, #4b5563);
	-webkit-mask: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22black%22 d=%22M12 2C8.1 2 5 5.24 5 9.25 5 15 12 22 12 22s7-7.5 7-12.75C19 5.24 15.9 2 12 2zm0 11.75A4.53 4.53 0 0 1 7.54 9.21 4.53 4.53 0 0 1 12 4.71a4.53 4.53 0 0 1 4.46 4.5A4.53 4.53 0 0 1 12 13.75z%22/%3E%3C/svg%3E')
		center/contain no-repeat;
	mask: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22black%22 d=%22M12 2C8.1 2 5 5.24 5 9.25 5 15 12 22 12 22s7-7.5 7-12.75C19 5.24 15.9 2 12 2zm0 11.75A4.53 4.53 0 0 1 7.54 9.21 4.53 4.53 0 0 1 12 4.71a4.53 4.53 0 0 1 4.46 4.5A4.53 4.53 0 0 1 12 13.75z%22/%3E%3C/svg%3E')
		center/contain no-repeat;
}

@media (prefers-reduced-motion: reduce) {
	.iw-service-areas-shell-t1 .iw-service-areas li.iw-service-areas__country,
	.iw-service-areas-shell-t1 .iw-service-areas__city {
		transition: none;
	}
}
