.calendar{--calendar-bg:#d7d7d7;--calendar-month-bg:#fff;--calendar-color:#000;background-color:var(--calendar-bg);border-radius:8px;color:var(--calendar-color);display:block;font-family:din-2014;font-weight:600;padding:4px 4px 0}@media (prefers-contrast:more){.calendar{outline:1px solid #000;outline-offset:-1px}}.calendar__month{background-color:var(--calendar-month-bg);border-radius:4px;display:block;font-size:1.4rem;padding:3px 12px}@media (prefers-contrast:more){.calendar__month{outline:1px solid #000;outline-offset:-1px}}.calendar__date{display:block;font-size:2.3rem;line-height:1;padding:4px;text-align:center}.calendar--theme-black-translucent{background:#000;content:"";--calendar-color:#fff}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.calendar--theme-black-translucent{-webkit-backdrop-filter:saturate(300%) blur(20px) brightness(60%) opacity(100%);backdrop-filter:saturate(300%) blur(20px) brightness(60%) opacity(100%);background:#0003}}@media (prefers-contrast:more){.calendar--theme-black-translucent{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000}}.calendar--theme-black-translucent .calendar__month{background:#fff;content:""}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.calendar--theme-black-translucent .calendar__month{-webkit-backdrop-filter:saturate(300%) blur(20px) brightness(60%) opacity(100%);backdrop-filter:saturate(300%) blur(20px) brightness(60%) opacity(100%);background:#fff6}}@media (prefers-contrast:more){.calendar--theme-black-translucent .calendar__month{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;color:#000}}
