.wcml-map-widget {
	margin-top: 0.8em;
	margin-bottom: 1.5em;
}

.wcml-map-widget__canvas {
	width: 100%;
	height: 320px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.wcml-map-widget__gps {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	font-size: 0.85em;
	border: 1px solid #2271b1;
	color: #2271b1;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.wcml-map-widget__gps:disabled {
	opacity: 0.6;
	cursor: default;
}

.wcml-map-widget__gps-error {
	font-size: 0.75em;
	color: #b32d2e;
	margin: 0 0 0.5em;
}

.wcml-map-widget__hint {
	font-size: 0.75em;
	color: #767676;
	margin: 0.4em 0 0;
}

.wcml-map-widget__confirm {
	margin-top: 0.6em;
	padding: 0.8em;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wcml-map-widget__confirm-text {
	margin: 0 0 0.6em;
	font-size: 0.85em;
	line-height: 1.4;
}

.wcml-map-widget__confirm-actions {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
}

.wcml-map-widget__confirm-actions button {
	cursor: pointer;
	border: none;
	border-radius: 4px;
	padding: 0.5em 1em;
	font-size: 0.85em;
}

.wcml-map-widget__confirm-yes {
	background: #2271b1;
	color: #fff;
}

.wcml-map-widget__confirm-no {
	background: #e0e0e0;
	color: #333;
}

/* Autocomplete de Google se inyecta en body con position:fixed por defecto en algunos temas;
   esto evita que quede por debajo de otros elementos del checkout. */
.pac-container {
	z-index: 100000;
}
