/* WP Mass Email Frontend Styles */
.wpmes-unsubscribe-form {
    max-width: 500px;
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wpmes-unsubscribe-form .wpmes-form {
    margin-top: 15px;
}

.wpmes-unsubscribe-form .wpmes-email-input {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.wpmes-unsubscribe-form .wpmes-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.wpmes-unsubscribe-form .wpmes-button:hover {
    background: #005a87;
}

.wpmes-notice {
    padding: 12px 15px;
    margin: 10px 0;
    border-radius: 4px;
}

.wpmes-notice.wpmes-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpmes-notice.wpmes-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wpmes-stats {
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wpmes-stats p {
    margin: 5px 0;
    font-size: 14px;
}
