/* MapLibre Popup Custom Glass Card */
.maplibregl-popup-content {
  background: rgba(15, 23, 42, 0.95) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(245, 158, 11, 0.4) !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  color: #FFFFFF !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.8) !important;
}
.maplibregl-popup-anchor-top .maplibregl-popup-tip { border-bottom-color: rgba(15, 23, 42, 0.95) !important; }
.maplibregl-popup-anchor-bottom .maplibregl-popup-tip { border-top-color: rgba(15, 23, 42, 0.95) !important; }
.maplibregl-popup-anchor-left .maplibregl-popup-tip { border-right-color: rgba(15, 23, 42, 0.95) !important; }
.maplibregl-popup-anchor-right .maplibregl-popup-tip { border-left-color: rgba(15, 23, 42, 0.95) !important; }
.maplibregl-popup-close-button {
  color: #94A3B8 !important;
  font-size: 16px !important;
  padding: 4px 8px !important;
}
.popup-title {
  font-size: 14px;
  font-weight: 800;
  color: #F59E0B;
  margin-bottom: 4px;
  padding-right: 14px;
}
.popup-address {
  font-size: 12px;
  color: #E2E8F0;
  line-height: 1.4;
  margin-bottom: 8px;
}
.popup-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 10px;
  color: #94A3B8;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.popup-btn-row {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.popup-btn {
  flex: 1;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #FFFFFF;
  transition: background 0.15s ease;
}
