body.restaurant-contact-page {
    --restaurant-contact-accent-bg: #343a40;
    --restaurant-contact-accent-color: #ffffff;
}

body.restaurant-contact-page .contact-us {
    padding-top: 3rem !important;
    padding-bottom: 1.5rem;
}

body.restaurant-contact-page .contact-us__layout {
    row-gap: 24px;
}

body.restaurant-contact-page .contact-us .j-left-section,
body.restaurant-contact-page .contact-us .j-right-section {
    margin-bottom: 0;
}

body.restaurant-contact-page .contact-us .j-left-section {
    row-gap: 18px;
}

body.restaurant-contact-page .contact-us .address-bar.contact-us__info-card {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 28px;
    border: 0;
    border-radius: 24px;
    background: var(--restaurant-contact-accent-bg);
    color: var(--restaurant-contact-accent-color);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.14);
    height: auto;
    min-height: 0;
    overflow: visible;
}

body.restaurant-contact-page .contact-us__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.restaurant-contact-page .contact-us__restaurant-name {
    margin-bottom: 18px;
    color: inherit;
    font-size: clamp(1.7rem, 2.1vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.08;
}

body.restaurant-contact-page .contact-us__info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 0 !important;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: transparent;
    border-radius: 0;
}

body.restaurant-contact-page .contact-us .j-left-section .j-rest-info-wrap.contact-us__info-row i {
    width: 18px;
    min-width: 18px;
    margin-top: 3px;
    font-size: 1rem;
    color: inherit;
}

body.restaurant-contact-page .contact-us .j-left-section .address-bar .j-address-line p,
body.restaurant-contact-page .contact-us .address-bar.contact-us__info-card a {
    color: inherit !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.restaurant-contact-page .contact-us .j-left-section .j-location-map.contact-us__map-card {
    min-height: 320px;
    height: auto;
    flex: 1 1 320px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

body.restaurant-contact-page .contact-us .j-right-section form.contact-us__form-card {
    padding: 28px 30px 30px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.restaurant-contact-page .contact-us .j-right-section label {
    display: inline-block;
    margin-bottom: 8px;
    color: #253246;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

body.restaurant-contact-page .contact-us .j-right-section .input-group {
    display: flex;
    width: 100%;
    align-items: stretch;
}

body.restaurant-contact-page .contact-us .j-right-section .input-group > .form-control {
    width: 100% !important;
    min-width: 0;
    flex: 1 1 auto;
}

body.restaurant-contact-page .contact-us .j-right-section .form-control {
    height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(149, 163, 184, 0.42);
    border-radius: 14px;
    background: #ffffff;
    color: #162233;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: none !important;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.restaurant-contact-page .contact-us .j-right-section textarea.form-control {
    min-height: 152px;
    height: auto;
    padding-top: 14px;
    resize: vertical;
}

body.restaurant-contact-page .contact-us .j-right-section .form-control::placeholder {
    color: #a0acbb;
    font-weight: 500;
}

body.restaurant-contact-page .contact-us .j-right-section .form-control:focus {
    border-color: rgba(52, 58, 64, 0.28);
    box-shadow: 0 0 0 4px rgba(52, 58, 64, 0.08) !important;
}

body.restaurant-contact-page .contact-us__legal {
    color: #65758a;
    font-size: 0.94rem;
    line-height: 1.55;
}

body.restaurant-contact-page .contact-us__submit {
    min-width: 180px;
    min-height: 56px;
    margin-top: 30px !important;
    padding: 0 28px;
    border: 0;
    border-radius: 14px;
    background: var(--restaurant-contact-accent-bg);
    color: var(--restaurant-contact-accent-color);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.restaurant-contact-page .contact-us__submit:hover,
body.restaurant-contact-page .contact-us__submit:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
    filter: brightness(1.02);
}

@media (max-width: 991.98px) {
    body.restaurant-contact-page .contact-us {
        padding-top: 2.5rem !important;
    }

    body.restaurant-contact-page .contact-us .j-right-section form.contact-us__form-card {
        padding: 24px 22px 24px;
    }
}

@media (max-width: 767.98px) {
    body.restaurant-contact-page .contact-us__layout {
        row-gap: 18px;
    }

    body.restaurant-contact-page .contact-us .address-bar.contact-us__info-card,
    body.restaurant-contact-page .contact-us .j-right-section form.contact-us__form-card,
    body.restaurant-contact-page .contact-us .j-left-section .j-location-map.contact-us__map-card {
        border-radius: 20px;
    }

    body.restaurant-contact-page .contact-us .address-bar.contact-us__info-card {
        padding: 22px 20px;
    }

    body.restaurant-contact-page .contact-us__restaurant-name {
        font-size: 1.9rem;
    }

    body.restaurant-contact-page .contact-us .j-right-section .form-control {
        height: 54px;
    }

    body.restaurant-contact-page .contact-us .j-right-section textarea.form-control {
        min-height: 136px;
    }

    body.restaurant-contact-page .contact-us__submit {
        width: 100%;
        min-width: 0;
    }
}
