.lowPriceCalendar {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
.lowPriceCalendar--container {
  max-width: 920px;
}
.lowPriceCalendar .day-names {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #DC2954;
}
.lowPriceCalendar .day-names td {
  padding: 20px 0;
  border-bottom: 10px solid #fff;
  width: 14.2857142857%;
}
.lowPriceCalendar .date-row {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #CDCDCD;
  height: 105px;
  white-space: nowrap;
}
.lowPriceCalendar .date-row td {
  padding: 20px 0;
  vertical-align: top;
}
.lowPriceCalendar .date-row td.disabled {
  color: #F0F0F0;
}
.lowPriceCalendar .date-row td .travel-day {
  text-decoration: none;
  color: #084766;
  line-height: 130%;
  display: inline-block;
}
.lowPriceCalendar .date-row td .travel-cost {
  font-size: 20px;
  color: #DC2954;
  line-height: 130%;
}

.small .lowPriceCalendar {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  border-radius: 0;
  margin: 0 -30px;
}
.small .lowPriceCalendar .day-names {
  font-size: 12px;
  color: #CDCDCD;
}
.small .lowPriceCalendar .day-names td {
  padding: 5px 0;
}
.small .lowPriceCalendar .date-row {
  font-size: 14px;
  height: 45px;
}
.small .lowPriceCalendar .date-row td {
  padding: 5px 0;
  max-width: 46.28px;
}
.small .lowPriceCalendar .date-row td .travel-cost {
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 46.28px;
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .lowPriceCalendar {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin: 0;
  }
  .lowPriceCalendar .day-names {
    font-size: 12px;
    color: #CDCDCD;
  }
  .lowPriceCalendar .day-names td {
    padding: 5px 0;
  }
  .lowPriceCalendar .date-row {
    font-size: 14px;
    height: 45px;
  }
  .lowPriceCalendar .date-row td {
    padding: 5px 0;
    max-width: 46.28px;
  }
  .lowPriceCalendar .date-row td .travel-cost {
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 46.28px;
    margin: 0;
  }
}

/*# sourceMappingURL=lowPriceCalendar.min.css.map*/