.efp-back-in-stock-box{
    margin-top:20px;
    padding:25px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fafafa;
}

.efp-coming-soon{
    margin:0 0 10px;
    color:#e53935;
    font-size:28px;
    font-weight:700;
}

.efp-description{
    margin:0 0 20px;
    color:#666;
    line-height:1.6;
}

#efp-stock-notify-form{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

#efp-stock-notify-form input[type="email"]{
    flex:1;
    min-width:250px;
    height:50px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:6px;
    outline:none;
}

#efp-stock-notify-form button{
    height:50px;
    padding:0 25px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
    background:#69C240;
    color:#fff;
}

#efp-stock-notify-form button:hover{
    opacity:.9;
}

#efp-response{
    margin-top:15px;
}

.efp-success{
    color:#2e7d32;
    font-weight:600;
}

.efp-error{
    color:#d32f2f;
    font-weight:600;
}

@media(max-width:767px){

    #efp-stock-notify-form{
        flex-direction:column;
    }

    #efp-stock-notify-form input[type="email"],
    #efp-stock-notify-form button{
        width:100%;
    }

}