/* v1.0.27 — customer account action ergonomics */
.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.ducos_track,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a[href*="#ducos-delivery-tracking"],
.woocommerce-account .woocommerce-table--order-details .button.ducos_track,
.woocommerce-account .woocommerce-table--order-details a[href*="#ducos-delivery-tracking"]{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    width:auto!important;
    min-width:108px;
    min-height:38px;
    padding:8px 12px!important;
    margin:2px!important;
    white-space:nowrap!important;
    line-height:1.2!important;
    text-align:center;
}
@media(max-width:640px){
    .woocommerce-account .woocommerce-orders-table__cell-order-actions .button.ducos_track,
    .woocommerce-account .woocommerce-orders-table__cell-order-actions a[href*="#ducos-delivery-tracking"]{min-width:96px;font-size:12px}
}
