/* Storefront order locker card + modal */
.dkwl-order-locker {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.75rem;
}
.dkwl-order-locker__badge {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.dkwl-order-locker__name {
	margin: 0;
	font-weight: 600;
}
.dkwl-order-locker__address,
.dkwl-order-locker__postal {
	margin: 0;
	color: #444;
}
.dkwl-order-locker__map-btn {
	justify-self: start;
	margin-top: 0.35rem;
	cursor: pointer;
}
.dkwl-order-locker__modal[hidden] {
	display: none !important;
}
.dkwl-order-locker__modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: grid;
	place-items: center;
}
.dkwl-order-locker__modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.dkwl-order-locker__modal-panel {
	position: relative;
	z-index: 1;
	width: min(640px, calc(100vw - 1.5rem));
	max-height: min(80vh, 560px);
	overflow: auto;
	background: #fff;
	border-radius: 12px;
	padding: 1rem;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.dkwl-order-locker__modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}
.dkwl-order-locker__modal-title {
	margin: 0;
	font-size: 1.1rem;
}
.dkwl-order-locker__modal-x {
	border: 0;
	background: transparent;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}
.dkwl-order-locker__iframe {
	width: 100%;
	height: 360px;
	border: 0;
	border-radius: 8px;
}
body.dkwl-locker-map-open {
	overflow: hidden;
}
