.simplero-email-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #e9ecef;
}

.woocommerce #simplerokundernote {
    background: #ffffff !important;
    border-radius: 8px;
    border: 3px solid #94c11f;
}

.simplero-email-form h4 {
    margin: 0 0 10px 0;
    color: #333;
}

.simplero-email-form p {
    margin: 0 0 15px 0;
    color: #666;
}

.simplero-input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.simplero-input-group input[type="email"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.simplero-input-group button {
    padding: 10px 20px;
    background: #007cba;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.simplero-input-group button:hover {
    background: #005a87;
}

.simplero-input-group button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#simplero_message {
    margin-top: 10px;
}

.simplero-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
}
