.acf-frontend-form-spam-protected {
    max-width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.acf-frontend-form-spam-protected .acf-field {
    margin-bottom: 20px;
}

.acf-frontend-form-spam-protected .acf-label label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.acf-frontend-form-spam-protected .acf-input input[type="text"],
.acf-frontend-form-spam-protected .acf-input input[type="email"],
.acf-frontend-form-spam-protected .acf-input textarea,
.acf-frontend-form-spam-protected .acf-input select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.acf-frontend-form-spam-protected .acf-form-submit {
    margin-top: 20px;
}

.acf-frontend-form-spam-protected .acf-form-submit input[type="submit"] {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.acf-frontend-form-spam-protected .acf-form-submit input[type="submit"]:hover {
    background: #005a87;
}

.acf-frontend-form-spam-protected .acf-form-submit input[type="submit"]:disabled {
    background: #ccc;
    cursor: not-allowed;
}
