/* TRUST + OFFER BLOCK */
.trust-box{
    border:1px solid #e5e5e5;
    border-radius:10px;
    padding:14px;
    margin-top:15px;
    background:#fff;
}

.trust-offer{
    background:#fafafa;
    border:1px dashed #ccc;
    padding:12px;
    border-radius:8px;
    margin-bottom:12px;
}

.trust-offer p{
    margin:0 0 8px;
    font-size:13px;
}

.trust-points{
    list-style:none;
    padding:0;
    margin:0;
}

.trust-points li{
    font-size:13px;
    margin-bottom:6px;
    display:flex;
    align-items:center;
}

.trust-points li i{
    margin-right:8px;
    color:#000;
    font-size:14px;
}

.delivery-timeline{
    display:flex;
    justify-content:space-between;
    margin-top:12px;
    padding-top:10px;
    border-top:1px solid #eee;
}

.delivery-step{
    text-align:center;
    flex:1;
    font-size:12px;
}

.delivery-step i{
    font-size:18px;
    display:block;
    margin-bottom:4px;
}

/* CHECKOUT TRUST BLOCK FIX */

.checkout-trust{
    background:#fafafa;
    border:1px solid #e0e0e0;
    border-radius:8px;
    padding:14px 16px;
    margin-top:16px;
    font-size:14px;
    color:#222;
}

.checkout-trust .offer-box{
    background:#fff;
    border:1px dashed #bbb;
    padding:10px 12px;
    border-radius:6px;
    margin-bottom:12px;
}

.checkout-trust .offer-box p{
    margin:0 0 6px;
    font-size:14px;
    font-weight:500;
}

.checkout-trust ul{
    list-style:none;
    padding:0;
    margin:0;
}

.checkout-trust ul li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin-bottom:6px;
    font-size:13.5px;
    line-height:1.4;
}

.checkout-trust ul li i{
    color:#000;
    margin-top:2px;
    font-size:14px;
}

.checkout-trust .timeline{
    display:flex;
    justify-content:space-between;
    margin-top:12px;
    padding-top:10px;
    border-top:1px solid #ddd;
}

.checkout-trust .step{
    flex:1;
    text-align:center;
    font-size:12.5px;
    color:#333;
}

.checkout-trust .step i{
    display:block;
    font-size:18px;
    margin-bottom:4px;
}
