:root{--primary-blue:#069;--event-blue:#117a8b;--current-orange:#ff8c00;--selected-green:#2ecc71}
#calendar-container.RightCalendar{max-width:400px;margin:0 auto;border-radius:4px;overflow:hidden}
.calendar-header-RightCalendar{background-color:var(--primary-blue);color:#fff;padding:12px;display:flex;justify-content:space-between;align-items:center}
.calendar-header-RightCalendar h5{margin:0;font-weight:700;text-transform:capitalize}
.arrow-btn-RightCalendar{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem}
.calendar-body-RightCalendar{display:grid;grid-template-columns:repeat(7,1fr);background:#fff}
.cell-RightCalendar{text-align:center;padding:12px 0;border-bottom:1px solid #eee;cursor:pointer;font-size:.95rem;position:relative}
.header-day-RightCalendar{background:#f8f9fa;font-weight:700;cursor:default;border-bottom:2px solid #dee2e6}
.other-month-RightCalendar{color:#ccc}
.event-range-RightCalendar{background-color:var(--primary-blue)!important;color:#fff!important}
.today-RightCalendar{background-color:var(--current-orange)!important;color:#fff!important;font-weight:700}
.selected-RightCalendar{background-color:var(--selected-green)!important;color:#fff!important;z-index:2}
.event-list-RightCalendar{margin-top:20px}
.event-item-RightCalendar{margin-bottom:12px;padding-left:20px;position:relative;font-size:.9rem;line-height:1.4}
.event-item-RightCalendar a{color:#000}
.event-item-RightCalendar a:hover{color:#000}
.event-item-RightCalendar::before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;background:#000;border-radius:50%;transform:translateY(-50%)}