.woocommerce-checkout-review-order-table .shipping td{ text-align:right!important; vertical-align:top; }
.woocommerce-shipping-methods{ text-align:right!important; }
.woocommerce-shipping-methods label{ float:none!important; display:inline-block; }
.reimosa-rate-note{ margin:4px 0 2px auto; max-width:420px; font-size:12px; color:#666; line-height:1.35; }
.reimosa-agency-box{ margin:7px 0 8px auto; max-width:480px; text-align:left; padding:9px 10px; border:1px solid #e8e8e8; border-radius:7px; background:#fff; }
.reimosa-agency-box label{ display:block!important; margin-bottom:5px; font-size:12px; }
.reimosa-agency-select{ width:100%; max-width:100%; font-size:12px; }
.reimosa-agency-details{ margin-top:5px; font-size:11px; color:#666; line-height:1.35; }
.reimosa-agency-fallback{ margin-bottom:6px; padding:5px 7px; border-left:3px solid #ED3192; background:#fff5fa; font-size:11px; color:#555; }
.reimosa-envio-progress{ border:2px solid #ED3192; border-radius:8px; padding:10px 12px; margin:10px 0 15px; background:#fff; }
.reimosa-envio-message{ font-size:14px; margin-bottom:4px; }
.reimosa-envio-note{ font-size:12px; color:#666; margin-bottom:6px; }
.reimosa-progress-bar{ width:100%; height:8px; background:#f3d2df; border-radius:10px; overflow:hidden; }
.reimosa-progress-bar span{ display:block; height:100%; width:0; background:#f48fb1; transition:width .35s ease; }
.reimosa-envio-progress.is-complete .reimosa-progress-bar span{ background:#ED3192; }


/* v1.1 — identificación visual de transportistas */
.woocommerce-shipping-methods li > label{
    display:inline-flex!important;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
    flex-wrap:wrap;
}
.reimosa-provider-logo{
    width:92px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 92px;
    vertical-align:middle;
}
.reimosa-provider-logo img{
    display:block;
    max-width:92px!important;
    width:auto!important;
    max-height:28px!important;
    height:auto!important;
    object-fit:contain;
}
.reimosa-provider-label{
    vertical-align:middle;
}
.reimosa-weight-debug{
    margin:6px 0 4px auto;
    max-width:480px;
    padding:7px 9px;
    border:1px dashed #ED3192;
    border-radius:6px;
    background:#fff8fc;
    color:#555;
    font-size:11px;
    line-height:1.45;
    text-align:left;
}
.reimosa-weight-debug details{
    margin-top:5px;
}
.reimosa-weight-debug ul{
    margin:5px 0 0 17px;
}
.reimosa-agency-select{
    text-overflow:ellipsis;
}
.reimosa-agency-details:not(:empty){
    margin-top:8px;
    padding:7px 8px;
    border-radius:5px;
    background:#fafafa;
}


/* v1.2 — logos originales de transportistas usados por Reimosa/APG */
.reimosa-provider-logo{
    width:86px!important;
    height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 86px!important;
    padding:2px 4px!important;
    background:#fff!important;
    border-radius:5px!important;
    vertical-align:middle!important;
}
.reimosa-provider-logo img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:82px!important;
    max-height:30px!important;
    object-fit:contain!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
}
.reimosa-provider-label{
    display:inline-block;
    vertical-align:middle;
}
.reimosa-weight-error{
    border-style:solid!important;
    border-color:#b32d2e!important;
    background:#fff4f4!important;
}
.reimosa-weight-error ul{
    margin:6px 0 0 18px!important;
}


/* v1.3 — detalle de cajas OLVA */
.reimosa-box-debug{
    margin:7px 0;
    padding:7px 8px;
    border-top:1px solid #f1c4d9;
}
.reimosa-box-debug ul{
    margin:5px 0 0 18px;
}
