.distance-based-delivery-address-field .woocommerce-input-wrapper {
	position: relative;
}

.distance-based-delivery-map-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 6px;
	border: 1px solid #d5d8de;
	background: #f5f7fb;
	color: #1d2327;
	cursor: pointer;
}

.distance-based-delivery-map-toggle:hover {
	background: #e8edf7;
}

.distance-based-delivery-inline {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.35s ease;
}

.distance-based-delivery-inline.no-transition {
	transition: none !important;
}

.distance-based-delivery-inline.is-open {
	max-height: 520px;
	opacity: 1;
	margin-top: 12px;
}

.distance-based-delivery-inline__panel {
	border: 1px solid #dfe3eb;
	border-radius: 8px;
	background: #fff;
	padding: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.distance-based-delivery-inline__hint {
	margin: 0 0 10px;
	font-size: 0.95em;
	color: #556;
}

.distance-based-delivery-inline__preview {
	margin: 10px 0 0;
	font-size: 0.95em;
	color: #1d2327;
}

.distance-based-delivery-inline__error {
	display: none;
	margin-top: 6px;
	font-size: 0.92em;
	color: #b81c23;
}

.distance-based-delivery-inline__error.is-visible {
	display: block;
}

#distance-based-delivery-map {
	width: 100%;
	height: 320px;
	border-radius: 6px;
}
