restaurant-calendar{max-width:1400px;margin:40px
auto;font-family:"Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;padding:20px
0;display:grid;grid-template-columns:1fr;gap:40px}restaurant-calendar::after{content:"";display:table;clear:both}@media (max-width:800px){restaurant-calendar{padding:20px
16px}}@media print,screen and (min-width:64em){restaurant-calendar{grid-template-columns:450px 1fr;align-items:flex-start;gap:18px}}@media screen and (min-width:75em){restaurant-calendar{grid-template-columns:564px 1fr}}restaurant-calendar .calendar-container{background:#fff;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.08);overflow:hidden}restaurant-calendar .calendar-header{display:flex;align-items:center;justify-content:space-between;padding:15px
20px 13px;background:#fff;margin-bottom:0}restaurant-calendar .calendar-header .calendar-title{font:normal normal 900 20px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#1b374a;opacity:1;margin:0;text-transform:uppercase;text-align:center;flex:1}restaurant-calendar .calendar-header .next-month,restaurant-calendar .calendar-header .prev-month{background:0 0;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:50px;height:50px;line-height:1;background-image:url(/wp-content/themes/ch-theme/images/svg/right_arrow_calendar.svg);background-size:50px 50px;background-repeat:no-repeat;background-position:center;opacity:1}restaurant-calendar .calendar-header .next-month:hover,restaurant-calendar .calendar-header .prev-month:hover{background-color:#f8f4f2;transform:scale(1.1)}restaurant-calendar .calendar-header .next-month:active,restaurant-calendar .calendar-header .prev-month:active{transform:scale(.95)}restaurant-calendar .calendar-header .prev-month{transform:scaleX(-1)}restaurant-calendar .calendar-header .prev-month:hover{background-color:#f8f4f2;transform:scaleX(-1) scale(1.1)}restaurant-calendar .calendar-header .prev-month:active{transform:scaleX(-1) scale(.95)}restaurant-calendar .calendar-header .prev-month-placeholder{width:50px;height:50px}restaurant-calendar .calendar-grid{padding:0
20px 20px;--calendar-column-gap:23px;--calendar-cell-width:55px}@media print,screen and (max-width:47.99875em){restaurant-calendar .calendar-grid{--calendar-column-gap:5px;--calendar-cell-width:38px}}@media print,screen and (min-width:64em) and (max-width:74.99875em){restaurant-calendar .calendar-grid{--calendar-column-gap:15px;--calendar-cell-width:45px}}restaurant-calendar .calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);-moz-column-gap:var(--calendar-column-gap);column-gap:var(--calendar-column-gap);margin-bottom:17px;padding:0}restaurant-calendar .calendar-weekdays
.weekday{text-align:center;font:normal normal medium 16px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#1b374a;text-transform:lowercase;width:var(--calendar-cell-width);justify-self:center}@media print,screen and (max-width:47.99875em){restaurant-calendar .calendar-weekdays
.weekday{font:normal normal medium 14px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif}}@media print,screen and (min-width:64em) and (max-width:74.99875em){restaurant-calendar .calendar-weekdays
.weekday{font:normal normal medium 14px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif}}restaurant-calendar .calendar-days{display:grid;grid-template-columns:repeat(7,1fr);-moz-column-gap:var(--calendar-column-gap);column-gap:var(--calendar-column-gap);row-gap:5px;justify-items:center}@media print,screen and (min-width:48em){restaurant-calendar .calendar-days{row-gap:16px}}restaurant-calendar .calendar-day{width:var(--calendar-cell-width);height:var(--calendar-cell-width);max-width:var(--calendar-cell-width);max-height:var(--calendar-cell-width);min-height:var(--calendar-cell-width);display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s ease;position:relative;background:#f8f4f2;overflow:hidden}@media print,screen and (max-width:47.99875em){restaurant-calendar .calendar-day{width:var(--calendar-cell-width);height:var(--calendar-cell-width);min-height:var(--calendar-cell-width);max-width:var(--calendar-cell-width);max-height:var(--calendar-cell-width);flex-shrink:0;flex-grow:0}}restaurant-calendar .calendar-day.empty{cursor:default;background:0 0;color:transparent}restaurant-calendar .calendar-day.disabled{cursor:not-allowed;opacity:.5}restaurant-calendar .calendar-day.disabled:hover{background:#f8f4f2;transform:none}restaurant-calendar .calendar-day.month-day:hover:not(.selected):not(.no-restaurants):not(.disabled){background:rgba(85,119,94,.1490196078);transform:scale(1.05)}restaurant-calendar .calendar-day.month-day.no-restaurants{background:rgba(216,50,56,.2);cursor:not-allowed;position:relative}restaurant-calendar .calendar-day.month-day.no-restaurants:hover{transform:none;background:rgba(216,50,56,.2)}restaurant-calendar .calendar-day .day-number{position:relative;z-index:3;text-align:center;font:normal normal normal 20px/46px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#1b374a;opacity:1;white-space:nowrap;overflow:hidden}@media print,screen and (max-width:47.99875em){restaurant-calendar .calendar-day .day-number{font:normal normal normal 14px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif}}@media print,screen and (min-width:64em) and (max-width:74.99875em){restaurant-calendar .calendar-day .day-number{font:normal normal normal 18px/46px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif}}restaurant-calendar .calendar-day .month-short{font-family:"Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;font-size:14px;opacity:.7;margin-left:2px;transform:translateY(-5px)}@media print,screen and (max-width:47.99875em){restaurant-calendar .calendar-day .month-short{font-size:10px}}restaurant-calendar .calendar-day.today::after{content:"";position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:4px;height:4px;background:#55775e;border-radius:50%;z-index:3}restaurant-calendar .calendar-day.selected{color:#fff;font-weight:600;transform:scale(1.1);z-index:10}restaurant-calendar .calendar-day.selected .day-number{color:#fff!important;position:relative;z-index:4}restaurant-calendar .calendar-day.selected .selected-day-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:transparent url(/wp-content/themes/ch-theme/images/svg/Selected-Date.svg) 0 0 no-repeat padding-box;background-size:contain;background-position:center;border-radius:50%;z-index:1}restaurant-calendar .calendar-day.selected:hover{transform:scale(1.1)}restaurant-calendar .calendar-day.selected.today::after{display:none}restaurant-calendar .calendar-day:not(.month-day){color:#cbd5e1;cursor:default}restaurant-calendar .calendar-day:not(.month-day):hover{background:#f8f4f2;transform:none}restaurant-calendar .data-container{background:#fff;border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,.06)}@media (max-width:800px){restaurant-calendar .data-container{float:none;max-width:none;min-height:400px}}restaurant-calendar
h3{text-align:left;font-size:16px;line-height:38px;font-weight:900;font-family:"Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#1b374a;opacity:1;margin:0;text-transform:uppercase;position:relative;z-index:2}restaurant-calendar
h4{font-size:18px;font-weight:500;font-family:"Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;color:#1e293b;margin:0
0 7px 0}restaurant-calendar .restaurants-header{background:#fff;padding:22px
21px 8px;border-top-left-radius:inherit;border-top-right-radius:inherit;position:relative}restaurant-calendar .program-badge{position:absolute;top:-8px;right:24px;background:#ff7824 0 0 no-repeat padding-box;text-align:right;font:normal normal 900 15px/20px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#f8f4f2;opacity:1;padding:6px
12px;border-radius:16px;z-index:3;box-shadow:0 2px 8px rgba(255,120,36,.2)}restaurant-calendar .restaurants-content{padding:16px
21px}restaurant-calendar .restaurants-section{border-top:1px solid #bf9170;padding-top:20px}restaurant-calendar .restaurants-section
h4{margin-bottom:11px}restaurant-calendar .restaurant-item{display:flex;gap:20px;padding:12px
0}@media print,screen and (min-width:64em){restaurant-calendar .restaurant-item{gap:27px}}@media print,screen and (max-width:47.99875em){restaurant-calendar .restaurant-item{flex-direction:column;gap:8px}}restaurant-calendar .restaurant-item:last-child{border-bottom:none;padding-bottom:0}restaurant-calendar .restaurant-schedule{display:flex;flex-direction:column;gap:4px;min-width:120px}@media print,screen and (max-width:47.99875em){restaurant-calendar .restaurant-schedule{min-width:auto}}restaurant-calendar .schedule-time{font:normal normal medium 15px/24px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#bf9170;opacity:1;display:flex;align-items:center;gap:4px}restaurant-calendar .restaurant-info{flex:1;min-width:0}restaurant-calendar .restaurant-name{text-align:left;font:normal normal medium 15px/24px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#1b374a;opacity:1;margin-bottom:2px;line-height:1.3}restaurant-calendar .restaurant-subtitle{text-align:left;font:normal normal normal 15px/24px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;letter-spacing:0;color:#545b64;opacity:1}restaurant-calendar .restaurant-subtitle
a{text-decoration:underline;transition:color .2s ease}restaurant-calendar .restaurant-subtitle a:hover{color:#1b374a}restaurant-calendar .no-date-selected,restaurant-calendar .no-restaurants{text-align:center;color:#64748b;font-family:"Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;font-size:14px;font-style:italic}@media (max-width:800px){restaurant-calendar .restaurant-calendar{display:flex;flex-direction:column;gap:20px}restaurant-calendar .calendar-container,restaurant-calendar .data-container{border-radius:16px}restaurant-calendar .calendar-header{padding:20px
24px}restaurant-calendar .calendar-header .calendar-title{font:normal normal 900 16px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif}restaurant-calendar .calendar-grid{padding:27px
24px 24px}restaurant-calendar .restaurants-header{padding:20px
24px 8px;margin-bottom:20px}restaurant-calendar .restaurants-header
h3{font:normal normal medium 14px/38px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif;text-transform:uppercase}restaurant-calendar .program-badge{right:20px;padding:6px
12px;font:normal normal 900 10px/20px "Avenir LT Std",Helvetica,Roboto,Arial,sans-serif}restaurant-calendar .restaurants-content{padding:24px}}restaurant-calendar .calendar-loading .calendar-day{background:#f1f5f9;-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite}@-webkit-keyframes
pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes
pulse{0%,100%{opacity:1}50%{opacity:.5}}restaurant-calendar .calendar-day:focus{outline:2px
solid #2563eb;outline-offset:2px}restaurant-calendar .next-month:focus,restaurant-calendar .prev-month:focus{outline:2px
solid #2563eb;outline-offset:2px}