html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
}

body {
  background: #f4f7fb;
}


.topbar {
  height: 72px;
  background: #0E1F53;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
}

.brand-left h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
}

.brand-left p {
  margin: 4px 0 0;
  font-size: 14px;
}

.brand-right img {
  height: 48px;
  max-width: 220px;
  object-fit: contain;
}

#map {
  width: 100%;
  height: calc(100vh - 72px);
}


.topbar {
  height: 80px;
  background: #0E1F53;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
}

.topbar h1 {
  margin: 0;
  font-size: 26px;
}

.topbar p {
  margin: 4px 0 0;
  font-size: 14px;
  opacity: 0.9;
}

#map {
  width: 100%;
  height: calc(100vh - 80px);
}

.leaflet-control-attribution {
  display: none !important;
}

.popup-card {
  min-width: 260px;
  font-family: Arial, sans-serif;
}

.popup-title {
  font-size: 20px;
  font-weight: 800;
  color: #0E1F53;
  margin-bottom: 4px;
}

.popup-subtitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
}

.popup-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  margin: 7px 0;
}

.popup-row span {
  color: #555;
}

.popup-row strong {
  color: #0E1F53;
  text-align: right;
}
