.acf-product-container {
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}
.acf-product-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #222;
    margin-bottom: 15px;
}
.acf-product-description {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    text-align: center;
    margin-bottom: -10px !important;
}
.acf-product-form {
    margin-top: 25px;
}
.acf-product-form p {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}
.acf-product-form iframe {
    width: 100% !important;
    min-height: 1000px !important;
    height: 1000px !important;
    border: none !important;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 768px) {
    .acf-product-container {
        padding: 20px;
    }
    .acf-product-title {
        font-size: 26px;
    }
    .acf-product-description {
        font-size: 16px;
    }
}