
/* V608 - Move "Thành tiền" further left on mobile */
@media (max-width:639px){
  .v306-order-products-section{
    overflow-x:hidden!important;
  }

  /* Keep the amount area fully inside the product card */
  .v306-order-products-section [class*="text-right"],
  .v306-order-products-section [class*="justify-end"]{
    position:relative!important;
    right:auto!important;
    left:auto!important;
    transform:translateX(-22px)!important;
    max-width:calc(100% - 22px)!important;
    min-width:0!important;
    margin-right:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  /* Amount itself remains readable on one line */
  .v306-order-products-section [class*="text-right"] [class*="font-bold"],
  .v306-order-products-section [class*="text-right"] [class*="font-semibold"],
  .v306-order-products-section [class*="justify-end"] [class*="font-bold"],
  .v306-order-products-section [class*="justify-end"] [class*="font-semibold"]{
    white-space:nowrap!important;
    max-width:100%!important;
    overflow:visible!important;
  }
}

@media (max-width:380px){
  .v306-order-products-section [class*="text-right"],
  .v306-order-products-section [class*="justify-end"]{
    transform:translateX(-28px)!important;
    max-width:calc(100% - 28px)!important;
  }
}
