/* Alqalaa Leaflet location – keep checkout sheet layout */
#amk-noon-map.leaflet-container {
	width: 100%;
	height: 280px;
	border-radius: 14px;
	overflow: hidden;
	z-index: 1;
	overflow: hidden;
	background: #e8eef5;
}
.amk-noon-map-wrap .leaflet-control-attribution {
	font-size: 10px;
	oacity: .85;
}
.amk-leaflet-suggest {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	max-height: 180px;
overflow: auto;
	overflow-x: hidden;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}
.amk-leaflet-suggest li {
	padding: 10px 12px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.4;
	border-bottom: 1px solid #f1f5f9;
	overflow: hidden;
}
.amk-leaflet-suggest li:last-child { border-bottom: 0; }
.amk-leaflet-suggest li:hover,
.amk-leaflet-suggest li.is-active {
	background: #f8fafc;
}
.amk-leaflet-msg {
	font-size: 12px;
	color: #b45309;
	margin: 6px 0 0;
}
.amk-noon-map-wrap{ position: relative; }
.amk-leaflet-loading{
  position:absolute; inset:0; z-index:500;
  display:flex; align-items:center; justify-content:center;
  flex-direction:column; gap:10px;
  background:rgba(255,255,255,.72);
  border-radius:14px;
  pointer-events:all;
}
.amk-leaflet-loading[hidden]{ display:none !important; }
.amk-leaflet-spinner{
  width:36px; height:36px;
  border:3px solid #dbeafe;
  border-top-color:#2563eb;
  border-radius:50%;
  animation:amkLeafletSpin .8s linear infinite;
}
.amk-leaflet-loading-text{
  margin:0; font-size:13px; color:#1e3a8a; font-weight:600;
}
@keyframes amkLeafletSpin{ to{ transform:rotate(360deg); } }
