      .mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder .suggestions,
      mapbox-event-finder .mapbox-event-finder-search-container, mapbox-event-finder .mapbox-event-finder-geolocation-button,
      .mapbox-ctrl-group,
      .mapboxgl-ctrl-group button {
          border-radius: 0 !important;
      }
      .mapbox-ctrl-group,
      .mapboxgl-ctrl-geocoder,
      .mapbox-event-finder-geolocation-button {
          border: 1px solid black;
      }
      
      .mapboxgl-popup-content {
          border: 1px solid black;
          border-radius: 0;
          width: 450px;
          max-width: 100%;
          height: auto !important;
          max-height: 500px !important;
          overflow-y: auto !important;
          overflow-x: visible !important;
      }
      
      .mapboxgl-popup {
          max-height: 500px !important;
      }
      
      .dtl-popup {
          max-height: 450px !important;
          overflow-y: auto !important;
          padding: 0 4px !important;
          box-sizing: border-box !important;
          perspective: 1000px;
      }
      
      /* Flip animation styles */
      .popup-flipper {
          position: relative;
          width: 100%;
          transition: transform 0.6s, height 0.6s ease;
          transform-style: preserve-3d;
      }
      
      .popup-flipper.flipped {
          transform: rotateY(180deg);
      }
      
      .popup-front, .popup-back {
          width: 100%;
          backface-visibility: hidden;
          position: relative;
          transform: rotateX(0);
      }
      
      .popup-back {
          transform: rotateY(180deg);
          position: absolute;
          top: 0;
          left: 0;
      }
      
      /* RSVP form styles */
      .rsvp-form {
          padding: 20px;
          font-family: 'Inter', sans-serif;
      }
      
      .rsvp-form h3 {
          margin: 0 0 16px 0;
          font-size: 18px;
          font-weight: bold;
          color: #1F1F1F;
      }
      
      .form-group {
          margin-bottom: 16px;
      }
      
      .form-group label {/*
          display: block;
          margin-bottom: 4px;
          font-size: 14px;
          font-weight: 600;
          color: #1F1F1F;*/
      }
      
      
      .form-actions {
          display: flex;
          align-items: center;
          gap: 12px;
          margin-top: 20px;
      }
      
      .form-actions .btn-submit.action-btn {
          /*
          flex: 1;
          background: #FF4122;
          color: white;
          border: none;
          padding: 12px 20px;
          border-radius: 4px;
          font-weight: bold;
          font-size: 14px;
          cursor: pointer;
          font-family: 'Inter', sans-serif;
         */
          flex: 1;
          margin-top: 0;
      }
      
      .btn-back {
          background: transparent;
          /* 
          color: #FF4122;
          border: 2px solid #FF4122;
          padding: 10px 16px;
          border-radius: 4px;
         */
          font-weight: bold;
          font-size: 14px;
          cursor: pointer;
          font-family: 'Inter', sans-serif;
      }
      
      .btn-submit:hover {
         /* background: #E6391E;*/
      }
      
      .btn-back:hover {/*
          background: #FF4122;
          color: white;*/
      }
      .dtl-popup {

      }
      .dtl-popup .event-info {
          padding: 20px;
          background: #ff4122;
          color: white;
          min-height: 260px;
      }

        .dtl-popup h2 {
            margin: 0 0 6px 0;
            font-weight: 800;
            font-size: 1.6rem;
            line-height: 110%;
            letter-spacing: 0.09em;
            text-transform: uppercase;

        }
        
        .dtl-popup .meta {
            display: flex;
            align-items: center;
            margin: 0 0 6px 0;
            font-weight: 600;
            font-size: .85rem;
            line-height: 130%;
            letter-spacing: 0.06em;
            text-transform: uppercase;            
        }
        .dtl-popup .meta:last-child {
            margin-bottom: 0;
        }
        
        .dtl-popup .meta .icon {
            margin-right: 8px;
            opacity: 0.8;
        }
        
        .dtl-popup .action-btn {
            display: block;
            background: #80ffb3;
            color: rgb(29 29 29);
            padding: 12px 24px;
            text-decoration: none;
            border-radius: 0;
            font-weight: bold;
            margin-top: 10px;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            letter-spacing: 0.06em;
        }
        
        .dtl-popup .action-btn:hover {
            filter: brightness(105%);
        }

        .dtl-popup .external-site-disclaimer {
            line-height: 120%;
            display: block;
            font-size: .75rem;
            color: rgb(126 126 126);
            text-align: center;
            max-width: 65%;
            margin: 10px auto 0;
        }

        .action-btn.signup-btn,
        .action-btn.organize-btn {
            display: grid;
            background: #c9c9c94a;
            color: #383838d4;
            padding: 5px 12px;
            text-decoration: none;
            border-radius: 0;
            font-weight: bold;
            text-align: center;
            font-size: 14px;
            font-family: 'Inter', sans-serif;
            letter-spacing: 0.05em;
            flex: 1;            
        }
