.calendar-week-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;gap:4px}.calendar-week-grid .day-name{background-color:#f5f5f5;border-radius:4px;font-weight:700;width:45px;padding:6px 0;margin-bottom:10px}.calendar-week-grid .day-date{width:45px}.calendar-week-grid .btn{padding:15px 10px;border:none;border-radius:4px;cursor:pointer;width:100%}.calendar-week-grid .btn-selected-sa{background-color:orange;color:#fff}.calendar-week-grid .btn-selected-ch{background-color:#f08080;color:#fff}.calendar-week-grid .btn-second{background-color:#e9ecef;color:#333}