     html,
     body {
        height: 100%;
        margin: 0;
     }

     .leaflet-container {
        height: 360px;
        width: 720px;
        max-width: 100%;
        max-height: 100%;
     }

     h1 {
        font-size: 13px;
     }

    .timestamp-container {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      background-color: #f3f4f6;
      border: 1px solid #e5e7eb;
      border-radius: 20px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 13px;
      color: #4b5563;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .timestamp-icon {
      width: 6px;
      height: 6px;
      background-color: #10b981; 
      border-radius: 50%;
      display: inline-block;
    }

    .timestamp-label {
      font-weight: 500;
    }

    #last-generated {
      font-weight: 600;
      color: #1f2937;
    }

    .filter-button {
      padding: 5px 10px;
      margin: 2px;
      border: 1px solid #ccc;
      background-color: #fff;
      cursor: pointer;
      width: 130px;
    }

    .filter-button:hover {
      background-color: #337ab7;
      color: white;
    }

    #map-container {
      display: flex;
      align-items: center;
    }

    #map {
      width: 900px;
      height: 710px;
    }

    html,
    body {
        height: 100%;
        margin: 0;
    }

    .leaflet-container {
        height: 360px;
        width: 720px;
        max-width: 100%;
        max-height: 100%;
    }

    h1 {
        font-size: 13px;
    }

