
/* Doar design. Formularul, AJAX-ul, nonce-ul și API-ul rămân cele native din Marketing Suite 6.0.0. */

.travelistul-newsletter-card {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 22px !important;
    border: 1px solid #31536c !important;
    border-radius: 18px !important;
    background: linear-gradient(145deg,#0c2435,#102f44) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.10) !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.travelistul-newsletter-icon {
    float: left !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 12px 0 0 !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #198cff !important;
    color: #fff !important;
}

.travelistul-newsletter-icon svg {
    width: 18px !important;
    height: 18px !important;
}

.travelistul-newsletter-card h3 {
    margin: 0 0 7px 48px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.travelistul-newsletter-card > p {
    margin: 0 0 18px 48px !important;
    padding: 0 !important;
    color: #afc4d5 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.travelistul-newsletter-form {
    clear: both !important;
}

.travelistul-newsletter-fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.travelistul-newsletter-fields input[type="email"] {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 1px solid #385d77 !important;
    border-radius: 11px !important;
    outline: none !important;
    background: #112d41 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 50px !important;
    box-shadow: none !important;
}

.travelistul-newsletter-fields input[type="email"]::placeholder {
    color: #879eb1 !important;
    opacity: 1 !important;
}

.travelistul-newsletter-fields input[type="email"]:focus {
    border-color: #2e91ff !important;
    box-shadow: 0 0 0 3px rgba(46,145,255,.13) !important;
}

.travelistul-newsletter-fields button[type="submit"] {
    display: block !important;
    width: 100% !important;
    height: 49px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg,#329cff,#2469f5) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 49px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.travelistul-newsletter-fields button[type="submit"]:hover {
    filter: brightness(1.08) !important;
}

.travelistul-newsletter-message {
    margin-top: 11px !important;
    padding: 9px 11px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.travelistul-newsletter-message:empty {
    display: none !important;
}

.travelistul-newsletter-message.is-success {
    display: block !important;
    background: rgba(34,197,94,.12) !important;
    color: #86efac !important;
}

.travelistul-newsletter-message.is-error {
    display: block !important;
    background: rgba(239,68,68,.12) !important;
    color: #fca5a5 !important;
}

.travelistul-newsletter-privacy {
    clear: both !important;
    margin-top: 13px !important;
    color: #829aad !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
}

@media (max-width: 520px) {
    .travelistul-newsletter-card {
        padding: 18px !important;
    }

    .travelistul-newsletter-card h3 {
        font-size: 19px !important;
    }
}
