body.vg-page--archive-restaurant .archive-restaurant .filters {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
body.vg-page--archive-restaurant .archive-restaurant .rest-card .rc-name {
    color: #000000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    min-height: auto;
    height: auto;
}
body.vg-page--archive-restaurant .archive-restaurant .filter-chip-wrap {
    height: 48px;
    padding: 4px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

body.vg-page--archive-restaurant .archive-restaurant .filter-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 18px;
    background: #F6EAE6;
    border-radius: 12px;
}

body.vg-page--archive-restaurant .archive-restaurant .filter-chip .filter-chip-text {
    font-size: 14px;
    color: #000;
}

body.vg-page--archive-restaurant .archive-restaurant .filter-chip .filter-chip-active {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: -12px;
    display: block;
    background: #ffffff;
    transition: ease-in-out 0.2s;
}

body.vg-page--archive-restaurant .archive-restaurant .filter-chip img {
    width: 11px;
    height: 11px;
}

body.vg-page--archive-restaurant .archive-restaurant .filter-chip .filter-chip-misak {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

body.vg-page--archive-restaurant .archive-restaurant .container {
    max-width: 980px;
}

body.vg-page--archive-restaurant .archive-restaurant .rest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

@media (min-width: 900px) {
    body.vg-page--archive-restaurant .archive-restaurant .rest-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    body.vg-page--archive-restaurant .archive-restaurant .rest-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.vg-page--archive-restaurant .archive-restaurant .container {
        max-width: 1080px;
        width: 100%;
    }
}

body.vg-page--archive-restaurant .archive-restaurant .rest-card {
    min-width: 0;
}

body.vg-page--archive-restaurant .archive-restaurant .rest-card .rc-body {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 10%);
}

body.vg-page--archive-restaurant .archive-restaurant .rest-card a {
    color: #000;
}

body.vg-page--archive-restaurant .archive-restaurant .rc-preview .gcard-bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    filter: saturate(0.4);
}

body.vg-page--archive-restaurant .archive-restaurant .rc-btn,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-trigger,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-btn,
body.vg-page--archive-restaurant .archive-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--archive-restaurant .archive-restaurant .rc-btn:hover,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-trigger:hover,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-btn:hover,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-number a:hover {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 34%);
    transform: translateY(-1px);
}

body.vg-page--archive-restaurant .archive-restaurant .rc-btn:active,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-trigger:active,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-btn:active,
body.vg-page--archive-restaurant .archive-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--archive-restaurant .archive-restaurant .rc-btn:focus-visible,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-trigger:focus-visible,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-btn:focus-visible,
body.vg-page--archive-restaurant .archive-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--archive-restaurant .archive-restaurant .rc-btn:disabled,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-trigger:disabled,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-btn:disabled,
body.vg-page--archive-restaurant .archive-restaurant .vg-tt-number a[aria-disabled="true"] {
    background: rgb(var(--rc-btn-rgb, 223 182 165) / 8%);
    opacity: .7;
    cursor: not-allowed;
    transform: none;
}

body.vg-page--archive-restaurant .archive-restaurant .filter-chip.is-active .filter-chip-active {
    background: var(--chip-accent, #7A7F41);
}

@media (min-width: 1440px) {
    body.vg-page--archive-restaurant .archive-restaurant .container {
        max-width: 1440px;
        width: 100%;
    }
}
