.calendar-navigation{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.personal-calendar{border:1px solid #e7e3d8;border-radius:18px;overflow:hidden;margin-bottom:36px}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-week>*{min-height:110px;padding:9px;border-right:1px solid #e7e3d8;border-bottom:1px solid #e7e3d8}.calendar-week.headings>*{min-height:auto;background:#345c27;color:#fff;text-align:center;font-weight:700}.calendar-week .today{box-shadow:inset 0 0 0 3px #cf2454}.calendar-event{display:block;margin-top:6px;padding:5px 7px;border-radius:7px;background:#fbf7ed;font-size:.75rem;line-height:1.25}.calendar-event span,.calendar-event small{display:block}.calendar-event small{color:#657067}@media(max-width:700px){.personal-calendar{overflow-x:auto}.calendar-week{min-width:760px}.calendar-navigation h2{font-size:1.15rem}.calendar-navigation a{font-size:.8rem}}
