.gps-prayer-map-wrap {
	background: radial-gradient(ellipse at 50% 0%, #10254a 0%, #03040d 70%);
	border-radius: 14px;
	padding: 28px;
	margin-bottom: 32px;
	box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.35), 0 20px 60px rgba(0, 0, 0, 0.45);
}

.gps-prayer-map-intro {
	text-align: center;
	margin-bottom: 20px;
}
.gps-prayer-map-intro h3 {
	color: #f4d374;
	margin: 0 0 8px;
	letter-spacing: 0.02em;
}
.gps-prayer-map-intro p {
	color: #cbd5e1;
	font-size: 17px;
	margin: 0;
}
#gps-prayer-map-total {
	color: #e9c766;
	font-weight: 600;
}

.gps-prayer-map {
	position: relative;
	width: 100%;
	height: 460px;
	border-radius: 10px;
	overflow: hidden;
	background: #03040d;
}

.gps-prayer-map-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #cbd5e1;
	font-size: 17px;
	z-index: 1;
}

.gps-prayer-map-hint {
	text-align: center;
	color: #8892a8;
	font-size: 14px;
	margin: 14px 0 0;
}

/* Mapbox chrome, restyled to sit inside the dark card */
.gps-prayer-map .mapboxgl-ctrl-attrib,
.gps-prayer-map .mapboxgl-ctrl-attrib a {
	background: transparent;
	color: #8892a8;
}
.gps-prayer-map .mapboxgl-ctrl-group {
	background: rgba(11, 31, 58, 0.85);
	border: 1px solid rgba(201, 162, 39, 0.35);
}
.gps-prayer-map .mapboxgl-ctrl-group button {
	background: transparent;
}
.gps-prayer-map .mapboxgl-ctrl-icon {
	filter: invert(1);
}

.gps-prayer-map-popup .mapboxgl-popup-content {
	background: #0b1f3a;
	color: #e6e9f0;
	border: 1px solid #c9a227;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}
.gps-prayer-map-popup .mapboxgl-popup-tip {
	border-top-color: #c9a227;
	border-bottom-color: #c9a227;
}
.gps-prayer-map-popup strong {
	color: #e9c766;
}
