.newsletter-box{
   max-width: 300px;
    padding: 12px;
    border-radius: 20px;
    background: #fff7e8;
    border: 2px solid #ffc107;
    color: #222;
}

.newsletter-logo{
    margin-bottom: 15px;
}

.newsletter-logo img{
    max-width: 120px;
}

.newsletter-box h3{
    color: #222;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 12px;
}

.newsletter-subtitle{
    color: #444;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.newsletter-input{
    width: 100%;
    height: 46px;
    border: 1px solid #ffbf00;
    border-radius: 8px;
    background: #fff;
    padding: 0 15px;
    color: #222;
    margin-bottom: 15px;
}

.newsletter-input:focus{
    outline: none;
    box-shadow: none;
}

.newsletter-input::placeholder{
    color: #888;
}

.newsletter-btn{
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 8px;
    background: #ffbf00;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .3s;
}

.newsletter-btn:hover{
    background: #ffb300;
}

.newsletter-text{
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.newsletter-footer{
    text-align: center;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    border-top: 1px solid rgba(255,191,0,.3);
}

.es_subscription_message{
    color: #222;
    margin-top: 10px;
}