#calendar{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:24px;font-family:inter,sans-serif;font-size:13px;margin-bottom:40px}#calendar .month{background-color:#fff;border:1px solid #eae6df;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,3%);width:340px;max-width:100%;overflow:hidden;display:flex;flex-direction:column}#calendar .monthname{margin:0;font-size:15px;text-align:center;font-weight:700;padding:14px 10px;background-color:#faf7f2;color:#1b4d3e;border-bottom:1px solid #eae6df;text-transform:capitalize;text-shadow:none}#calendar .day{display:flex;align-items:center;padding:8px 16px;border-bottom:1px solid #faf7f2;transition:background-color .2s ease}#calendar .day:last-child{border-bottom:none}#calendar .day:hover{background-color:#fdfbf7}#calendar .dayofweek{width:35px;font-weight:600;color:#6b6a65;text-align:left;font-size:12px;text-transform:uppercase}#calendar .dayofmonth{display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-weight:700;background-color:#f4faf7;color:#1b4d3e;border-radius:6px;margin-right:auto}#calendar .today{background-color:#e65f2b!important;color:#fff!important;box-shadow:0 2px 6px rgba(230,95,43,.2)}#calendar .sunday{background-color:#fff5f2}#calendar .sunday .dayofweek{color:#e65f2b}#calendar .sunrise,#calendar .sunset{display:flex;align-items:center;font-size:12px;font-weight:500;color:#2c3e50;padding-left:20px;height:16px;margin-left:12px}#calendar .sunrise{background:url(/information/images/sunrise.png)no-repeat 0;background-size:14px}#calendar .sunset{background:url(/information/images/sunset.png)no-repeat 0;background-size:14px}#calendar .moon{display:flex;align-items:center;justify-content:center;margin-left:12px;width:16px}#calendar .moon img{max-height:16px;width:auto}@media only screen and (max-width:600px){#calendar{gap:15px}#calendar .month{width:100%}}