.wpzen-recesso-form {
    max-width: 720px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
}
.wpzen-recesso-form label {
    display: block;
    margin-top: 14px;
    font-weight: 600;
}
.wpzen-recesso-form input[type="text"],
.wpzen-recesso-form input[type="email"],
.wpzen-recesso-form textarea {
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.wpzen-recesso-form button {
    margin-top: 18px;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    background: #111;
    color: #fff;
    cursor: pointer;
}
.wpzen-recesso-checkbox {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
}
.wpzen-recesso-success {
    max-width: 720px;
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #e8f8ee;
    border: 1px solid #b9e5c8;
}
