.v-date-picker .vc-pane-layout:not(:has(.vc-highlight-content-outline)) .vc-day:has(.vc-highlight-content-solid, .vc-highlight-content-light) .vc-day-content::after,
.v-date-picker .vc-day:has(.round-start) .vc-day-content::after {
  color: #FFFFFF !important;
}
.v-date-picker .vc-day-content:not(.vc-disabled)::after {
  content: attr(data-price);
  position: absolute;
  font-size: 12px;
  display: block;
  color: #939DAD;
  margin-top: 18px;
}
.v-date-picker .vc-day-content[data-is-lowest-price]::after {
  color: #F32B1E;
}

.boarding-schedule {
  font-size: 0.875rem;
  text-align: center;
}
.boarding-schedule + .schedule-confirm-button {
  margin-top: 8px;
}

div.c-modal__footer:has(p.boarding-schedule) {
  margin-top: 0 !important;
}
