.calendar_87158919 {
  box-sizing: border-box;
  inline-size: min(100%, 24rem);
  padding: var(--frey-space-3);
  border: 1px solid var(--frey-color-border-subtle);
  border-radius: var(--frey-radius-lg);
  background: var(--frey-color-surface);
  color: var(--frey-color-text-primary);
}

.calendar_header_dc6c5d67 {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  align-items: center;
  gap: var(--frey-space-2);
  margin-block-end: var(--frey-space-2);
}

.calendar_heading_d259f9f3 {
  margin: 0;
  overflow: hidden;
  color: var(--frey-color-text-title);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar_navigation_button_ce20b24f {
  min-inline-size: 3rem;
  min-block-size: 3rem;
  padding: 0;
}

.calendar_previous_icon_0a8585f8 {
  transform: rotate(90deg);
}

.calendar_next_icon_ab316bbe {
  transform: rotate(-90deg);
}

.calendar_87158919[dir='rtl'] .calendar_previous_icon_0a8585f8 {
  transform: rotate(-90deg);
}

.calendar_87158919[dir='rtl'] .calendar_next_icon_ab316bbe {
  transform: rotate(90deg);
}

.calendar_grid_5860b8a6 {
  inline-size: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.calendar_weekday_a72f2604 {
  block-size: 2rem;
  padding: 0;
  color: var(--frey-color-text-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.calendar_weekday_a72f2604 abbr {
  text-decoration: none;
}

.calendar_cell_c789fe24 {
  padding: 0;
  text-align: center;
}

.calendar_day_f28d0aa7 {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  box-sizing: border-box;
  inline-size: 100%;
  min-inline-size: 2.5rem;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--frey-radius-full);
  background: transparent;
  color: inherit;
  font: inherit;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
}

.calendar_day_f28d0aa7::before,
.calendar_day_f28d0aa7::after {
  position: absolute;
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.calendar_day_f28d0aa7::before {
  inset: 0.125rem;
  z-index: -2;
  border: 2px solid transparent;
  background: transparent;
}

.calendar_day_f28d0aa7::after {
  inset: var(--frey-space-2);
  z-index: -1;
  outline: 2px solid transparent;
  outline-offset: 0;
}

.calendar_day_f28d0aa7:hover:not([aria-disabled='true'])::before {
  background: var(--frey-color-surface-hover);
}

.calendar_day_f28d0aa7:focus {
  outline: none;
}

.calendar_day_f28d0aa7:focus::after {
  outline-color: var(--frey-color-focus-ring);
}

.calendar_day_adjacent_642b5fdc {
  color: var(--frey-color-text-secondary);
  font-style: italic;
}

.calendar_day_selected_e0ebb5c7 {
  border-radius: var(--frey-radius-md);
  color: var(--frey-calendar-selected-text);
  font-weight: 700;
}

.calendar_day_selected_e0ebb5c7::before,
.calendar_day_selected_e0ebb5c7:hover:not([aria-disabled='true'])::before {
  background: var(--frey-calendar-selected-bg);
}

.calendar_day_selected_e0ebb5c7:focus::after {
  outline-color: var(--frey-calendar-selected-text);
}

.calendar_day_today_0745b547::before {
  border-color: currentcolor;
}

.calendar_day_unavailable_84cdd2f7 {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentcolor;
  cursor: not-allowed;
}

.calendar_day_out_of_range_e586d670:not(.calendar_day_unavailable_84cdd2f7) {
  color: var(--frey-color-text-secondary);
  cursor: not-allowed;
}

.calendar_87158919[data-disabled='true'] .calendar_day_f28d0aa7 {
  cursor: not-allowed;
}

@media (forced-colors: active) {
  .calendar_day_f28d0aa7:focus::after {
    outline-color: Highlight;
  }

  .calendar_day_selected_e0ebb5c7:focus::after {
    outline-color: HighlightText;
  }

  .calendar_day_selected_e0ebb5c7 {
    color: HighlightText;
    forced-color-adjust: none;
  }

  .calendar_day_selected_e0ebb5c7::before {
    border-color: Highlight;
    background: Highlight;
    forced-color-adjust: none;
  }

  .calendar_day_today_0745b547:not(.calendar_day_selected_e0ebb5c7)::before {
    border-color: CanvasText;
  }

  .calendar_day_today_0745b547.calendar_day_selected_e0ebb5c7::before {
    border-color: HighlightText;
  }
}

@media (max-width: 24rem) {
  .calendar_87158919 {
    padding: var(--frey-space-2);
  }

  .calendar_day_f28d0aa7 {
    min-inline-size: 2.25rem;
  }
}

@media (pointer: coarse) {
  .calendar_day_f28d0aa7,
  .calendar_navigation_button_ce20b24f {
    min-inline-size: 3rem;
    min-block-size: 3rem;
  }
}
