.popup-restaurant{display:flex;flex-direction:column;gap:20px}.popup-restaurant-title{font-size:24px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:-.24px}.popup-restaurant-description{font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.16px;color:#999}.popup-restaurant-item{width:260px;height:100%;padding-right:16px}.popup-restaurant-item .popup-restaurant-thumbnail{width:100%;height:140px;object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px}.popup-restaurant-content{display:flex;flex-direction:column;justify-content:center;padding:12px;background-color:#363636;border-bottom-left-radius:8px;border-bottom-right-radius:8px;min-height:110px}.popup-restaurant-content .popup-restaurant-info{display:flex;align-items:center;gap:4px}.popup-restaurant-content .restaurant-info-distance{justify-content:space-between}.popup-restaurant-content .restaurant-name{font-size:16px;font-weight:700;line-height:24px;letter-spacing:-.16px;margin-top:2px}.popup-restaurant-content .restaurant-text{color:#bababa;font-size:12px;font-weight:500}.popup-restaurant .restaurant-map{border:1px solid #bababa;border-radius:4px;padding:4px}.restaurant-slider{width:100%}@media(max-width:768px){.popup-restaurant{padding:0 20px}}