/* Iberuna Pricing Engine — prazo público */
.iberuna-delivery{
    display:flex;
    align-items:flex-start;
    gap:7px;
    margin:8px 0 10px;
    color:#173f32;
    font-size:12px;
    line-height:1.35;
}
.iberuna-delivery__dot{
    flex:0 0 auto;
    width:8px;
    height:8px;
    border-radius:50%;
    margin-top:4px;
    background:#7da800;
}
.iberuna-delivery__content{
    display:flex;
    flex-direction:column;
    gap:2px;
    min-width:0;
}
.iberuna-delivery__text{
    font-weight:700;
}
.iberuna-delivery__detail{
    color:#6a756f;
    font-size:11px;
    font-weight:400;
}
.iberuna-delivery--confirm .iberuna-delivery__dot{
    background:#c18a00;
}
.iberuna-delivery--unavailable .iberuna-delivery__dot{
    background:#a93b35;
}
.iberuna-delivery--single{
    margin:12px 0 16px;
    padding:10px 12px;
    border:1px solid #dbe3df;
    border-radius:8px;
    background:#f8faf9;
    font-size:14px;
}
.iberuna-delivery--single .iberuna-delivery__dot{
    width:9px;
    height:9px;
    margin-top:5px;
}
.iberuna-delivery--single .iberuna-delivery__detail{
    font-size:12px;
}
ul.products .iberuna-delivery{
    min-height:32px;
}
@media (max-width:600px){
    .iberuna-delivery--single{
        font-size:13px;
    }
}
