.leaflet-popup-content {
      margin: 0px;
    }
    .leaflet-popup-tip-container {
      display: none;
    }
    .custom-popup {
      background: white;
      border: 2px solid #D1003E;
      padding: 15px;
      border-radius: 4px;
      max-width: 300px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    .custom-popup .date-time {
      font-weight: bold;
      color: #D1003E;
      font-size: 1.1em;
    }
    .custom-popup .location {
      font-weight: bold;
      color: #000;
      margin-top: 5px;
    }
    .custom-popup .address {
      margin-top: 5px;
      color: #333;
    }
    #map {
      height: 400px;
      width: 100%;
    }
    .event {
      cursor: pointer;
    }
    .gap-3 {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .bgstrsw {
      background: #fff;
      padding: 5px 10px;
      border-radius: 4px;
    }
    .leaflet-bottom.leaflet-right {
    display: none;
}
.boxba.active { outline: 2px solid #000; }