#vwwp-subscribe-form-wrapper {
    background-color: #f5f5f5 !important;
    border: 1px solid #e0e0e0 !important;
    max-width: 500px !important;
    margin: 40px auto !important;
    font-family: Arial, sans-serif !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.vwwp-subscribe-header-container {
    background-color: #c0a3e8 !important; /* Lilac color from image */
    padding: 10px 10px !important;
    text-align: center !important;
}

.vwwp-subscribe-header {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 1 !important;
}

.vwwp-subscribe-form-body {
    padding: 25px !important;
    background-color: #ffffff !important;
}

.vwwp-input-group {
    margin-bottom: 15px !important;
}

#vwwp-subscribe-form input[type="text"],
#vwwp-subscribe-form input[type="email"] {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important; /* Square corners as in image */
    font-size: 16px !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    color: #666 !important;
}

#vwwp-subscribe-form input::placeholder {
    color: #999 !important;
}

.vwwp-checkbox-group {
    margin: 20px 0 !important;
    display: flex !important;
    align-items: center !important;
}

#vwwp-subscribe-form input[type="checkbox"] {
    margin: 0 10px 0 0 !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #c0a3e8 !important; /* Lilac checkbox */
}

#vwwp-subscribe-form label[for="vwwp_soussus_launch_optin"] {
    font-size: 16px !important;
    color: #333 !important;
    cursor: pointer !important;
}

.vwwp-button-group {
    border-top: 1px solid #ddd !important;
    padding-top: 15px !important;
}

.vwwp-subscribe-button {
    background-color: #c0a3e8 !important; /* Lilac button */
    color: #ffffff !important;
    padding: 15px 20px !important;
    border: none !important;
    border-radius: 0 !important; /* Square corners */
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: normal !important;
    width: 100% !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.vwwp-subscribe-button:hover {
    background-color: #ae8cdb !important;
}

#vwwp-subscribe-message {
    margin-top: 15px !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 14px !important;
    display: none;
}

#vwwp-subscribe-message.success {
    display: block !important;
    color: #28a745 !important;
}

#vwwp-subscribe-message.error {
    display: block !important;
    color: #dc3545 !important;
}
