/* Variables */
/* Mixens: */
.carrier-text-icon {
  cursor: help;
}

@media screen and (min-width: 1024px) {
  .schedule-station-numbers {
    column-count: 2;
    column-gap: 2rem;
    column-fill: balance;
    overflow: visible;
  }
}

.schedule-days-key-wrap {
  max-width: 9em;
}

@media print {
  .schedule-wrapper {
    padding: 0 !important;
    margin-bottom: 0.75rem !important;
    break-inside: avoid;
    page-break-inside: avoid;
    border: none !important;
  }
  .schedule-wrapper > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .schedule-wrapper > .row > .col-lg-6,
  .schedule-wrapper > .row > .col-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  .schedule-header {
    font-size: 0.8rem !important;
    margin-bottom: 0 !important;
  }
  .schedule-table {
    font-size: 0.65rem;
  }
  .schedule-table th,
  .schedule-table td {
    padding: 0.2rem 0.35rem !important;
    line-height: 1.2;
    vertical-align: top;
  }
  .schedule-td-1 {
    width: 20%;
  }
  .schedule-td-2,
  .schedule-td-3 {
    width: 25%;
  }
  .schedule-td-4 {
    width: 30%;
  }
  .sm-plane-icon {
    width: 1rem;
    height: auto;
  }
  .schedule-table {
    margin-bottom: 0 !important;
  }
  .schedule-table thead {
    display: none !important;
  }
  #schedule_select {
    margin-inline: auto;
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
    border: none !important;
  }
  .schedule-key-wrap {
    margin-top: 20px;
  }
}