/* Service Areas V1 */
.svc-areas.v1 {

	/* Map */
	.svc-areas-v1-map {
		img {
			height: 100%;
		}
	}

	/* Card content */
	.svc-areas-v1-info {
		--half: 60%;
	}

	/* ── Top/bottom border decorations ─────────────────── */

	.top-deco {
		position: absolute;
		top: -1px;
		z-index: 0;
		width: 100%;
	}

	.btm-deco {
		bottom: -8px;
	}

	:is(.top-deco, .btm-deco) img {
		width: 100%;
		height: auto;
		display: block;
	}

}
