/* Coupon Link */
.have-coupon-link{
    display:block !important;
    margin:30px 0 30px;
    padding:18px 22px;
    background:#fff8e7;
    border:2px dashed #f4b400;
    border-radius:10px;
    color:#222 !important;
    font-size:22px;
    font-weight:700;
    text-decoration:none;
    transition:.25s;
}

.have-coupon-link:hover{
    background:#fff3cc;
}

.have-coupon-link::after{
    content:"Save money on your membership. Click here to enter your coupon code.";
    display:block;
    margin-top:8px;
    font-size:14px;
    font-weight:400;
    color:#666;
}

/* Coupon Box */

.mepr_coupon{
    display:none;
    background:#fff;
    border:2px solid #f4b400;
    border-top:0;
    border-radius:0 0 10px 10px;
    padding:20px;
    margin-top:-15px;
}

.mepr_coupon.active{
    display:flex !important;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.mepr_coupon .mp-form-label{
    width:100%;
    margin-bottom:10px;
}

.mepr_coupon input.mepr-coupon-code{
    width:50% !important;
    min-width:280px;
    height:50px;
}

.mpfy-apply-btn{
    height:50px;
    padding:0 30px;
    border:none;
    background:#2a6ea5;
    color:#fff;
    border-radius:6px;
    cursor:pointer;
    font-weight:700;
}

.mpfy-apply-btn:hover{
    background:#1e5c8f;
}