body.single-product.ghz-product-v3 .ghz-geo-content {
    max-width: 1480px;
    margin: 28px auto;
    padding: clamp(22px, 2.4vw, 32px);
    background: #fff;
    border: 1px solid #e6ebf1;
    border-radius: 20px;
}

body.single-product.ghz-product-v3 .ghz-geo-content h2,
body.single-product.ghz-product-v3 .ghz-geo-content h3 {
    color: #071a3d;
    margin-top: 0;
}

body.single-product.ghz-product-v3 .ghz-geo-content__summary {
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #edf0f4;
}

body.single-product.ghz-product-v3 .ghz-geo-content__summary p,
body.single-product.ghz-product-v3 .ghz-geo-content__block li,
body.single-product.ghz-product-v3 .ghz-geo-content__faq p {
    color: #4f5c70;
    line-height: 1.8;
}

body.single-product.ghz-product-v3 .ghz-geo-content__block {
    margin-top: 22px;
}

body.single-product.ghz-product-v3 .ghz-geo-content__faq details {
    padding: 14px 0;
    border-bottom: 1px solid #edf0f4;
}

body.single-product.ghz-product-v3 .ghz-geo-content__faq summary {
    cursor: pointer;
    color: #071a3d;
    font-weight: 800;
}

@media (max-width: 767px) {
    body.single-product.ghz-product-v3 .ghz-geo-content {
        margin: 22px 0;
        padding: 18px;
        border-radius: 16px;
    }
}
