.rfm-marketing-box{
    border:1px solid #f9c5d5;
    background:#fff7fb;
    border-radius:18px;
    padding:13px 14px;
    margin:14px 0;
    display:grid;
    gap:7px;
    box-shadow:0 8px 22px rgba(219,39,119,.06);
    clear:both;
    color:#3f2633;
}
.rfm-marketing-box-simple{
    background:#fff;
    border-color:#f6d4df;
    box-shadow:0 6px 18px rgba(219,39,119,.045);
}
.rfm-marketing-box-compact{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    padding:10px;
}
.rfm-mb-item{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:13px;
    line-height:1.75;
    color:#4a2636;
}
.rfm-marketing-box-compact .rfm-mb-item{
    background:#fff;
    border:1px solid #f7d5e0;
    border-radius:999px;
    padding:5px 10px;
}
.rfm-mb-icon{
    width:21px;
    height:21px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 21px;
    opacity:.78;
    font-size:14px;
}
.rfm-mb-item-badge .rfm-mb-text,
.rfm-mb-item-discount .rfm-mb-text{
    font-weight:800;
    color:#be185d;
}
.rfm-countdown{
    font-weight:800;
    direction:ltr;
    display:inline-block;
    color:#be185d;
}
.rfm-mb-item-scarcity .rfm-mb-text{
    font-weight:700;
    color:#9d174d;
}
.rfm-progress-wrap{
    display:grid;
    gap:6px;
    width:100%;
}
.rfm-progress-label{
    font-size:12px;
    color:#7a2948;
}
.rfm-progress{
    display:block;
    width:100%;
    height:6px;
    background:#fde2ec;
    border-radius:999px;
    overflow:hidden;
}
.rfm-progress span{
    display:block;
    height:100%;
    background:#ec4899;
    border-radius:999px;
}
.rfm-trust-chip,
.rfm-mb-item-trust{
    display:none!important;
}
@media(max-width:600px){
    .rfm-marketing-box{
        border-radius:16px;
        padding:11px 12px;
        gap:6px;
    }
    .rfm-mb-item{
        font-size:12.5px;
        gap:6px;
    }
    .rfm-mb-icon{
        width:19px;
        height:19px;
        flex-basis:19px;
        font-size:13px;
    }
}
