.calendar .day{border-radius:50%}
.calendar .day.has-entry{border-radius:50%;overflow:hidden}
.calendar .day.has-entry img{width:138%;height:138%;max-width:none;object-fit:contain}
.calendar-home{position:absolute;top:24px;left:24px;z-index:2;width:48px;height:48px;border:0;background:transparent;color:var(--ink);font-size:38px;line-height:1;cursor:pointer}
.calendar-home:focus-visible{outline:3px solid var(--focus);outline-offset:4px;border-radius:10px}
