@media (max-width: 768px) {
    #disney-calendar-module {
        padding: 0 !important;
    }

    #disney-calendar-module .more-dates {
        min-width: 65px !important;
    }

    #disney-calendar-module .day-option {
        min-width: 50px !important;
    }

    #disney-calendar-module .week-selector {
        gap: 7px !important;
    }

    #disney-calendar-module .day-date {
        font-size: 12px !important;
    }

    #disney-calendar-module .day-name {
        font-size: 12px !important;
    }

    #disney-calendar-module .month-title {
        font-size: 13px !important;
    }


    #disney-calendar-module .modal-content {
        padding: 5px 10px !important;
        width: 90% !important;
        max-height: 90vh !important;
    }

    #disney-calendar-module .calendar-day {
        min-height: 40px !important;
    }

    #disney-calendar-module .calendar-navigation {
        margin-bottom: 0 !important;
    }

    #disney-calendar-module .day-number {
        font-size: 14px !important;
    }

}


.tickets-bar > div > div {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
}

.ticket-card {
    flex: 0 0 244px;
    scroll-snap-align: start;
}

/* Стилизация скроллбара */
.tickets-bar > div > div::-webkit-scrollbar {
    height: 8px;
}

.tickets-bar > div > div::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}



/* CSS */
.highlights-section {
    /* border-top: 1px solid #ddd; */
  max-width: 700px;
  margin: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #333;
}

.highlights-section h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.highlights-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.highlights-section li {
  margin-bottom: 12px;
  font-weight: 100;
  font-size: 14px;
}

.about-p {
    
  font-size: 14px;
  font-weight: 100;
}


/* CSS */
.need-to-know-section {
    border-top: 1px solid #ddd;
  max-width: 750px;
  margin: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #333;
}

.need-to-know-section h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.need-to-know-section h3 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 8px;
}

.need-to-know-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0 0 12px 0;
}

.need-to-know-section li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 100;
}


/* CSS */
.compact-gallery {
  max-width: 1200px;
  margin: 20px;
  border-top: 1px solid #ddd;
}

.compact-gallery h2 {
    font-size: 1rem;
}

.compact-gallery__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #333;
}

.compact-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  grid-auto-rows: 150px;
}

.compact-gallery__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #f0f0f0;
}

.compact-gallery__item--large {
  grid-row: span 2;
  grid-column: span 1;
}

.compact-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .compact-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  /* .compact-gallery {
    padding: 16px;
  } */
  
  .compact-gallery__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  .compact-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-auto-rows: 150px;
  }
  
  .compact-gallery__item {
    border-radius: 10px;
  }

  #betw-custom-title {
    font-size: 15px;
    padding: 10px 20px;
  }
}