/* Vietnamese Passport Renewal page (ID 119) — feature cards only; hero/form in service-pages.css */

body.page-id-119 .toppass h2:empty,
body.page-id-119 .toppass .vn-passport-contact-form {
    display: none;
}

/* ── Feature cards ── */
body.page-id-119 .bpass .full_section_inner.clearfix {
    display: flex;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

body.page-id-119 .bpass .wpb_column.vc_column_container.vc_col-sm-6 {
    border: 1px solid #e4eaf5;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(9, 68, 244, 0.07);
    border-top: 3px solid #0944f4;
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
}

body.page-id-119 .bpass .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Desktop: two equal columns side by side */
@media only screen and (min-width: 992px) {
    body.page-id-119 .bpass .full_section_inner.clearfix {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        padding: 0 24px;
    }

    body.page-id-119 .bpass .wpb_column.vc_column_container.vc_col-sm-6 {
        flex: 1 1 0;
        width: auto !important;
        max-width: none !important;
        min-width: 0;
        padding: 32px 28px;
    }
}

body.page-id-119 .bpass .introtext h2 {
    color: #1a2b5f;
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: normal;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8eeff;
    text-transform: none;
}

body.page-id-119 .bpass li {
    list-style: none;
    text-align: left;
    margin-bottom: 12px;
    color: #4a5568;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    padding-left: 26px;
    position: relative;
}

body.page-id-119 .bpass li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #008d0b;
    font-weight: 700;
    font-size: 14px;
}

body.page-id-119 .bpass li:last-child {
    margin-bottom: 0;
}

body.page-id-119 h2.s_t {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: normal;
    text-transform: none;
}

@media only screen and (max-width: 991px) {
    body.page-id-119 .bpass .full_section_inner.clearfix {
        flex-direction: column;
        align-items: stretch;
        padding: 0 16px;
        gap: 16px;
        max-width: 100%;
        box-sizing: border-box;
    }

    body.page-id-119 .bpass .wpb_column.vc_column_container.vc_col-sm-6 {
        flex: 1 1 auto;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        float: none !important;
        margin: 0 !important;
        padding: 24px 20px;
    }

    body.page-id-119 .bpass .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.page-id-119 .bpass .introtext h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}
