.schedule__group {
  margin-bottom: 1.5rem;
}
.schedule__group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  border-bottom: 2px solid #ECB11F;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) {
  .schedule__group-header {
    cursor: default;
    pointer-events: none;
  }
}
.schedule__group-header::before {
  display: none !important;
}
.schedule__group-title {
  font-size: 24px;
  font-weight: 800;
  color: #AE132A;
  text-transform: none;
  margin: 0;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .schedule__group-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .schedule__group-title {
    text-align: center;
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .schedule__group-title {
    font-size: 36px;
  }
}
.schedule__group-icon {
  flex-shrink: 0;
}
@media only screen and (min-width: 1200px) {
  .schedule__group-icon {
    display: none;
  }
}
.schedule__icon-minus {
  display: none;
}
.schedule__group--open .schedule__icon-minus {
  display: block;
}
.schedule__icon-plus {
  display: block;
}
.schedule__group--open .schedule__icon-plus {
  display: none;
}
.schedule__group-body {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .schedule__group-body {
    display: block !important;
    padding: 40px;
  }
}
.schedule__empty-message {
  color: #002957;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .schedule__empty-message {
    padding: 30px 0;
  }
}
.schedule__route {
  margin-bottom: 30px;
}
.schedule__route:last-child {
  margin-bottom: 0;
}
.schedule__desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .schedule__desktop {
    display: block;
  }
}
.schedule__direction-col, .schedule__date-cell {
  width: 140px;
  min-width: 140px;
  flex-shrink: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #002957;
  text-align: center;
  background: #F5F5F5;
}
.schedule__stop-col, .schedule__time-cell {
  flex: 1 0 0;
  min-width: 0;
  text-align: center;
}
.schedule__cta-col, .schedule__cta-cell {
  width: 140px;
  min-width: 140px;
  flex-shrink: 0;
  padding: 10px;
}
.schedule__cta-cell > .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.schedule__stop-col--gray, .schedule__time-cell--gray {
  background: #F5F5F5;
}
.schedule__header-row {
  display: flex;
  align-items: stretch;
}
.schedule__header-row .schedule__direction-col {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px 20px 0 0;
}
.schedule__header-row .schedule__stop-col {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px 20px 0 0;
}
.schedule__stop-path {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.schedule__stop-line {
  flex: 1 0 0;
  min-width: 0;
  height: 2px;
  background: #002957;
  margin: 0 -10px;
}
.schedule__stop-line--hidden {
  visibility: hidden;
}
.schedule__pin-icon {
  font-size: 34px;
  color: #002957;
  flex-shrink: 0;
  line-height: 1;
}
.schedule__stop-info {
  padding: 0 10px;
}
.schedule__stop-city {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #002957;
  margin-bottom: 5px;
}
.schedule__stop-name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #002957;
}
.schedule__info-row {
  display: flex;
  align-items: stretch;
}
.schedule__info-row .schedule__direction-col {
  background: #F5F5F5;
}
.schedule__stop-detail {
  padding: 10px 10px 20px;
}
.schedule__stop-address {
  display: block;
  font-size: 14px;
  color: #002957;
  line-height: 1.4;
  margin-bottom: 8px;
}
.schedule__stop-desc {
  display: block;
  font-size: 14px;
  color: #002957;
  line-height: 1.4;
}
.schedule__label-row {
  display: flex;
  align-items: stretch;
}
.schedule__label-row .schedule__direction-col, .schedule__label-row .schedule__stop-col, .schedule__label-row .schedule__cta-col {
  background: rgba(0, 41, 87, 0.2);
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #002957;
}
.schedule__trip-row {
  display: flex;
  align-items: stretch;
  border-bottom: 2px solid rgba(0, 41, 87, 0.2);
}
.schedule__trip-row--last {
  border-bottom: none;
}
.schedule__date-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.schedule__trip-row--last .schedule__date-cell {
  border-radius: 0 0 20px 20px;
}
.schedule__trip-row--last .schedule__time-cell {
  border-radius: 0 0 20px 20px;
}
.schedule__trip-row--last .schedule__cta-cell {
  border-radius: 0 0 20px 0;
}
.schedule__time-cell {
  padding: 16px 10px;
  font-size: 16px;
  color: #002957;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule__trip-row--last .schedule__time-cell, .schedule__trip-row--last .schedule__cta-cell {
  padding-bottom: 36px;
}
.schedule__mobile {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .schedule__mobile {
    display: none;
  }
}
.schedule__mobile-inner {
  display: flex;
}
.schedule__mobile-stops {
  flex-shrink: 0;
  width: 215px;
  min-width: 215px;
  background: #fff;
  z-index: 2;
  padding-left: 20px;
  padding-right: 10px;
}
.schedule__mobile-direction {
  padding: 10px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #002957;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.schedule__mobile-stop-cell {
  padding-bottom: 5px;
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.schedule__mobile-stop-path {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 5px;
  flex-shrink: 0;
}
.schedule__mobile-pin-icon {
  flex-shrink: 0;
  color: #002957;
  font-size: 22px;
  line-height: 1;
}
.schedule__mobile-stop-line {
  flex: 1 0 0;
  min-height: 0;
  width: 2px;
  background: #002957;
}
.schedule__mobile-stop-line--hidden {
  visibility: hidden;
}
.schedule__mobile-stop-text {
  flex: 1;
  min-width: 0;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 15px;
}
.schedule__mobile-stop-city {
  font-weight: 700;
  font-size: 18px;
  color: #002957;
  display: block;
  margin-bottom: 5px;
}
.schedule__mobile-stop-name {
  font-weight: 700;
  font-size: 14px;
  color: #002957;
  display: block;
  line-height: 1.3;
}
.schedule__mobile-info-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  margin-left: 5px;
  color: #002957;
}
.schedule__mobile-dates {
  flex: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  z-index: 1;
}
.schedule__mobile-date-col {
  flex-shrink: 0;
  width: 125px;
  min-width: 125px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.schedule__mobile-date-col:nth-child(odd) {
  background: #F5F5F5;
}
.schedule__mobile-date-col:nth-child(even) {
  background: #fff;
}
.schedule__mobile-date-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #002957;
  text-align: center;
}
.schedule__mobile-time-cell {
  padding: 10px 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #002957;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  min-height: 65px;
}
.schedule__mobile-time-cell:not(:first-of-type) {
  min-height: 84px;
  padding-bottom: 24px;
}
.schedule__mobile-arrives, .schedule__mobile-departs {
  display: block;
  white-space: nowrap;
  color: #002957;
}
.schedule__mobile-reserve-row {
  padding: 10px 10px 20px;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media only screen and (min-width: 768px) {
  .schedule__mobile-reserve-row > .btn {
    padding: 10px;
  }
}
.schedule__popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.schedule__popup-overlay[hidden] {
  display: none;
}
.schedule__popup {
  background: #fff;
  width: 100%;
  max-width: 450px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(0, 41, 87, 0.2);
  position: relative;
}
.schedule__popup-map {
  width: 100%;
  aspect-ratio: 450/350;
  background: #F5F5F5;
  overflow: hidden;
}
.schedule__popup-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.schedule__popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule__popup-body {
  padding: 24px 20px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.schedule__popup-name {
  font-weight: 700;
  font-size: 18px;
  color: #AE132A;
  width: 100%;
}
.schedule__popup-city {
  font-weight: 700;
  font-size: 14px;
  color: #002957;
}
.schedule__popup-divider {
  width: 100%;
  height: 2px;
  background: #ECB11F;
  margin: 0;
  border: none;
}
.schedule__popup-address, .schedule__popup-desc {
  font-size: 14px;
  color: #002957;
  line-height: 1.5;
}
.schedule__popup-address {
  margin-bottom: -8px;
}
.schedule__popup-map-link {
  font-size: 14px;
  font-weight: 700;
  color: #002957;
  text-decoration: underline;
}
.schedule__popup-map-link[hidden] {
  display: none;
}
.schedule__preview-notice {
  padding: 1rem;
  background: #f0f0f0;
  border: 1px dashed #ccc;
  text-align: center;
}

/*# sourceMappingURL=schedule.css.map */
