body[data-bs-theme="dark"] .delivery-suspended-banner__card {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(61, 61, 61, 0.98), rgba(24, 24, 24, 0.94));
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.28);
}

.delivery-suspended-banner__kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.9rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.74);
    color: rgba(17, 24, 39, 0.68);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body[data-bs-theme="dark"] .delivery-suspended-banner__kicker {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(36, 36, 36, 0.72);
    color: rgba(243, 244, 246, 0.72);
}

.delivery-suspended-banner__card h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.delivery-suspended-banner__card p {
    margin: 0.9rem auto 0;
    max-width: 38rem;
    color: rgba(17, 24, 39, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

body[data-bs-theme="dark"] .delivery-suspended-banner__card p {
    color: rgba(243, 244, 246, 0.74);
}

.delivery-suspended-banner__note {
    margin-top: 1rem;
    font-weight: 600;
}

.delivery-suspended-banner__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.15rem;
}

.location-hero,
.review-hero,
.review-stream {
    position: relative;
}

.location-shell,
.review-shell {
    display: grid;
    gap: 1.5rem;
}

.location-shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    align-items: start;
}

.review-shell {
    gap: 2rem;
}

.review-shell--hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 430px);
    align-items: start;
    padding: 1.25rem 0 0.5rem;
}

.review-shell--stream {
    gap: 1.75rem;
}

.location-copy,
.review-copy {
    display: grid;
    gap: 1rem;
}

.location-kicker,
.review-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.7);
    color: rgba(17, 24, 39, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body[data-bs-theme="dark"] .location-kicker,
body[data-bs-theme="dark"] .review-kicker {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(36, 36, 36, 0.72);
    color: rgba(243, 244, 246, 0.72);
}

.location-copy h1,
.review-copy h1,
.review-stream__head h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0;
    max-width: 14ch;
}

.review-copy h1 {
    max-width: 100%;
}

.location-panel,
.review-platform-card,
.review-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 244, 245, 0.92));
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(18px);
}

body[data-bs-theme="dark"] .location-panel,
body[data-bs-theme="dark"] .review-platform-card,
body[data-bs-theme="dark"] .review-card {
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(61, 61, 61, 0.98), rgba(24, 24, 24, 0.94));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.location-panel--copy {
    padding: 1.4rem 1.5rem;
}

.location-copy__text {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(17, 24, 39, 0.76);
}

body[data-bs-theme="dark"] .location-copy__text {
    color: rgba(243, 244, 246, 0.74);
}

.location-actions,
.review-stream__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1rem;
}

.location-map {
    overflow: hidden;
    border-radius: 28px;
    min-height: 100%;
}

.location-map iframe {
    display: block;
    width: 100%;
    min-height: 540px;
    border: 0;
    filter: saturate(1.02) contrast(1.01);
}

.review-platforms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.review-platform-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    min-height: 134px;
    padding: 1.35rem 1.5rem;
    color: inherit !important;
    text-decoration: none !important;
}

.review-platform-card:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.review-platform-card img {
    max-width: min(172px, 100%);
    height: auto;
}

.review-platform-card span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.review-stream {
    padding-bottom: 1.2rem;
}

.review-stream__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.review-stream__head h2 {
    max-width: none;
    font-size: clamp(2rem, 3vw, 2.9rem);
}

.review-card {
    overflow: hidden;
}

.review-card__body {
    padding: 1.2rem 1.25rem;
}

#google-reviews .bi-star-fill {
    color: #f4c84c;
}

#google-reviews .bi-star-fill,
#google-reviews .bi-star-half {
    opacity: 0.92;
}

#google-reviews .bi-star {
    opacity: 0.35;
}

.review-card__text {
    color: rgba(17, 24, 39, 0.8);
    font-size: 0.98rem;
    line-height: 1.65;
}

body[data-bs-theme="dark"] .review-card__text {
    color: rgba(243, 244, 246, 0.78);
}

@media (max-width: 991.98px) {
    .location-shell {
        grid-template-columns: 1fr;
    }

    .review-shell--hero {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .location-copy h1,
    .review-copy h1,
    .review-stream__head h2 {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .location-page,
    .review-page,
    .delivery-suspended-page {
        padding-top: 1.5rem;
