.pmc-delivery-widget {
	margin: 24px 0;
}

.pmc-delivery-widget,
.pmc-delivery-widget * {
	box-sizing: border-box;
}

.pac-container {
	display: none !important;
}

.pmc-delivery-widget__inner {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(31, 80, 31, 0.22);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	max-width: 920px;
	padding: 20px;
}

.pmc-delivery-widget__copy {
	margin-bottom: 16px;
}

.pmc-delivery-widget__copy h2 {
	color: #1d351d;
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.pmc-delivery-widget__copy p {
	color: #405040;
	font-size: 16px;
	margin: 0;
}

.pmc-delivery-widget__map {
	background: #eef3ea;
	border: 1px solid rgba(31, 80, 31, 0.18);
	border-radius: 8px;
	height: 280px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.pmc-delivery-widget__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}

.pmc-delivery-widget__legend span {
	align-items: center;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(36, 93, 36, 0.14);
	border-radius: 999px;
	color: #254225;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 6px;
	line-height: 1;
	padding: 7px 9px;
}

.pmc-delivery-widget__legend i {
	background: var(--zone-color);
	border-radius: 999px;
	display: inline-block;
	height: 9px;
	opacity: 0.75;
	width: 9px;
}

.pmc-delivery-widget__map-fallback {
	background: #eef3ea;
	height: 100%;
	min-height: 280px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.pmc-delivery-zone-label {
	-webkit-backdrop-filter: blur(6px);
	align-items: center;
	backdrop-filter: blur(6px);
	background: rgba(245, 255, 246, 0.84);
	border: 1px solid rgba(31, 92, 48, 0.34);
	border-radius: 999px;
	box-shadow: 0 5px 14px rgba(18, 54, 25, 0.18);
	color: var(--zone-label-color, #1f5d32);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 6px 10px;
	position: absolute;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.pmc-delivery-map-fallback__glow {
	background: radial-gradient(circle, rgba(95, 163, 95, 0.3) 0, rgba(95, 163, 95, 0.12) 38%, transparent 68%);
	border: 1px solid rgba(36, 93, 36, 0.16);
	border-radius: 999px;
	height: 190px;
	left: 48%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 250px;
}

.pmc-delivery-map-fallback__copy {
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(36, 93, 36, 0.14);
	border-radius: 8px;
	display: grid;
	gap: 4px;
	left: 14px;
	max-width: calc(100% - 28px);
	padding: 10px 12px;
	position: absolute;
	right: 14px;
	top: 14px;
}

.pmc-delivery-map-fallback__copy strong {
	color: #1d351d;
	font-size: 15px;
	line-height: 1.2;
}

.pmc-delivery-map-fallback__copy span {
	color: #435043;
	font-size: 13px;
	line-height: 1.35;
}

.pmc-delivery-map-fallback__cities {
	bottom: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	left: 12px;
	position: absolute;
	right: 12px;
}

.pmc-delivery-map-fallback__cities span {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(36, 93, 36, 0.14);
	border-radius: 999px;
	color: #244224;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 8px;
}

.pmc-delivery-map-fallback__pin {
	align-items: center;
	background: #245d24;
	border: 2px solid #fff;
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	min-height: 34px;
	min-width: 34px;
	padding: 0 8px;
	position: absolute;
	text-align: center;
}

.pmc-delivery-map-fallback__pin--origin {
	left: 45%;
	top: 47%;
	transform: translate(-50%, -50%);
}

.pmc-delivery-map-fallback__pin--user {
	background: #245d24;
	left: 50%;
	top: 54%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.pmc-delivery-map-fallback__pin--reference {
	opacity: 0.78;
	z-index: 2;
}

.pmc-delivery-map-fallback__pin--hidden {
	display: none;
}

.pmc-delivery-map-fallback__pin--warning {
	background: #c79a24;
}

.pmc-delivery-map-fallback__pin--error {
	background: #b84a3c;
}

.pmc-delivery-widget__map-fallback[data-zoom="10"] .pmc-delivery-map-fallback__glow {
	height: 220px;
	width: 285px;
}

.pmc-delivery-widget__map-fallback[data-zoom="12"] .pmc-delivery-map-fallback__glow {
	height: 180px;
	width: 230px;
}

.pmc-delivery-widget__map-fallback[data-zoom="13"] .pmc-delivery-map-fallback__glow,
.pmc-delivery-widget__map-fallback[data-zoom="14"] .pmc-delivery-map-fallback__glow {
	height: 145px;
	width: 185px;
}

.pmc-delivery-widget__label {
	color: #253825;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.pmc-delivery-widget__controls {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr);
}

.pmc-delivery-widget__input {
	background: #fff;
	border: 1px solid #b7c5b7;
	border-radius: 6px;
	color: #1b251b;
	font-size: 16px;
	line-height: 1.3;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.pmc-delivery-widget__input:focus {
	border-color: #2d6f2d;
	box-shadow: 0 0 0 3px rgba(45, 111, 45, 0.16);
	outline: 0;
}

.pmc-delivery-widget__button {
	align-items: center;
	background: #245d24;
	border: 1px solid #245d24;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 10px 14px;
	text-align: center;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.pmc-delivery-widget__button:hover,
.pmc-delivery-widget__button:focus {
	background: #1c4b1c;
	border-color: #1c4b1c;
	color: #fff;
	outline: 0;
}

.pmc-delivery-widget__button:active {
	transform: translateY(1px);
}

.pmc-delivery-widget__button--secondary {
	background: #fff;
	border-color: #9bad9b;
	color: #1f451f;
}

.pmc-delivery-widget__button--secondary:hover,
.pmc-delivery-widget__button--secondary:focus {
	background: #eef6ee;
	border-color: #668866;
	color: #173817;
}

.pmc-delivery-widget__result {
	margin-top: 14px;
	min-height: 0;
}

.pmc-delivery-result {
	border: 1px solid #b9c5b9;
	border-radius: 8px;
	display: grid;
	gap: 10px;
	padding: 14px 16px;
}

.pmc-delivery-result__title {
	font-size: 18px;
	line-height: 1.2;
}

.pmc-delivery-result__message {
	font-size: 15px;
	line-height: 1.45;
}

.pmc-delivery-result small {
	color: #536153;
	font-size: 13px;
	line-height: 1.35;
}

.pmc-delivery-result--success {
	background: #eef8ee;
	border-color: #8fbe8f;
	color: #183d18;
}

.pmc-delivery-result--warning {
	background: #fff8e8;
	border-color: #d6b766;
	color: #5a4214;
}

.pmc-delivery-result--error {
	background: #fff0ed;
	border-color: #dc9a8f;
	color: #6b251c;
}

.pmc-delivery-result--neutral,
.pmc-delivery-result--loading {
	background: #f6f8f6;
	color: #334033;
}

.pmc-delivery-estimate-card {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 247, 232, 0.92));
	border: 1px solid rgba(36, 93, 36, 0.18);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 20px rgba(24, 61, 24, 0.1);
	display: grid;
	gap: 14px;
	grid-template-columns: 126px minmax(0, 1fr);
	padding: 14px;
}

.pmc-delivery-gauge {
	--needle-low: -24deg;
	--needle-high: 24deg;
	height: 76px;
	position: relative;
	width: 126px;
}

.pmc-delivery-gauge__track {
	background:
		radial-gradient(circle at 50% 100%, #eef8ee 0 30%, transparent 31%),
		conic-gradient(from 270deg at 50% 100%, #2d7a3e 0deg, #79b95d 64deg, #d8bd55 126deg, #b76c38 180deg, transparent 180deg 360deg);
	border: 1px solid rgba(25, 83, 35, 0.2);
	border-bottom: 0;
	border-radius: 126px 126px 0 0;
	bottom: 0;
	height: 70px;
	left: 0;
	position: absolute;
	width: 126px;
}

.pmc-delivery-gauge__needle {
	animation: pmc-delivery-needle 1.8s ease-in-out infinite alternate;
	background: #173d20;
	border-radius: 999px;
	bottom: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
	height: 58px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(var(--needle-high));
	transform-origin: 50% 100%;
	width: 4px;
}

.pmc-delivery-gauge__hub {
	background: #173d20;
	border: 4px solid #f7fff7;
	border-radius: 999px;
	bottom: -2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 20px;
}

.pmc-delivery-estimate-card__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.pmc-delivery-estimate-card__copy > span {
	color: #315331;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pmc-delivery-estimate-card__copy b {
	color: #133816;
	font-size: clamp(34px, 7vw, 56px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.95;
}

.pmc-delivery-estimate-card__copy b small {
	color: #315331;
	font-size: 0.42em;
	font-weight: 900;
}

.pmc-delivery-estimate-card__copy em {
	color: #1d451d;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.15;
}

.pmc-delivery-estimate-card__copy > small {
	color: #516451;
	font-size: 12px;
	font-weight: 700;
}

@keyframes pmc-delivery-needle {
	from {
		transform: translateX(-50%) rotate(var(--needle-low));
	}

	to {
		transform: translateX(-50%) rotate(var(--needle-high));
	}
}

@media (prefers-reduced-motion: reduce) {
	.pmc-delivery-gauge__needle {
		animation: none;
	}
}

.pmc-delivery-widget__areas {
	border-top: 1px solid rgba(31, 80, 31, 0.14);
	color: #405040;
	font-size: 14px;
	margin-top: 16px;
	padding-top: 12px;
}

.pmc-delivery-widget__areas summary {
	color: #245d24;
	cursor: pointer;
	font-weight: 700;
}

.pmc-delivery-widget__areas p {
	line-height: 1.45;
	margin: 8px 0 0;
}

@media (min-width: 720px) {
	.pmc-delivery-widget__inner {
		padding: 24px;
	}

	.pmc-delivery-widget__map {
		height: 340px;
	}

	.pmc-delivery-widget__controls {
		grid-template-columns: minmax(240px, 1fr) auto auto;
	}

	.pmc-delivery-widget__button {
		white-space: nowrap;
	}
}
