/* elmur-ds-address: Map frontend styles */

.elmur-ds-map {
	width: 100%;
}

/* The embedded map, kept proportional across all screen sizes */
.elmur-ds-map__frame {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 18rem;
	border: 0;
	border-radius: 8px;
}

/* Location selector (shown only with several locations) */
.elmur-ds-map__select-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
}

.elmur-ds-map__select-label {
	font-weight: 600;
}

.elmur-ds-map__select {
	width: 100%;
	max-width: 22rem;
	box-sizing: border-box;
	padding: 0.5rem 0.75rem;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	background: #fff;
}

.elmur-ds-map__panel[hidden] {
	display: none;
}

/* Fallback notice shown until the consent layer is available */
.elmur-ds-map__notice {
	box-sizing: border-box;
	width: 100%;
	padding: 1.25rem;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #f6f7f7;
	color: #3c434a;
	font-size: 0.95rem;
	text-align: center;
}
