.wta-newsletter-wrapper {
    /* max-width: 500px  !important;
    margin: 0 auto  !important; */
}

.wta-newsletter-form {
    /* background: #fff  !important;
    padding: 30px  !important;
    border-radius: 8px  !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)  !important; */
}

.wta-form-group {
    margin-bottom: 20px  !important;
}

.wta-form-group label {
    display: block  !important;
    margin-bottom: 8px  !important;
    font-weight: 600  !important;
    color: #333  !important;
    font-size: 14px  !important;
}

.wta-form-group .required {
    color: #e74c3c  !important;
}

.wta-form-group input[type="text"],
.wta-form-group input[type="email"],
.wta-form-group select {
    /* width: 100%  !important;
    padding: 12px 15px  !important;
    border: 1px solid #ddd  !important;
    border-radius: 4px  !important;
    font-size: 14px  !important;
    transition: border-color 0.3s ease  !important;
    box-sizing: border-box  !important; */

    background-color: "#fff"  !important;
    background-clip: padding-box  !important;
    border-radius: 3px  !important;
    color: rgba( 0, 0, 0, 0.7 )  !important;
    border-width: 1px  !important;
    border-style: solid  !important;
    border-color: rgba( 0, 0, 0, 0.25 )  !important;
    padding: 0 14px  !important;
    font-size: 16px  !important;
    line-height: 100%  !important;
    box-shadow: none  !important;
    transition: border 0.15s, box-shadow 0.15s  !important;
    height: 45px !important;
}

.wta-form-group input:focus,
.wta-form-group select:focus {
    outline: none  !important;
    border-color: #3498db  !important;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1)  !important;
}

.wta-submit-btn {
    /* width: 100%  !important; */
    padding: 14px 20px  !important;
    background: #066aab  !important;
    color: #fff  !important;
    border: none  !important;
    border-radius: 4px  !important;
    font-size: 16px  !important;
    font-weight: 600  !important;
    cursor: pointer  !important;
    transition: background 0.3s ease  !important;
}

.wta-submit-btn:hover {
    background: #2980b9  !important;
}

.wta-submit-btn:disabled {
    background: #95a5a6  !important;
    cursor: not-allowed  !important;
}

.wta-form-message {
    margin-top: 15px  !important;
    padding: 12px 15px  !important;
    border-radius: 4px  !important;
    font-size: 14px  !important;
    display: none  !important;
}

.wta-form-message:not(:empty) {
    display: block  !important;
}

.wta-form-message.success {
    background: #d4edda  !important;
    color: #155724  !important;
    border: 1px solid #c3e6cb  !important;
}

.wta-form-message.error {
    background: #f8d7da  !important;
    color: #721c24  !important;
    border: 1px solid #f5c6cb  !important;
}

/* Responsive */
@media (max-width: 768px) {
    .wta-newsletter-form {
        padding: 20px  !important;
    }
}

