.lrc-public-calendar { margin: 24px 0; }
.lrc-legend { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; font-size: 14px; }
.lrc-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; }
.lrc-available { background: #2e7d32; }
.lrc-unavailable { background: #b71c1c; }
.lrc-months { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.lrc-month { border: 1px solid #dedede; border-radius: 10px; padding: 16px; background: #fff; }
.lrc-month h3 { margin: 0 0 12px; text-align: center; }
.lrc-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.lrc-weekday { font-size: 12px; font-weight: 700; text-align: center; padding: 5px 0; color: #555; }
.lrc-day { min-height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 6px; border: 1px solid transparent; font-size: 14px; }
.lrc-day.is-available { background: #edf7ed; border-color: #c7e8c7; color: #1b5e20; }
.lrc-day.is-blocked { background: #fdecec; border-color: #f3c2c2; color: #8a1c1c; text-decoration: line-through; }
.lrc-empty { visibility: hidden; }
@media (max-width: 520px) { .lrc-day { min-height: 34px; font-size: 13px; } .lrc-month { padding: 12px; } }
