/* RWCE front styles */
.rwsc-calendar{display:grid;grid-template-columns:repeat(var(--rwsc-cols,2),1fr);gap:24px;margin:24px 0;}
.rwsc-month{border-top:1px solid #e3e3e3;padding-top:16px;}
.rwsc-month h3{font-size:20px;margin:0 0 8px 0;}
.rwsc-event{display:flex;gap:8px;align-items:baseline;margin:3px 0;}
.rwsc-event .rwsc-day{min-width:70px;font-weight:600;opacity:.9;}
.rwsc-event .rwsc-title{flex:1;}
.rwsc-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px;font-size:14px}
.rwsc-legend .item{display:flex;align-items:center;gap:6px}
.rwsc-dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:#777}
.rwsc-header{background:#e74c3c;color:#fff;padding:16px 20px;margin-bottom:16px;border-radius:8px}
.rwsc-header h2{margin:0;font-size:28px}
@media (max-width:768px){ .rwsc-calendar{grid-template-columns:1fr} }
