.email-optin-divi-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
}

.email-optin-divi-form {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: inherit;
}

#optinForm h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

#optinForm label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

#optinForm input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

#optinForm button {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#optinForm button:hover {
    background: #0056b3;
}

.message {
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.success {
    background: #d4edda;
    color: #155724;
}

.error {
    background: #f8d7da;
    color: #721c24;
}
