@layer sw-ui{.sw-ui-calendar{--sw-ui-calendar-gap:6.4rem;--sw-ui-calendar-month-button-width:3rem;--sw-ui-calendar-month-button-icon-size:1.2rem;--sw-ui-calendar-month-button-color:var(--color-grey-3);width:100%}.sw-ui-calendar header{display:flex;justify-content:space-between;margin-bottom:2.4rem}.sw-ui-calendar header:has(button:nth-of-type(4)){display:grid;grid-template-columns:var(--sw-ui-calendar-month-button-width) 1fr calc(var(--sw-ui-calendar-gap) + var(--sw-ui-calendar-month-button-width)*2) 1fr var(--sw-ui-calendar-month-button-width)}.sw-ui-calendar header:has(button:nth-of-type(4)) .sw-ui-calendar__month{container-type:size}.sw-ui-calendar header .sw-ui-calendar__month{all:unset;align-items:center;display:flex;font-weight:600;grid-column:2;justify-content:center}.sw-ui-calendar header .sw-ui-calendar__month--next{grid-column:4}.sw-ui-calendar header .sw-ui-calendar__month span:first-of-type{overflow:hidden;white-space:nowrap}.sw-ui-calendar header .sw-ui-calendar__month span:first-of-type:first-letter{text-transform:uppercase}@container (max-width: 12rem){.sw-ui-calendar header .sw-ui-calendar__month span:first-of-type{font-variant-numeric:tabular-nums;width:3ch}}.sw-ui-calendar header .sw-ui-calendar__next-month,.sw-ui-calendar header .sw-ui-calendar__prev-month{all:unset;align-items:center;aspect-ratio:1;display:flex;flex-shrink:0;grid-column:1;justify-content:flex-start;width:var(--sw-ui-calendar-month-button-width)}.sw-ui-calendar header .sw-ui-calendar__next-month:not(:disabled),.sw-ui-calendar header .sw-ui-calendar__prev-month:not(:disabled){cursor:pointer}.sw-ui-calendar header .sw-ui-calendar__next-month:disabled,.sw-ui-calendar header .sw-ui-calendar__prev-month:disabled{color:var(--sw-ui-calendar-month-button-color)}.sw-ui-calendar header .sw-ui-calendar__next-month svg,.sw-ui-calendar header .sw-ui-calendar__prev-month svg{aspect-ratio:1;fill:currentColor;width:var(--sw-ui-calendar-month-button-icon-size)}.sw-ui-calendar header .sw-ui-calendar__next-month{grid-column:5;justify-content:flex-end}.sw-ui-calendar__months{display:flex;gap:var(--sw-ui-calendar-gap)}.sw-ui-calendar__months>div{flex-grow:1}}
