/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.calendar-date {
  min-width: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  gap: 3px;
  border-radius: 8px;
  background: #fff;
  color: #3c3c3b;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.43;
  font-variation-settings: "opsz" 14;
}

@media (max-width: 991.98px) {
  .calendar-date {
    gap: 0;
  }
}

.calendar-date .day {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-variation-settings: "opsz" 14;
}

@media (max-width: 991.98px) {
  .calendar-date .day {
    font-size: 1rem;
  }
}

