/* Allow wider popup */
.leaflet-popup-content-wrapper {
  max-width: none !important;
  background: rgba(255, 255, 255, 0.96);
}

.leaflet-popup-content {
  width: auto !important;
  max-width: none !important;
}

/* Your popup card */
.popup-card {
  width: 330px;
  font-family: Arial, sans-serif;
}

.popup-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.popup-meta {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}

.popup-meta .label {
  font-weight: 700;
  margin-right: 6px;
}

.popup-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0;
}

.popup-table {
  width: 95%;
  border-collapse: separate;
  border-spacing: 0;
}

.popup-table th,
.popup-table td {
  padding: 6px 10px;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.popup-table th {
  background: #f6f6f6;
  font-weight: 700;
}

.popup-table .num {
  text-align: right;
}

.popup-table .ts {
  white-space: nowrap;
}

.popup-note {
  margin-top: 8px;
  font-size: 12px;
  color: #555;
  line-height: 1.35;
}

