.arrenda-location {
	margin-top: clamp(2rem, 5vw, 3.5rem);
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	border-top: 1px solid #d7dce1;
}

.arrenda-location h2 {
	margin: 0 0 0.4rem;
}

.arrenda-location__notice {
	margin: 0 0 1rem;
	color: #586270;
}

.arrenda-location__map-shell {
	position: relative;
	min-height: 320px;
	aspect-ratio: 16 / 7;
	overflow: hidden;
	border: 1px solid #d7dce1;
	border-radius: 12px;
	background: #eef1f3;
}

.arrenda-location__map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.arrenda-location__consent {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1.5rem;
	text-align: center;
	background: linear-gradient(135deg, #f5f7f8, #e8edef);
}

.arrenda-location__consent p {
	max-width: 34rem;
	margin: 0;
	color: #46515d;
}

.arrenda-location__consent[hidden],
.arrenda-location__error[hidden] {
	display: none !important;
}

.arrenda-location__error {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 3;
	margin: 0;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	color: #5f2530;
	background: #fff0f2;
}

.arrenda-location .maplibregl-ctrl-attrib {
	font-size: 10px;
}

@media (max-width: 720px) {
	.arrenda-location__map-shell {
		min-height: 280px;
		aspect-ratio: 4 / 3;
	}
}
