.vbbk-pnj-style-product {
    padding-top: 32px;
    background: #fff;
}

.vbbk-single-product-container {
    width: min(1320px, 100%);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.vbbk-product-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 52px;
    align-items: start;
    margin-bottom: 56px;
}

.vbbk-gallery-container {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.vbbk-thumbs-slider {
    width: 68px;
    height: auto;
    max-height: none;
}

.vbbk-thumbs-slider .swiper-wrapper {
    height: auto;
}

.vbbk-thumbs-slider .swiper-slide {
    width: 68px;
    height: 68px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.65;
    background: #fff;
    transition: all 0.25s ease;
}

.vbbk-thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #B88E2F;
    box-shadow: 0 0 0 2px rgba(184, 142, 47, 0.08);
}

.vbbk-thumbs-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vbbk-main-slider {
    flex: 1;
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: none;
    min-height: 360px;
    border: 1px solid #efefef;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    position: relative;
}

.vbbk-main-slider .zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.vbbk-main-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vbbk-main-slider .swiper-button-next,
.vbbk-main-slider .swiper-button-prev {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e5e5e5;
    color: #333;
}

.vbbk-main-slider .swiper-button-next:after,
.vbbk-main-slider .swiper-button-prev:after {
    font-size: 13px;
    font-weight: 700;
}

.vbbk-single-breadcrumbs {
    margin-bottom: 8px;
}

.vbbk-single-breadcrumbs .woocommerce-breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    margin: 0;
}

.vbbk-single-breadcrumbs .woocommerce-breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.vbbk-single-breadcrumbs .woocommerce-breadcrumb a:hover {
    color: #132a4a;
}

.vbbk-pnj-summary {
    width: 100% !important;
}

.vbbk-product-meta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.vbbk-sku {
    color: #8a8a8a;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.vbbk-sku span {
    color: #2d2d2d;
    font-weight: 600;
}

.vbbk-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vbbk-rating .star-rating {
    font-size: 14px;
    color: #f5c518;
}

.rating-count {
    color: #999;
    font-size: 12px;
}

.vbbk-product-title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.35;
    color: #132a4a;
    margin-bottom: 14px;
}

.vbbk-pnj-style-product .vbbk-price-main .price,
.vbbk-pnj-style-product .vbbk-price-main .price .amount,
.vbbk-pnj-style-product .vbbk-price-main .price ins .amount,
.vbbk-pnj-style-product .vbbk-price-main .woocommerce-Price-amount.amount {
    font-size: 31px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    color: #0f2f56 !important;
    display: inline-block !important;
    letter-spacing: -0.03em !important;
    margin: 0 !important;
    text-shadow: 0 2px 10px rgba(15, 47, 86, 0.15);
}

.vbbk-pnj-style-product .vbbk-price-main .woocommerce-Price-currencySymbol {
    color: #b88e2f;
    font-size: 0.86em;
    margin-left: 2px;
}

.vbbk-pnj-style-product .vbbk-price-main ins {
    text-decoration: none !important;
}

.vbbk-pnj-style-product .vbbk-price-main ins .price,
.vbbk-pnj-style-product .vbbk-price-main ins .amount {
    color: #B88E2F !important; 
}

.vbbk-pnj-style-product .vbbk-price-main del,
.vbbk-pnj-style-product .vbbk-price-main del .amount {
    font-size: 20px !important;
    color: #999 !important;
    font-weight: 400 !important;
    margin-right: 12px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    text-decoration: line-through !important;
}



.vbbk-price-note {
    margin: 8px 0 0;
    font-size: 12px;
    color: #6f7682;
    font-weight: 500;
}



.vbbk-benefits-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    background: #fdfdfd;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    margin: 20px 0 25px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    gap: 8px;
    position: relative;
}

.benefit-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background: #eeeeee;
}

.benefit-item i {
    font-size: 20px;
    color: #132a4a;
    transition: color 0.3s ease;
}

.benefit-item span {
    font-size: 11px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.benefit-item:hover i {
    color: #B88E2F;
}

.product-luxury-specs {
    margin: 0 0 18px;
}

.vbbk-specs-inline {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.vbbk-specs-inline .spec-item {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: #2e3c4f;
}

.vbbk-specs-inline .spec-label {
    font-weight: 700;
    color: #132a4a;
}

.vbbk-specs-inline .spec-value {
    font-weight: 500;
}

.vbbk-diamond-specs-table-wrap {
    border: 1px solid #e6edf4;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    overflow: hidden;
}

.vbbk-diamond-specs-table-scroll {
    overflow-x: auto;
}

.vbbk-diamond-specs-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 320px;
}

.vbbk-diamond-specs-table th,
.vbbk-diamond-specs-table td {
    padding: 11px 14px;
    text-align: left;
    border-bottom: 1px solid #edf2f7;
    font-size: 13px;
    vertical-align: middle;
}

.vbbk-diamond-specs-table th {
    font-weight: 700;
    color: #173b64;
    background: #f9fbfd;
}

.vbbk-diamond-specs-table th[scope="row"] {
    width: 44%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #3b5678;
    background: #f9fbfd;
}

.vbbk-diamond-specs-table td {
    color: #2c3e56;
    font-weight: 600;
    width: 56%;
}

.vbbk-diamond-specs-table tbody tr:last-child th,
.vbbk-diamond-specs-table tbody tr:last-child td {
    border-bottom: none;
}

.vbbk-diamond-specs-table tbody tr:nth-child(3n) th,
.vbbk-diamond-specs-table tbody tr:nth-child(3n) td {
    border-bottom: 1px solid #dbe6f1;
}

@media (max-width: 767px) {
    .vbbk-diamond-specs-table th,
    .vbbk-diamond-specs-table td {
        padding: 10px 12px;
    }

    .vbbk-diamond-specs-table th[scope="row"] {
        width: 48%;
        font-size: 11px;
    }
}

.vbbk-cta-container {
    margin-top: 12px;
}

.vbbk-woocommerce-cta .single_variation_wrap,
.vbbk-woocommerce-cta .cart {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

/* Custom Qty Wrap */
.vbbk-qty-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    height: 54px;
    background: #fdfdfd;
    overflow: hidden;
    transition: border-color 0.3s;
}

.vbbk-qty-btn {
    width: 38px;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #132a4a;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.vbbk-qty-btn:hover {
    background: #f0f0f0;
    color: #B88E2F;
}

.vbbk-woocommerce-cta .quantity {
    display: block !important;
    flex: 1;
    margin: 0 !important;
}

.vbbk-woocommerce-cta .quantity input.qty {
    width: 100%;
    height: 100%;
    border: none !important;
    background: transparent !important;
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    padding: 0;
}

/* Hide spin buttons */
.vbbk-woocommerce-cta .quantity input.qty::-webkit-outer-spin-button,
.vbbk-woocommerce-cta .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.vbbk-woocommerce-cta button.single_add_to_cart_button {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: #0F2A44 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
}

.vbbk-woocommerce-cta button.single_add_to_cart_button:hover {
    background: #1a3a5a !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 42, 68, 0.15);
}

.vbbk-buy-now-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 54px;
    border: none;
    border-radius: 8px;
    background: #B88E2F !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(184, 142, 47, 0.2);
}

.vbbk-buy-now-button:hover {
    background: #a67f2b !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(184, 142, 47, 0.3);
}

@media (max-width: 480px) {
    .vbbk-woocommerce-cta .single_variation_wrap,
    .vbbk-woocommerce-cta .cart {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.vbbk-woocommerce-cta button.single_add_to_cart_button.disabled,
.vbbk-woocommerce-cta button.single_add_to_cart_button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.vbbk-woocommerce-cta .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: 0.55;
}

.vbbk-woocommerce-cta .reset_variations {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}

.vbbk-buy-now-info {
    margin-top: 8px;
}

.vbbk-buy-now-caption {
    text-align: center;
    font-size: 11px;
    color: #6d6d6d;
}

.cta-row-secondary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
}

.btn-pnj-hotline {
    background: #0f2f5a;
    border: 1px solid #0f2f5a;
    color: #fff !important;
    padding: 14px 10px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-hotline-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.zalo-icon-img {
    height: 38px;
    width: auto;
    display: block;
    object-fit: contain;
}

.btn-pnj-hotline strong {
    font-size: 20px;
    display: block;
    line-height: 1;
}

.btn-pnj-hotline span {
    font-size: 13px;
    opacity: 0.9;
    display: block;
    line-height: 1.4;
}

.btn-pnj-hotline:hover {
    background: #132a4a;
    border-color: #132a4a;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 47, 90, 0.2);
}


.vbbk-woocommerce-cta .variations {
    width: 100% !important;
    margin-bottom: 0;
}

.vbbk-woocommerce-cta .variations tbody,
.vbbk-woocommerce-cta .variations tr,
.vbbk-woocommerce-cta .variations td {
    display: block;
    width: 100%;
}

.vbbk-woocommerce-cta .variations td.label {
    padding: 0 0 8px !important;
}

.vbbk-woocommerce-cta .variations td.label label {
    font-weight: 700;
    font-size: 14px;
    color: #203454;
    margin: 0;
}

.vbbk-woocommerce-cta .variations td.value {
    padding: 0 0 14px !important;
}

.vbbk-woocommerce-cta .variations td.value select {
    display: none !important;
}

.vbbk-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.vbbk-pill {
    min-width: 44px;
    padding: 8px 14px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.vbbk-pill:hover {
    border-color: #B88E2F;
    color: #B88E2F;
}

.vbbk-pill.active {
    border-color: #B88E2F;
    background: #fffcf5;
    color: #B88E2F;
    box-shadow: 0 0 0 1px rgba(184, 142, 47, 0.1);
}

.vbbk-tabs-section {
    margin-top: 44px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.vbbk-tabs-section .woocommerce-tabs {
    margin-bottom: 60px;
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs {
    border: 0;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    border-bottom: 1px solid #ececec; /* Added bottom border for traditional tab look */
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for clean look */
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs::before,
.vbbk-tabs-section .woocommerce-tabs ul.tabs::after {
    display: none; /* Hide default WC floats */
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs li a {
    color: #8a8a8a !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 0 12px 0;
    display: block;
    transition: color 0.3s ease;
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs li:hover a {
    color: #333 !important;
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs li.active a {
    color: #0F2A44 !important;
    text-decoration: none
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #B88E2F;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.vbbk-tabs-section .woocommerce-tabs ul.tabs li.active::after {
    width: 100%;
}

.vbbk-tabs-section .woocommerce-Tabs-panel {
    padding: 0;
    border: 0;
    animation: vbbkFadeIn 0.5s ease;
}

@keyframes vbbkFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .vbbk-tabs-section .woocommerce-tabs ul.tabs {
        justify-content: flex-start;
        gap: 25px;
        padding-bottom: 5px;
    }
    .vbbk-tabs-section .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
        white-space: nowrap;
    }
}

.sticky-buy-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    transform: translateY(120%);
    transition: transform 0.3s ease;
    background: #fff;
    border-top: 1px solid #ebebeb;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}

.sticky-buy-bar.show {
    transform: translateY(0);
}

.sticky-buy-bar .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 16px;
}

.sticky-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.sticky-product-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sticky-product-info img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}

.sticky-titles {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sticky-title {
    font-size: 13px;
    font-weight: 600;
    color: #1f1f1f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.sticky-price {
    font-size: 14px;
    font-weight: 700;
    color: #B88E2F;
}

.btn-sticky-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 40px;
    border-radius: 7px;
    background: #0F2A44;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-sticky-buy:hover {
    background: #143555;
}

@media (max-width: 1200px) {
    .vbbk-product-main-grid {
        grid-template-columns: 1fr 440px;
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .vbbk-product-main-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .vbbk-main-slider {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .vbbk-pnj-style-product {
        padding-top: 18px;
    }

    .vbbk-gallery-container {
        flex-direction: column-reverse;
        height: auto;
    }

    .vbbk-thumbs-slider {
        width: 100%;
        height: 64px;
        max-height: none;
    }

    .vbbk-thumbs-slider .swiper-slide {
        width: 56px;
        height: 56px;
    }

    .vbbk-main-slider {
        min-height: 0;
        max-height: none;
        height: auto;
    }

    .vbbk-main-slider .zoom-container {
        padding: 18px;
    }

    .vbbk-product-title {
        font-size: 24px;
    }

    .vbbk-price-main .price {
        font-size: 32px !important;
    }

    .vbbk-benefits-bar {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .avail-selectors {
        grid-template-columns: 1fr;
    }

    .sticky-title {
        max-width: 180px;
    }

    .btn-sticky-buy {
        min-width: 120px;
        min-height: 36px;
        font-size: 13px;
    }
}

/* Related Products Grid - PNJ Style */
.vbbk-related-section {
    margin: 80px auto 60px;
    max-width: 1320px;
    padding: 60px 20px 0;
    border-top: 1px solid #ececec;
}

.vbbk-section-title {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #132a4a;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom: 15px;
}

.vbbk-section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    background: #B88E2F;
    transform: translateX(-50%);
}

.vbbk-related-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px !important;
}

@media (max-width: 1024px) {
    .vbbk-related-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .vbbk-related-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    .vbbk-section-title {
        font-size: 20px;
    }
}

@media (max-width: 430px) {
    .vbbk-product-title,
    .product_title,
    .product_title.entry-title {
        font-size: 16px !important;
        line-height: 1.4;
    }
}

/* Custom Policy Tab */
.vbbk-policy-content .vbbk-tab-heading {
    font-size: 20px;
    font-weight: 700;
    color: #132a4a;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.vbbk-policy-content .policy-inner {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.vbbk-policy-content .policy-inner p {
    margin-bottom: 15px;
}

/* Consultation Form - Luxury Professional Style */
.vbbk-product-consultation {
    margin: 80px auto;
    max-width: 1320px;
    padding: 0 20px;
}

.consultation-container {
    background: #0f2a44; /* Dark Navy */
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    padding: 60px 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(15, 42, 68, 0.15);
}

.consultation-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(184, 142, 47, 0.05));
    pointer-events: none;
}

.consultation-content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.consultation-header .sub-title {
    display: block;
    color: #B88E2F;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 12px;
}

.consultation-header .main-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.consultation-header .desc {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.8;
}

/* Fluent Form Customization */
.consultation-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    color: #333;
}

.consultation-form-wrapper .fluentform {
    margin: 0 !important;
}

.consultation-form-wrapper input[type="text"],
.consultation-form-wrapper input[type="email"],
.consultation-form-wrapper input[type="tel"],
.consultation-form-wrapper textarea {
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 6px !important;
    padding: 12px 15px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.consultation-form-wrapper input:focus,
.consultation-form-wrapper textarea:focus {
    background: #fff !important;
    border-color: #B88E2F !important;
    box-shadow: 0 0 0 3px rgba(184, 142, 47, 0.1) !important;
}

.consultation-form-wrapper button.ff-btn-submit {
    width: 100% !important;
    background: #B88E2F !important;
    border-color: #B88E2F !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 14px !important;
    transition: all 0.3s ease !important;
}

.consultation-form-wrapper button.ff-btn-submit:hover {
    background: #a37d28 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(184, 142, 47, 0.3) !important;
}

@media (max-width: 991px) {
    .consultation-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .consultation-header {
        text-align: center;
    }
    
    .consultation-container {
        padding: 40px 20px;
    }
}

/* Login Prompt Styling (Shopee Reviews Plugin) */
.vbbk-login-prompt {
    background: #fcf8ee;
    border: 1px dashed #B88E2F;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
    margin: 30px 0;
}

.vbbk-login-prompt a {
    display: inline-block;
    background: #0f2a44;
    color: #fff !important;
    padding: 10px 28px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 700;
    margin-left: 8px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vbbk-login-prompt a:hover {
    background: #B88E2F;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 142, 47, 0.2);
}

