body.restaurant-detail-top {
    --restaurant-detail-top-panel-bg: #ffffff;
    --restaurant-detail-top-panel-color: #334155;
    --restaurant-detail-top-accent-bg: #0f172a;
    --restaurant-detail-top-accent-color: #ffffff;
    --restaurant-detail-top-hours-bg: #ffffff;
    --restaurant-detail-top-hours-color: #516176;
    --restaurant-detail-top-hours-heading: #0f172a;
    --restaurant-detail-top-hours-today: #d12f4c;
}

body.restaurant-detail-top .banner-section.restaurant-detail-top__hero {
    position: relative;
    height: clamp(300px, 28vw, 392px);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

body.restaurant-detail-top .banner-section.restaurant-detail-top__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 12, 20, 0.08) 0%, rgba(5, 12, 20, 0.18) 38%, rgba(5, 12, 20, 0.74) 100%),
        linear-gradient(90deg, rgba(5, 12, 20, 0.18) 0%, rgba(5, 12, 20, 0.02) 30%, rgba(5, 12, 20, 0.02) 70%, rgba(5, 12, 20, 0.2) 100%);
}

body.restaurant-detail-top .restaurant-detail-top__hero-shell {
    position: relative;
    z-index: 1;
    width: calc(100% - 400px);
    max-width: none;
    height: 100%;
    margin: 0 auto 0 0;
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

body.restaurant-detail-top .restaurant-detail-top__hero-content {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: min(880px, 100%);
    padding: 0 0 28px;
}

body.restaurant-detail-top .restaurant-detail-top__brand-badge {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 40px rgba(5, 12, 20, 0.22);
    backdrop-filter: blur(18px);
    color: #0f172a;
    font-size: 2rem;
    font-weight: 800;
}

body.restaurant-detail-top .restaurant-detail-top__brand-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.restaurant-detail-top .restaurant-detail-top__brand-badge--wordmark {
    width: auto;
    min-width: 0;
    height: auto;
    flex: 0 1 auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
    align-items: flex-start;
    justify-content: flex-start;
}

body.restaurant-detail-top .restaurant-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: min(260px, 48vw);
    color: #ffffff;
    text-shadow: 0 16px 34px rgba(5, 12, 20, 0.34);
}

body.restaurant-detail-top .restaurant-wordmark:after {
    content: "";
    width: 54px;
    height: 3px;
    margin-top: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.2));
}

body.restaurant-detail-top .restaurant-wordmark__line {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.restaurant-detail-top .restaurant-wordmark__line--lead {
    font-family: 'Parisienne', cursive;
    font-size: clamp(2rem, 1.6rem + 1vw, 3rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
}

body.restaurant-detail-top .restaurant-wordmark__line--support {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.15;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 2px;
}

body.restaurant-detail-top .restaurant-detail-top__hero-copy {
    min-width: 0;
    padding-bottom: 4px;
}

body.restaurant-detail-top .restaurant-detail-top__card-topline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

body.restaurant-detail-top .restaurant-detail-top__eyebrow,
body.restaurant-detail-top .restaurant-detail-top__mode-pill {
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

body.restaurant-detail-top .restaurant-detail-top__eyebrow {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    backdrop-filter: blur(14px);
}

body.restaurant-detail-top .restaurant-detail-top__mode-pill {
    background: rgba(15, 23, 42, 0.74);
    color: #ffffff;
}

body.restaurant-detail-top .restaurant-detail-top__hero-copy .bar-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.035em;
    text-shadow: none;
}

body.restaurant-detail-top .restaurant-detail-top__hero-subline {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: none;
}

body.restaurant-detail-top .jc-address_time-container.restaurant-detail-top__summary-shell {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: none !important;
    margin-top: 16px;
    margin-bottom: 18px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    box-sizing: border-box;
}

body.restaurant-detail-top .restaurant-detail-top__summary-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

body.restaurant-detail-top .restaurant-detail-top__summary-bar--actions-only {
    grid-template-columns: 1fr;
}

body.restaurant-detail-top .restaurant-detail-top__summary-bar--actions-only .restaurant-detail-top__summary-actions {
    justify-self: end;
}

body.restaurant-detail-top .restaurant-detail-top__summary-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.restaurant-detail-top .restaurant-detail-top__summary-chip {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--restaurant-detail-top-summary-secondary-bg, #f3f6fb);
    color: var(--restaurant-detail-top-summary-secondary-color, #344256);
    font-size: 0.94rem;
    font-weight: 700;
    white-space: nowrap;
}

body.restaurant-detail-top .restaurant-detail-top__summary-chip i {
    color: currentColor;
}

body.restaurant-detail-top .restaurant-detail-top__summary-chip--primary {
    background: var(--restaurant-detail-top-summary-primary-bg, var(--restaurant-detail-top-accent-bg));
    color: var(--restaurant-detail-top-summary-primary-color, var(--restaurant-detail-top-accent-color));
}

body.restaurant-detail-top .restaurant-detail-top__summary-chip--primary i {
    color: var(--restaurant-detail-top-summary-primary-color, var(--restaurant-detail-top-accent-color));
    opacity: 1;
}

body.restaurant-detail-top .restaurant-detail-top__summary-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1260px) and (min-width: 768px) {
    body.restaurant-detail-top .jc-address_time-container.restaurant-detail-top__summary-shell {
        margin-top: 12px;
        margin-bottom: 14px;
        padding-left: 24px !important;
        padding-right: 24px !important;
        background: var(--restaurant-detail-top-body-bg, #ffffff) !important;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-bar {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 12px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: var(--restaurant-detail-top-body-bg, #ffffff) !important;
        box-shadow: none;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-meta {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        min-width: 0;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-chip {
        width: 100%;
        min-width: 0;
        justify-content: center;
        padding: 0 12px;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-chip span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.restaurant-detail-top .restaurant-detail-top__panel-toggle {
        width: 100%;
        justify-content: center;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-bar--actions-only {
        grid-template-columns: 1fr;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-bar--actions-only .restaurant-detail-top__summary-actions {
        justify-self: stretch;
    }

    body.restaurant-detail-top .category-type-bar,
    body.restaurant-detail-top .category-type-bar.mt-3 {
        width: calc(100% - 48px);
        max-width: calc(100% - 48px);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.restaurant-detail-top .category-type-bar .category-type-bar-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.restaurant-detail-top #j-menu-section.tab-content {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    body.restaurant-detail-top #j-menu-section > .panel-section,
    body.restaurant-detail-top #j-menu-section > .panel-section > .Pisi {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

body.restaurant-detail-top .restaurant-detail-top__panel-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--restaurant-detail-top-summary-secondary-bg, rgba(15, 23, 42, 0.08));
    border-radius: 16px;
    background: var(--restaurant-detail-top-summary-secondary-bg, var(--restaurant-detail-top-panel-bg));
    color: var(--restaurant-detail-top-summary-secondary-color, var(--restaurant-detail-top-panel-color));
    font-size: 0.94rem;
    font-weight: 700;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.restaurant-detail-top .restaurant-detail-top__panel-toggle i {
    color: inherit;
}

body.restaurant-detail-top .restaurant-detail-top__panel-toggle:hover,
body.restaurant-detail-top .restaurant-detail-top__panel-toggle:focus {
    background: var(--restaurant-detail-top-toggle-active-bg, var(--restaurant-detail-top-accent-bg));
    color: var(--restaurant-detail-top-toggle-active-color, var(--restaurant-detail-top-accent-color));
    border-color: transparent;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

body.restaurant-detail-top .restaurant-detail-top__panel-toggle[aria-expanded="true"] {
    background: var(--restaurant-detail-top-toggle-active-bg, var(--restaurant-detail-top-accent-bg));
    color: var(--restaurant-detail-top-toggle-active-color, var(--restaurant-detail-top-accent-color));
    border-color: transparent;
}

body.restaurant-detail-top .restaurant-detail-top__hours-toggle .fa-chevron-down {
    transition: transform 160ms ease;
}

body.restaurant-detail-top .restaurant-detail-top__hours-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

body.restaurant-detail-top .restaurant-detail-top__drawer-grid {
    display: grid;
    gap: 12px;
    margin-top: 12px;
}

body.restaurant-detail-top .restaurant-detail-top__details-panel,
body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel {
    display: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0 !important;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.restaurant-detail-top .restaurant-detail-top__details-panel.is-open,
body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel.is-open {
    display: block;
}

body.restaurant-detail-top .restaurant-detail-top__drawer-card {
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: var(--restaurant-detail-top-panel-bg);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

body.restaurant-detail-top .restaurant-detail-top__drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

body.restaurant-detail-top .restaurant-detail-top__drawer-title {
    color: var(--restaurant-detail-top-panel-color);
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

body.restaurant-detail-top .restaurant-detail-top__drawer-subtitle {
    color: var(--restaurant-detail-top-hours-today);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.restaurant-detail-top .restaurant-detail-top__detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.restaurant-detail-top .restaurant-detail-top__detail-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fbfe;
}

body.restaurant-detail-top .restaurant-detail-top__detail-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--restaurant-detail-top-accent-bg);
}

body.restaurant-detail-top .restaurant-detail-top__detail-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

body.restaurant-detail-top .restaurant-detail-top__detail-label {
    color: #5f7088;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.restaurant-detail-top .restaurant-detail-top__detail-copy strong,
body.restaurant-detail-top .restaurant-detail-top__detail-copy a {
    color: var(--restaurant-detail-top-panel-color);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    word-break: break-word;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .restaurant-detail-top__drawer-card {
    background: var(--restaurant-detail-top-hours-bg);
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .restaurant-detail-top__drawer-title {
    color: var(--restaurant-detail-top-hours-heading);
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .time-schedule {
    text-align: left;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .today-schedule {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 0;
    margin: 0 0 14px;
    overflow: visible;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .today-schedule > span {
    margin: 0 !important;
    color: var(--restaurant-detail-top-hours-today);
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .today-open-time {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--restaurant-detail-top-hours-color);
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .today-open-time p {
    margin: 0;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .week-schedule {
    display: none !important;
    position: static;
    right: auto;
    width: 100%;
    margin-top: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel.is-open .week-schedule {
    display: block !important;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .time-schedule:hover .week-schedule,
body.restaurant-detail-top #rest-bar .opening-time-bar .time-schedule:hover .week-schedule {
    display: none !important;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel.is-open .time-schedule:hover .week-schedule {
    display: block !important;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .week-schedule > div:not(.hide-field) + div:not(.hide-field) {
    margin-top: 18px;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .week-schedule h5 {
    margin: 0 0 8px;
    color: var(--restaurant-detail-top-hours-heading);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .week-schedule p {
    margin: 0;
    padding: 6px 0;
    color: var(--restaurant-detail-top-hours-color);
    font-size: 0.92rem;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .week-schedule p:first-of-type {
    border-top: 0;
    padding-top: 0;
}

body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel .week-schedule .is_today {
    color: var(--restaurant-detail-top-hours-today) !important;
}

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-shell,
    body.restaurant-detail-top .restaurant-detail-top__mobile-address-edit {
        display: none;
    }

@media (max-width: 991.98px) {
    body.restaurant-detail-top .lgblueBck {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        z-index: 130;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    }

    body.restaurant-detail-top .lgblueBck > .card.rounded-0.jc-navigation {
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.restaurant-detail-top .pre_order_notify_section {
        display: none !important;
    }

    body.restaurant-detail-top .banner-section.restaurant-detail-top__hero {
        height: 236px;
        margin-top: 0;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-shell {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-content {
        gap: 14px;
        padding-bottom: 16px;
    }

    body.restaurant-detail-top .restaurant-detail-top__brand-badge {
        width: 74px;
        height: 74px;
        flex-basis: 74px;
        border-radius: 20px;
    }

    body.restaurant-detail-top .restaurant-detail-top__card-topline {
        margin-bottom: 10px;
    }

    body.restaurant-detail-top .restaurant-detail-top__eyebrow,
    body.restaurant-detail-top .restaurant-detail-top__mode-pill {
        min-height: 34px;
        padding: 0 14px;
        font-size: 0.8rem;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-copy .bar-title {
        font-size: 1.92rem;
        margin-bottom: 6px;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-subline {
        font-size: 0.9rem;
        line-height: 1.34;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-shell {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 8px auto 0;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-shell.is-relocated,
    body.restaurant-detail-top .restaurant-detail-top__mobile-address-edit.is-relocated {
        margin: 8px auto 8px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-card {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        padding: 12px;
        border: 1px solid rgba(15, 23, 42, 0.07);
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(248, 251, 254, 0.98) 100%);
        box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-icon {
        width: 42px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: linear-gradient(180deg, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0.08) 100%);
        flex: 0 0 42px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-icon i {
        color: #16a34a !important;
        font-size: 19px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-copy {
        min-width: 0;
        margin: 0 !important;
        color: #1f2937;
        font-size: 0.98rem;
        font-weight: 600;
        line-height: 1.28;
        word-break: break-word;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-action {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        min-width: 100px;
        min-height: 46px;
        padding: 0 18px !important;
        border: 0;
        border-radius: 14px;
        text-align: center;
        line-height: 1;
        white-space: nowrap;
        background: #39a8e0;
        color: #ffffff;
        font-size: 0.92rem;
        font-weight: 700;
        box-shadow: none;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-edit {
        display: flex;
        width: 100%;
        margin: 8px auto 0;
        padding: 0 !important;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-edit.hide-field {
        display: none !important;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-field {
        width: 100%;
        align-items: stretch;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
        overflow: hidden;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-field-icon {
        width: 44px;
        border: 0;
        background: rgba(34, 197, 94, 0.08);
        color: #16a34a !important;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-input {
        min-height: 54px;
        border: 0;
        padding-left: 0;
        padding-right: 12px;
        background: transparent;
        box-shadow: none !important;
        color: #1f2937;
        font-size: 0.96rem;
        font-weight: 600;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-input::placeholder {
        color: #7a8aa0;
        font-weight: 500;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-save {
        min-width: 96px;
        border: 0;
        border-radius: 14px;
        margin: 6px;
        padding: 0 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #39a8e0;
        color: #ffffff;
        font-size: 0.88rem;
        font-weight: 700;
    }

    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-card {
        background: linear-gradient(180deg, rgba(29, 35, 44, 0.98), rgba(23, 28, 35, 0.98)) !important;
        border-color: rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-copy,
    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-input {
        color: #e8edf5 !important;
        -webkit-text-fill-color: #e8edf5 !important;
    }

    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-field {
        background: rgba(19, 24, 31, 0.96) !important;
        border-color: rgba(255, 255, 255, 0.12) !important;
        box-shadow: none !important;
    }

    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-field-icon {
        background: rgba(63, 169, 255, 0.12) !important;
        color: #39a8e0 !important;
        border-color: transparent !important;
    }

    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-input {
        background: transparent !important;
        caret-color: #e8edf5 !important;
    }

    html[data-letzdine-theme="dark"] body.restaurant-detail-top .restaurant-detail-top__mobile-address-input::placeholder {
        color: rgba(168, 177, 191, 0.86) !important;
        -webkit-text-fill-color: rgba(168, 177, 191, 0.86) !important;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-bar {
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 14px 14px 15px;
        border-radius: 18px;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-bar--actions-only .restaurant-detail-top__summary-actions {
        justify-self: stretch;
    }

    body.restaurant-detail-top .jc-address_time-container.restaurant-detail-top__summary-shell {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        z-index: 40;
    }

    body.restaurant-detail-top .restaurant-detail-top__drawer-grid {
        position: relative;
        z-index: 45;
    }

    body.restaurant-detail-top .restaurant-detail-top__details-panel.is-open,
    body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel.is-open {
        position: relative;
        z-index: 46;
    }

    body.restaurant-detail-top .restaurant-detail-top__details-panel.is-open .restaurant-detail-top__drawer-card,
    body.restaurant-detail-top .opening-time-bar.restaurant-detail-top__hours-panel.is-open .restaurant-detail-top__drawer-card {
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-meta {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        min-width: 0;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-chip {
        min-height: 36px;
        width: 100%;
        min-width: 0;
        padding: 0 8px;
        justify-content: center;
        font-size: clamp(0.68rem, 2.45vw, 0.78rem);
        letter-spacing: -0.01em;
        gap: 5px;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-chip i {
        flex-shrink: 0;
        font-size: 0.92em;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-chip span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.restaurant-detail-top .restaurant-detail-top__panel-toggle {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding: 0 10px;
        gap: 7px;
        justify-content: center;
        font-size: clamp(0.72rem, 2.7vw, 0.84rem);
        letter-spacing: -0.01em;
    }

    body.restaurant-detail-top .restaurant-detail-top__panel-toggle span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.restaurant-detail-top .restaurant-detail-top__panel-toggle i {
        flex-shrink: 0;
    }

    body.restaurant-detail-top .restaurant-detail-top__detail-list {
        grid-template-columns: 1fr;
    }

    body.restaurant-detail-top .category-type-bar,
    body.restaurant-detail-top .category-type-bar.mt-3 {
        margin-top: 14px !important;
        margin-bottom: 10px !important;
    }

    body.restaurant-detail-top #j-menu-section > .panel-section {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    body.restaurant-detail-top #j-menu-section > .panel-section > .Pisi,
    body.restaurant-detail-top #j-menu-section > .panel-section > .Pisi.mt-3 {
        margin-top: 0 !important;
        min-height: auto !important;
        padding-top: 2px !important;
        padding-bottom: 8px !important;
        justify-content: stretch !important;
        width: 100%;
    }

    body.restaurant-detail-top .category-type-bar .category-type-bar-wrap {
        width: 100%;
        justify-content: stretch;
    }

    body.restaurant-detail-top .category-type-bar .nav.nav-tabs,
    body.restaurant-detail-top .category-type-bar.sticky-div ul {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    body.restaurant-detail-top {
        --restaurant-detail-top-mobile-gutter: 8px;
    }

    body.restaurant-detail-top .lgblueBck {
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    }

    body.restaurant-detail-top .banner-section.restaurant-detail-top__hero {
        height: 220px;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-shell {
        width: calc(100% - 24px);
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-content {
        align-items: flex-end;
        gap: 10px;
        padding-bottom: 14px;
    }

    body.restaurant-detail-top .restaurant-detail-top__brand-badge {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
        border-radius: 16px;
    }

    body.restaurant-detail-top .restaurant-detail-top__card-topline {
        margin-bottom: 8px;
        gap: 8px;
        flex-wrap: wrap;
    }

    body.restaurant-detail-top .restaurant-detail-top__eyebrow,
    body.restaurant-detail-top .restaurant-detail-top__mode-pill {
        min-height: 30px;
        padding: 0 12px;
        font-size: 0.72rem;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-copy .bar-title {
        font-size: 1.54rem;
        line-height: 0.98;
        letter-spacing: -0.03em;
    }

    body.restaurant-detail-top .restaurant-detail-top__hero-subline {
        font-size: 0.86rem;
        line-height: 1.3;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-shell,
    body.restaurant-detail-top .restaurant-detail-top__mobile-address-edit {
        width: calc(100% - (var(--restaurant-detail-top-mobile-gutter) * 2));
        max-width: calc(100% - (var(--restaurant-detail-top-mobile-gutter) * 2));
        margin-left: auto;
        margin-right: auto;
        margin-top: 8px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-shell.is-relocated,
    body.restaurant-detail-top .restaurant-detail-top__mobile-address-edit.is-relocated {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-card {
        border-radius: 16px;
        gap: 10px;
        padding: 10px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-copy {
        font-size: 0.92rem;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-action {
        min-width: 92px;
        min-height: 42px;
        padding: 0 14px !important;
        border-radius: 12px;
        font-size: 0.86rem;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-field {
        border-radius: 16px;
    }

    body.restaurant-detail-top .restaurant-detail-top__mobile-address-save {
        min-width: 88px;
        border-radius: 12px;
        font-size: 0.84rem;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-shell {
        width: calc(100% - (var(--restaurant-detail-top-mobile-gutter) * 2));
        max-width: calc(100% - (var(--restaurant-detail-top-mobile-gutter) * 2));
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--restaurant-detail-top-mobile-gutter) !important;
        padding-right: var(--restaurant-detail-top-mobile-gutter) !important;
        margin-bottom: 8px;
    }

    body.restaurant-detail-top #j-menu-section.tab-content {
        padding-left: var(--restaurant-detail-top-mobile-gutter) !important;
        padding-right: var(--restaurant-detail-top-mobile-gutter) !important;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-bar {
        padding: 12px 12px 13px;
        gap: 10px;
        border-radius: 20px;
    }

    body.restaurant-detail-top .category-type-bar,
    body.restaurant-detail-top .category-type-bar.mt-3 {
        width: calc(100% - (var(--restaurant-detail-top-mobile-gutter) * 2));
        max-width: calc(100% - (var(--restaurant-detail-top-mobile-gutter) * 2));
        margin-left: auto;
        margin-right: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 12px !important;
        margin-bottom: 8px !important;
    }
}

@media (max-width: 389.98px) {
    body.restaurant-detail-top .restaurant-detail-top__summary-bar {
        gap: 10px;
        padding: 12px 10px 13px;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-meta {
        gap: 5px;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-chip {
        min-height: 34px;
        padding: 0 6px;
        font-size: 0.64rem;
        gap: 4px;
    }

    body.restaurant-detail-top .restaurant-detail-top__summary-actions {
        gap: 7px;
    }

    body.restaurant-detail-top .restaurant-detail-top__panel-toggle {
        min-height: 40px;
        padding: 0 8px;
        gap: 5px;
        font-size: 0.76rem;
    }
}
