/* MyShip checkout labels - isolated and currency-safe */
body.woocommerce-checkout .myship-head,
body.woocommerce-cart .myship-head {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  text-align: start;
}

body.woocommerce-checkout ul#shipping_method li,
body.woocommerce-cart ul#shipping_method li {
  text-indent: 0 !important;
  align-items: flex-start !important;
}

body.woocommerce-checkout ul#shipping_method li > label,
body.woocommerce-cart ul#shipping_method li > label {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
  margin: 0 !important;
}

body.woocommerce-checkout ul#shipping_method li > label .myship-flex,
body.woocommerce-cart ul#shipping_method li > label .myship-flex {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: center !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-checkout ul#shipping_method .myship-text,
body.woocommerce-cart ul#shipping_method .myship-text {
  min-width: 0 !important;
  line-height: 1.8;
  font-size: 13px;
  text-align: start;
  overflow-wrap: anywhere;
}

body.woocommerce-checkout ul#shipping_method .myship-price,
body.woocommerce-cart ul#shipping_method .myship-price {
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  white-space: nowrap !important;
  font-weight: 700;
  direction: ltr;
  unicode-bidi: isolate;
}

body.woocommerce-checkout ul#shipping_method .myship-price .woocommerce-Price-amount.amount,
body.woocommerce-cart ul#shipping_method .myship-price .woocommerce-Price-amount.amount,
body.woocommerce-checkout ul#shipping_method .myship-price .woocommerce-Price-amount,
body.woocommerce-cart ul#shipping_method .myship-price .woocommerce-Price-amount {
  width: auto !important;
  min-width: 0 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 3px !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout ul#shipping_method .myship-price .woocommerce-Price-amount bdi,
body.woocommerce-cart ul#shipping_method .myship-price .woocommerce-Price-amount bdi {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  gap: 3px !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout ul#shipping_method .myship-price .woocommerce-Price-currencySymbol,
body.woocommerce-cart ul#shipping_method .myship-price .woocommerce-Price-currencySymbol,
body.woocommerce-checkout ul#shipping_method .myship-price .sc-selected-currency-label,
body.woocommerce-cart ul#shipping_method .myship-price .sc-selected-currency-label,
body.woocommerce-checkout ul#shipping_method .myship-price .sc-selected-currency-label-inline,
body.woocommerce-cart ul#shipping_method .myship-price .sc-selected-currency-label-inline {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  white-space: nowrap !important;
  line-height: inherit !important;
}

/* Aramex row: real flex columns, never overlay logo on text */
body.woocommerce-checkout .myship-aramex,
body.woocommerce-cart .myship-aramex {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 30px;
  padding: 0 !important;
  position: static !important;
}

body.woocommerce-checkout .myship-aramex > div,
body.woocommerce-cart .myship-aramex > div {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  position: static !important;
}

body.woocommerce-checkout .myship-aramex .aramex-logo,
body.woocommerce-cart .myship-aramex .aramex-logo {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  display: block !important;
  height: 26px !important;
  width: auto !important;
  max-width: 112px !important;
  margin: 0 !important;
  opacity: .9;
}

@media (max-width: 480px) {
  body.woocommerce-checkout ul#shipping_method li > label .myship-flex,
  body.woocommerce-cart ul#shipping_method li > label .myship-flex {
    column-gap: 10px !important;
  }

  body.woocommerce-checkout ul#shipping_method .myship-text,
  body.woocommerce-cart ul#shipping_method .myship-text {
    font-size: 12px;
  }
}