body.vg-page--single-restaurant {
}

body.vg-page--single-restaurant .featured-image {
    width: 480px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    flex: 0 1 480px;
}

body.vg-page--single-restaurant .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.vg-page--single-restaurant .entry-meta a,
body.vg-page--single-restaurant .vg-tt-trigger,
body.vg-page--single-restaurant .vg-tt-btn,
body.vg-page--single-restaurant .vg-tt-number a {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 24%);
    transition: background-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;
    will-change: transform, background-color;
}

body.vg-page--single-restaurant .entry-meta a:hover,
body.vg-page--single-restaurant .vg-tt-trigger:hover,
body.vg-page--single-restaurant .vg-tt-btn:hover,
body.vg-page--single-restaurant .vg-tt-number a:hover {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 34%);
    transform: translateY(-1px);
}

body.vg-page--single-restaurant .entry-meta a:active,
body.vg-page--single-restaurant .vg-tt-trigger:active,
body.vg-page--single-restaurant .vg-tt-btn:active,
body.vg-page--single-restaurant .vg-tt-number a:active {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 12%);
    transform: translateY(0) scale(0.98);
}

body.vg-page--single-restaurant .entry-meta a:focus-visible,
body.vg-page--single-restaurant .vg-tt-trigger:focus-visible,
body.vg-page--single-restaurant .vg-tt-btn:focus-visible,
body.vg-page--single-restaurant .vg-tt-number a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

body.vg-page--single-restaurant .legend-gallery.owl-carousel {
    overflow: hidden;
}

body.vg-page--single-restaurant .legend-gallery.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

body.vg-page--single-restaurant .legend-gallery.owl-carousel .owl-stage {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.vg-page--single-restaurant .restaurant-wraper {
    display: flex;
    gap: 24px;
}

body.vg-page--single-restaurant .restaurant-wraper .featured-image {
    flex: 0 0 36%;
    min-width: 0;
    aspect-ratio: 1 / 1;
}

body.vg-page--single-restaurant .restaurant-wraper .featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.vg-page--single-restaurant .restaurant-wraper .entry-quick-info {
    flex: 1 1 auto;
    min-width: 0;
}

body.vg-page--single-restaurant .ta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    color: #111;
    text-decoration: none;
}

body.vg-page--single-restaurant .ta-badge .ta-label {
    font-weight: 500;
    opacity: .8;
}

body.vg-page--single-restaurant .ta-badge .ta-score {
    font-weight: 700;
}

body.vg-page--single-restaurant .ta-badge .ta-stars {
    display: inline-flex;
    gap: 2px;
    color: #06a77d;
    height: 28px;
    width: 120px;
}

body.vg-page--single-restaurant .ta-badge .ta-star {
    width: auto;
    height: auto;
}

body.vg-page--single-restaurant .ta-badge .ta-count {
    opacity: .7;
    font-size: 13px;
}

@media (max-width: 1024px) {
    body.vg-page--single-restaurant .restaurant-wraper {
        flex-direction: column;
    }

    body.vg-page--single-restaurant .content-grid {
        flex-direction: column;
    }
}
