.c-restaurant-item{cursor:pointer;transition:all .2s ease-in-out}.c-restaurant-item:hover{box-shadow:1px 3px 5px -3px #0006}.c-restaurant-item:hover .c-restaurant-item__icon{background-color:#fde8db !important}.c-restaurant-item:hover .c-restaurant-item__details{transform:translateX(4px)}.c-restaurant-item__details{transition:all .2s ease-in-out}.c-restaurant-item__icon{color:var(--globalPrimaryBackground);transition:all .2s ease-in-out}.c-restaurant-item__icon svg{width:20px}


.c-restaurant-item__status{display:flex;align-items:center;height:20px;gap:8px;border-radius:10px;border:solid 1px #ccc;padding:0 10px;font-family:BigShoulders;font-weight:700;font-size:9px;text-transform:uppercase}.c-restaurant-item__status:before{content:'';width:4px;height:4px;border-radius:50%}.c-restaurant-item__status.isOpen{border-color:#a4f4cf;background-color:#ecfdf5;color:#006045}.c-restaurant-item__status.isOpen:before{background-color:#01bc7d}.c-restaurant-item__status.isClosed{border-color:#fbd1b7;background-color:#fffcf9;color:#850b15}.c-restaurant-item__status.isClosed:before{background-color:#e23c35}







.c-timetable{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:7px;font-size:12px}.c-timetable-day{width:calc((100% - 20px)/2);display:flex;justify-content:space-between}.c-timetable-day.isToday{color:var(--globalPrimaryBackground)}.c-timetable-day__name::first-letter {text-transform:capitalize}@media(max-width:639px){.c-timetable-day{width:100%}}
