.group-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 280px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 1px solid #e6e6e6;
}

.group-controls button,
.group-controls input,
.group-dropdown.show,
.group-dropdown,
.group-row,
.group-label,
.group-label.age,
.group-controls input[type="number"],
.day-selector button,
.day-selector input {
  touch-action: manipulation!important; /* Prevents double-tap zoom */
}

.form-row {
	flex-wrap: nowrap;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%;
}
  
.ticket-option.best.season-pass-highlight {
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px auto;
  max-width: 100%;
	color: white;
}

.input-group {
    flex: 1 1 0;
    min-width: 200px;
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
}
.input-group label {
  font-weight: bold;
  font-size: 0.95rem;
  color: #004a8f;
  margin-bottom: 5px;
}
.day-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.day-selector input {
  width: 50px;
  text-align: center;
  
  border: none;
  background: white;
  pointer-events: none;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
}
.day-btn {
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
}
.day-btn:hover {
  background-color: #0060a9;
  color: white;
}
/* Responsive stacking on smaller screens */

.group-dropdown-wrapper {
  position: relative;
}
.group-summary-btn {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  background: white;
  cursor: pointer;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.group-summary-btn:hover {
  border-color: #0060a9;
  box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.1);
}
.group-summary-btn:focus {
  border-color: #0060a9;
  box-shadow: 0 0 0 3px rgba(0, 96, 169, 0.1);
}
.group-dropdown {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 999;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 1px solid #e6e6e6;
}
.group-dropdown.show {
  display: block;
}
.group-label {
  font-weight: 600;
  color: #333;
}
.group-label .age {
  font-weight: 400;
  font-size: 0.85rem;
  color: #999;
  margin-left: 6px;
}
.group-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.group-controls {
  display: flex;
  align-items: center;
  border: none!important;
  border-radius: 5px;
  overflow: hidden;
}
.group-controls button {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #f0f0f0;
  border-radius: 5px;
  cursor: pointer;
  /* Add these to stop iOS blue styling */
  -webkit-appearance: none;
  appearance: none;
  color: #495057; /* your intended color */
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.group-controls svg.icon {
  width: 16px;
  height: 16px;
  display: block;
  stroke: #495057!important;
}
.group-controls button:hover {
  background: #0060a9;
  color: white;
}
.group-controls input {
  width: 40px;
  text-align: center;
  border: none;
  font-weight: bold;
  background: white;
  pointer-events: none;
}  
/* Shared layout for both notes and highlights */
.ticket-highlight-note,
.ticket-notes {
  margin: 10px 0 15px 0;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  max-width: 85%;
}

/* Colors for BEST option cards */
.ticket-option.best .ticket-highlight-note,
.ticket-option.best .ticket-notes {
  color: white;
}

/* Colors for non-best option cards */
.ticket-option:not(.best) .ticket-highlight-note,
.ticket-option:not(.best) .ticket-notes {
  color: #000000;
}

/* Keep your disclaimer override */
.ticket-option:not(.best) .ticket-disclaimer {
  color: #6c757d !important;
}

      
    .dayContainer {padding: 0 10px; box-shadow: none!important; -webkit-box-shadow: none!important;}
    .ticket-disclaimer {
          font-size: 0.8rem;
          color: rgba(255, 255, 255, 0.75);
          margin-top: 10px;
          font-family: 'Roboto', sans-serif;
      }
    
    .group-row {
          display: flex;
          align-items: center;
      }
      
      .group-label {
          font-weight: 700;
          font-size: 1rem;
          color: #1B1B1B;
          min-width: 125px;
      }
      
      /* Controls layout */
      .group-controls {
          display: flex;
          align-items: center;
          gap: 0;
          border: 1px solid #ccc;
          border-radius: 5px;
          overflow: hidden;
          background: white;
      }
      
      /* Input (number field) */
      .group-controls input[type="number"] {
          width: 45px!important;
          height: 35px!important;
          font-size: 1rem;
          font-weight: 300;
          text-align: center;
          border: none;
          background: transparent;
          appearance: textfield;
      }
      
      /* Hide number spinners (Chrome, Safari, Edge) */
      .group-controls input::-webkit-outer-spin-button,
      .group-controls input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0;
      }
      
      /* Hide number spinners (Firefox) */
      .group-controls input[type="number"] {
          -moz-appearance: textfield;
      }
      
      /* Buttons */
      .group-controls .day-btn {
          width: 50px;
          height: 54px;
          font-size: 1.5rem;
          font-weight: 700;
          color: #495057;
          background: #f8f9fa;
          border: none;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
      }
      
      .group-controls .day-btn:hover {
          background: #0060a9;
          color: white;
      }
      
      .group-controls .day-minus {
          border-right: 1px solid #ccc;
      }
      
      .group-controls .day-plus {
          border-left: 1px solid #ccc;
      }
      
    
    /* Custom styled select to match .day-btn look */
    .input-group select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        width: 60px;
        height: 50px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #495057;
        cursor: pointer;
        display: flex;
        justify-content: center;
        border-radius: 8px;
        background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23495057' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center right 10px;
        background-size: 18px;
    }
    
    #dev-date-toggle {
        position: fixed;
        top: 15px;
        right: 15px;
        background: #fff;
        padding: 8px 12px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        font-family: 'Roboto', sans-serif;
        font-size: 0.9rem;
        z-index: 9999;
    }
    #dev-date-toggle label {
        margin-right: 6px;
        font-weight: bold;
    }

    .ticket-option.best.season-pass-highlight .ticket-button {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid white;
        color: white;
    }
    .ticket-option.best.season-pass-highlight .ticket-button:hover {
        background: white;
    }
    .ticket-option.best.season-pass-highlight {
	background: #6839a1;
	color: white;
}

.ticket-option.best.pow-highlight {
	background: #043d5b;
	color: white;
}
        
        .ticket-option.best.pow-highlight .ticket-button {
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid white;
            color: white;
        }
        
        .ticket-option.best.pow-highlight .ticket-button:hover {
            background: white;
        } 
    
    .ticket-option.best.multi-day-highlight {
            background: #04a768;
            color: white;
        }
        
    .day-selector input:focus {
            outline: none;
            border: none;
            box-shadow: none;
        }
        
        /* Hide number input arrows */
        .day-selector input::-webkit-outer-spin-button,
        .day-selector input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
        .day-selector input[type=number] {
            -moz-appearance: textfield;
        }
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
          font-family: 'Roboto', sans-serif;
          margin: 0;
          background-color: transparent;
        }

        /* When inside an iframe, don't force extra vertical space */
        .embedded body {
          min-height: auto;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            border-radius: 5px;
            overflow: visible!important;
        }
        .header {
  width: 100%;
            background: #0060a9;
            color: white;
            padding: 15px 15px 25px 15px;
            text-align: center;
        }
        .logo {
            width: 170px;
            height: auto;
        }
        .header h1 {
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .header p {
            font-family: 'Roboto', sans-serif;
            font-size: 1.1rem;
        }
                .form-section {
                  max-width: 950px;
                  margin: 0 auto;
                  padding: 40px 40px 10px 40px;
                  /* Reduced bottom padding from 40px to 10px */
                  position: relative;
                }
        .input-group {
    flex: 1 1 0;
    min-width: 200px;
            position: relative;
        }
        .input-group label {
            display: block;
            margin-bottom: 8px;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            color: #0060a9;
            font-size: 1.5rem;
            text-transform: uppercase;
        }
        .input-group input, .input-group select {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ccc;
            border-radius: 5px;
            
            
            height: 54px;
        
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
}
        .input-group input:focus, .input-group select:focus {
            outline: none;
            border-color: #0060a9;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        .flatpickr-input:hover {
            outline: none;
            border-color: #0060a9;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        .peak-notice {
            background: #ff6b6b;
            color: white;
            padding: 15px;
            border-radius: 5px;
            margin-top: 10px;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            text-align: center;
            display: none;
        }
        .peak-notice.show {
            display: block;
            animation: slideIn 0.3s ease;
        }
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .results {
            margin-top: 30px;
        }
        .ticket-option {
            background: #f8f9fa;
            border: 1px solid #e9ecef;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }
        .ticket-option:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        .ticket-option.best {
            background: #0060a9;
            color: white;
            order: -1;
            box-shadow: 0 10px 30px rgba(136, 136, 136, 0.3);
        }
        .ticket-option.best .ticket-badge {
            background: #fff;
            color: #000000;
            padding: 5px 15px;
            border-radius: 5px;
            font-size: 0.9rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 10px;
        }
        .ticket-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        .ticket-name {
            font-size: 1.5rem;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        .ticket-price {
            font-size: 1.5rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
        }
        .ticket-details {
            margin-bottom: 15px;
            font-family: 'Roboto', sans-serif;
            line-height: 1.5em;
        }

                .ticket-release-date,
                .ticket-refundable,
                .ticket-date-restrictions,
                .ticket-collection,
                .ticket-details-title,
                .ticket-point {
                  margin-bottom: 10px;
                  font-family: 'Roboto', sans-serif;
                  line-height: 1em;
                }

        .ticket-details-title {font-weight: bold; font-size:1em;}

        .ticket-button {
            background: #6c757d;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 8px;
            font-size: 1rem;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
        }
        .ticket-button:hover {
            background: #5a6268;
        }
        .ticket-option.best .ticket-button {
            background: rgba(255,255,255,0.2);
            border: 1px solid white;
        }
        .ticket-option.best .ticket-button:hover {
            background: white;
            color: #000000;
            
        }
        .loading {
            text-align: center;
            color: #7f8c8d;
            font-size: 1.1rem;
            font-family: 'Roboto', sans-serif;
            margin: 40px 0;
        }
        .error {
            background: #c0392b;
            color: white;
            padding: 15px;
            border-radius: 5px;
            margin: 20px 0;
            text-align: center;
            font-family: 'Roboto', sans-serif;
        }
        /* Flatpickr calendar positioning fixes */
        .flatpickr-calendar {
            z-index: 9999 !important;
            position: absolute !important;
            font-family: 'Roboto', sans-serif !important;
            padding: 15px !important;
            margin-top: 4px;
            
        }
        .flatpickr-calendar.arrowTop:before,
        .flatpickr-calendar.arrowTop:after {
            border-bottom-color: rgba(57, 57, 57, 0.93) !important;
        }
        /* Custom month header styling */
        .flatpickr-calendar .flatpickr-month {
            font-weight: 500 !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 6px;
            color: #000000 !important;
          }
        
        .flatpickr-calendar .flatpickr-current-month {
              display: flex !important;
              align-items: center !important;
              justify-content: center !important;
              gap: 6px !important;
              height: 30px !important;
              text-align: center !important;
              padding: 0 !important;
              color: #000000 !important;
              font-weight: 500 !important;
          }
        .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
            background: transparent !important;
            border: none !important;
            font-family: 'Roboto', sans-serif !important;
            text-align: center !important;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: none !important;
            font-size: 18px !important;
            font-weight: 500 !important;
            padding: 0 !important;
            margin: 0 !important;
            appearance: none !important;
            color: #000000 !important;
        }
        .flatpickr-calendar .numInputWrapper {
            text-align: center !important;
        }
        .flatpickr-calendar .cur-year {
            background: transparent !important;
            border: none !important;
            font-family: 'Roboto', sans-serif !important;
            font-size: 18px !important;
            font-weight: 500 !important;
            padding: 0 !important;
            margin: 0 !important;
            text-align: center !important;
            color: #000000 !important;
        }
        /* Arrow styling */
        .flatpickr-calendar .flatpickr-prev-month,
        .flatpickr-calendar .flatpickr-next-month {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 48px !important;
            height: 48px !important;
            border-radius: 5px !important;
            transition: background-color 0.2s ease !important;
        }
        .flatpickr-calendar .numInputWrapper span.arrowUp,
        .flatpickr-calendar .numInputWrapper span.arrowDown {
            display: none !important;
        }
        .flatpickr-calendar .cur-year {
              pointer-events: none;
              color: #000000 !important;
          }
        .flatpickr-calendar .flatpickr-prev-month:hover,
        .flatpickr-calendar .flatpickr-next-month:hover {
            background-color: rgba(0, 0, 0, 0.1) !important;
        }
        .flatpickr-calendar .flatpickr-day.peak-date {
            background: #ff6b6b;
            color: white !important;
            font-weight: bold !important;
            border: none !important;
            border-radius: 8px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin: 1px !important;
        }
        .flatpickr-calendar .flatpickr-day.peak-date:hover {
            background: #ff5252;
            transform: translateY(-1px) !important;
        }
        .flatpickr-calendar .calendar-key {
            margin-top: 12px;
            padding: 8px 12px;
            background: rgba(255,255,255,0.95);
            border-radius: 6px;
            font-size: 0.85rem;
            font-family: 'Roboto', sans-serif;
            color: #666;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            text-align: center;
        }
        .flatpickr-calendar .peak-date-indicator {
            width: 12px;
            height: 12px;
            background: #ff6b6b;
            border-radius: 3px;
            display: inline-block;
        }
        .results-header {
            text-align: center;
            margin-bottom: 20px;
            color: #1B1B1B;
        }
        .results-header h2 {
            font-size: 2rem;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 10px;
            color: #1B1B1B;
        }
        .results-header p {
            font-family: 'Roboto', sans-serif;
        }
        .no-results {
            text-align: center;
            color: #9c9c9c;
            font-size: 1.1rem;
            font-family: 'Roboto', sans-serif;
            margin: 40px 0;
        }
        .day-selector {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            overflow: hidden;
            background: white;
            transition: border-color 0.3s ease;
        }
        .day-btn {
            background: #f8f9fa;
            border: none;
            width: 54px;
            height: 54px;
            font-size: 1.8rem;
            font-weight: 700;
            color: #495057;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            user-select: none;
            touch-action: manipulation;
            line-height: 1; /* <--- add this to normalize vertical centering */
  padding-top: 0 !important; /* ensure other styles don’t override */
        }
        .day-btn:hover {
            background: #0060a9;
            color: white;
            transition: all 0.2s ease;
        }
        .day-btn:active {
            background-color: #004C85;
        }
        .day-minus .day-plus {
            border-right: 1px solid #ccc;
        }

        .day-selector input {
            border: none;
            text-align: center;
            flex: 1;
            min-width: 80px;
            background: transparent;
            padding: 0 15px;
        
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
}
        .day-selector input:focus {
            outline: none;
            border: none;
            box-shadow: none;
        }
        .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
        .flatpickr-calendar .cur-year {
            height: 28px !important;
            line-height: 28px !important;
            font-size: 18px !important;
            padding: 0 !important;
            margin: 0 !important;
            border: none !important;
            background: transparent !important;
            appearance: none !important;
            box-sizing: content-box !important;
            vertical-align: middle !important;
        }
                .flatpickr-rContainer {
                  min-height: 280px;
                }
        
                .flatpickr-day {
                  height: 42px !important;
                  margin: 1px !important;
                }
        
                .flatpickr-day.today {
                  border-radius: 8px !important;
                  border-color: #959ea9;
                }
        
                .flatpickr-day.today:hover {
                  border-color: #646b74;
                  transform: translateY(-1px) !important;
                }

                .flatpickr-day.selected {
                  border-radius: 8px!important;
                  background-color: #0060a9!important;
                }

                .flatpickr-day.selected:hover {
                  border-radius: 8px!important;
                  background-color: #004C85!important;
                  transform: translateY(-1px) !important;
                }
                                
        
        .flatpickr-calendar .numInputWrapper{width: 4ch;}
        
        .flatpickr-calendar {
              opacity: 0;
              pointer-events: none;
              transition: opacity 0.1s ease;
          }
          .flatpickr-calendar.open {
              opacity: 1;
              pointer-events: auto;
          }
        
        @media (min-width: 769px){
            .flatpickr-calendar {
                    min-width: 648px!important;
                }
        }
        @media (max-width: 768px) {
          .ticket-highlight-note,
            .ticket-notes {
              max-width: 100%!important;
            }
.day-btn:focus,
.group-controls button:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: #f0f0f0 !important; /* or your normal state */
  color: #495057 !important;
}

.day-btn,
.group-controls button {
  -webkit-tap-highlight-color: transparent;
}

            .header h1 {
                font-size: 2rem;
            }
            
            .form-section, .header {
  width: 100%;
                padding: 20px;
            }
            
            .ticket-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            .day-selector {
                gap: 0;
            }
            
            .day-selector input {
                
                min-width: 60px;
            
font-family: 'Roboto', sans-serif;
font-size: 1rem;
font-weight: 400;
}
            .flatpickr-calendar {
                position: fixed !important;
                top: 50% !important;
                left: 50% !important;
                transform: translate(-50%, -50%) !important;
                z-index: 10000 !important;
                width: 100% !important;
                max-width: 330px !important; /* 👈 key fix */
                padding: 10px !important;
                box-sizing: border-box !important;
                min-height: 400px !important;
              }
              .flatpickr-days {
                  overflow: hidden !important;
              }
                
        }
/* ===== Layout Harmonization Fixes ===== */
.form-row {
  align-items: flex-start; /* ensure tops align */
}
.input-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.input-group input,
.input-group select,
.group-summary-btn,
.day-selector {
  height: 54px;
  box-sizing: border-box;
}
/* Tighter sizing for the day-selector */
.input-group:last-child .day-selector {
  max-width: 220px;
  flex: 0 0 auto;
}
.input-group:last-child {
  flex: 0 0 220px;
}
.input-group input,
.input-group select,
.group-summary-btn,
.day-selector input {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #757575;
  background: white;
  border: none;
  box-sizing: border-box;
}
.input-group input,
.input-group select,
.group-summary-btn,
.day-selector {
  height: 54px;
}
.input-group:last-child .day-selector {
  max-width: 220px;
  flex: 0 0 auto;
}
.input-group:last-child {
  flex: 0 0 220px;
}
.input-group input,
.input-group select,
.group-summary-btn,
.day-selector input {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #757575;
  background: white;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 10px;
}

.input-group input,
.input-group select,
.group-summary-btn,
.day-selector {
  height: 54px;
}
.input-group:last-child .day-selector {
  max-width: 220px;
  flex: 0 0 auto;
}
.input-group:last-child {
  flex: 0 0 220px;
}

.day-selector input,
.day-selector button {
  border-radius: 0 !important;
  border: none;
}

.input-with-icon {
  position: relative;
}

.input-with-icon .input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.input-with-icon input,
.input-with-icon button {
  padding: 0 20px 0 45px !important;
}

@media (max-width: 768px) {
  .form-section {
    flex-direction: column;
    gap: 1rem;
  }

  .input-group {
    width: 100%;
  }

  .input-with-icon input,
  .input-with-icon button,
  .day-selector {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }

  .input-group {
    width: 100% !important;
    min-width: unset !important;
    flex: 1 1 100% !important;
  }

  .input-with-icon input,
  .input-with-icon button,
  .group-summary-btn,
  .day-selector {
    width: 100% !important;
    box-sizing: border-box;
  }

  .input-with-icon .input-icon {
    left: 16px;
  }

  .input-group:last-child,
  .input-group:last-child .day-selector {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
    gap: 1rem;
  }

  .input-group {
    width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 100% !important;
  }

  .input-with-icon input,
  .input-with-icon button,
  .group-summary-btn,
  .day-selector,
  .day-selector input {
    width: 100% !important;
    box-sizing: border-box;
  }

  .input-group:last-child,
  .input-group:last-child .day-selector {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none !important;
}

.group-controls button.disabled {
  background: #e0e0e0 !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  pointer-events: none; /* Optional: prevents hover/click */
  opacity: 0.6;         /* Optional: adds a soft fade effect */
}

.done-button {
  padding: 12px 16px;
  background-color: #0060a9;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  transition: background-color 0.2s ease;
}

.done-button:hover {
  background-color: #004C85;
  color: white!important;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  color: #495057;
}

.dropdown-arrow.open {
  transform: rotate(180deg);
}

.ticket-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 16px 0;
}

.ticket-option:not(.best) .ticket-divider {
  background-color: #e0e0e0;
}
