body.tsi-checkout-ux-live {
  --tsi-checkout-ink: #102331;
  --tsi-checkout-muted: #5b7080;
  --tsi-checkout-line: rgba(24, 95, 126, 0.16);
  --tsi-checkout-blue: #2478d4;
  --tsi-checkout-cyan: #22c7de;
  --tsi-checkout-gold: #f3c348;
  --tsi-checkout-green: #1f9d67;
  --tsi-checkout-soft: #f4fafc;
  --tsi-checkout-panel: rgba(255, 255, 255, 0.96);
  background: #f7fbfd;
}

body.tsi-checkout-ux-live,
body.tsi-checkout-ux-live .woocommerce,
body.tsi-checkout-ux-live .woocommerce * {
  letter-spacing: 0;
  box-sizing: border-box;
}

body.tsi-checkout-ux-live .x-main.full {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fafc 42%, #ffffff 100%);
}

body.tsi-checkout-ux-live .entry-header {
  display: none;
}

body.tsi-checkout-ux-live .entry-wrap,
body.tsi-checkout-ux-live .entry-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.tsi-checkout-ux-live .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 52px;
  color: var(--tsi-checkout-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.tsi-checkout-ux-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  margin: 8px 0 2px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--tsi-checkout-line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(238, 249, 253, 0.94)),
    linear-gradient(90deg, rgba(34, 199, 222, 0.08), rgba(243, 195, 72, 0.08));
  box-shadow: 0 24px 70px rgba(13, 63, 90, 0.13);
}

.tsi-checkout-ux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(34, 104, 132, 0.055) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 0 49%, rgba(34, 104, 132, 0.045) 49% 51%, transparent 51%);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 80%);
}

.tsi-checkout-ux-hero > * {
  position: relative;
  min-width: 0;
}

.tsi-checkout-ux-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(34, 199, 222, 0.32);
  border-radius: 999px;
  background: rgba(34, 199, 222, 0.12);
  color: #056b82;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.tsi-checkout-ux-hero h1 {
  margin: 0;
  color: var(--tsi-checkout-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  font-weight: 950;
}

.tsi-checkout-ux-hero p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--tsi-checkout-muted);
  font-size: 16px;
  line-height: 1.55;
}

.tsi-checkout-ux-steps {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.tsi-checkout-ux-steps span,
.tsi-checkout-ux-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.tsi-checkout-ux-steps span {
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--tsi-checkout-line);
  background: rgba(255, 255, 255, 0.74);
  color: #174052;
}

.tsi-checkout-ux-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tsi-checkout-blue), var(--tsi-checkout-cyan));
  color: #ffffff;
  font-size: 12px;
}

.tsi-checkout-ux-cart-link,
.tsi-checkout-ux-cart-link:hover,
.tsi-checkout-ux-cart-link:focus {
  padding: 10px 15px;
  border: 1px solid rgba(36, 120, 212, 0.24);
  background: #ffffff;
  color: #1761ad;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(36, 120, 212, 0.12);
}

body.tsi-checkout-ux-live .woocommerce-form-login-toggle,
body.tsi-checkout-ux-live form.login,
body.tsi-checkout-ux-live .woocommerce-form-coupon-toggle,
body.tsi-checkout-ux-live .checkout_coupon,
body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning,
body.tsi-checkout-ux-live .woocommerce-notices-wrapper,
body.tsi-checkout-ux-live .woocommerce-error,
body.tsi-checkout-ux-live .woocommerce-message,
body.tsi-checkout-ux-live .woocommerce-info {
  grid-column: 1 / -1;
}

body.tsi-checkout-ux-live .woocommerce-form-coupon-toggle {
  display: none !important;
}

body.tsi-checkout-ux-live .woocommerce-info,
body.tsi-checkout-ux-live .woocommerce-message,
body.tsi-checkout-ux-live .woocommerce-error,
body.tsi-checkout-ux-live form.login {
  border: 1px solid var(--tsi-checkout-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(13, 63, 90, 0.08);
}

body.tsi-checkout-ux-live .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
  padding: 16px 18px;
  color: var(--tsi-checkout-ink);
  font-weight: 850;
}

body.tsi-checkout-ux-live .woocommerce-form-coupon-toggle .showcoupon {
  color: #1761ad;
  font-weight: 900;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin: -2px 0 0;
  padding: 14px 18px;
  border: 1px solid rgba(243, 195, 72, 0.56);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffdf4, #ffffff);
  color: #3c3728;
  box-shadow: 0 12px 28px rgba(105, 81, 16, 0.08);
}

body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning strong {
  color: #162d3d;
  font-weight: 950;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning span {
  color: #4d5f69;
  font-size: 14px;
  line-height: 1.35;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid rgba(31, 157, 103, 0.34);
  border-radius: 16px;
  background: linear-gradient(135deg, #f0fff8, #ffffff);
  color: #244b3c;
  box-shadow: 0 12px 28px rgba(31, 157, 103, 0.09);
}

body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry strong {
  color: #126c47;
  font-size: 18px;
  font-weight: 950;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry span,
body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry small {
  line-height: 1.55;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 157, 103, 0.28);
  border-radius: 999px;
  background: #ffffff;
  color: #126c47;
  font-weight: 850;
  text-decoration: none;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-payment-retry small {
  color: var(--tsi-checkout-muted);
  font-size: 13px;
}

body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning a,
body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning a:hover,
body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning a:focus {
  margin-left: auto;
  padding: 8px 12px;
  border: 1px solid rgba(36, 120, 212, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: #1761ad;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

body.tsi-checkout-ux-live .checkout_coupon.woocommerce-form-coupon {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
  margin: 0 0 4px;
  padding: 16px;
  border: 1px solid var(--tsi-checkout-line);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f4fafc);
  box-shadow: 0 16px 36px rgba(13, 63, 90, 0.08);
}

body.tsi-checkout-ux-live .checkout_coupon p {
  margin: 0;
}

body.tsi-checkout-ux-live .checkout_coupon .form-row-first,
body.tsi-checkout-ux-live .checkout_coupon .form-row-last {
  float: none;
  width: auto;
}

body.tsi-checkout-ux-live .checkout_coupon .form-row-first {
  grid-column: 1;
  grid-row: 1;
}

body.tsi-checkout-ux-live .checkout_coupon .form-row-last {
  grid-column: 2;
  grid-row: 1;
}

body.tsi-checkout-ux-live .checkout_coupon .clear {
  display: none;
}

body.tsi-checkout-ux-live .checkout_coupon button {
  height: 100%;
  min-width: 156px;
  white-space: nowrap;
}

body.tsi-checkout-ux-live form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  gap: 22px;
  align-items: start;
}

body.tsi-checkout-ux-live form.checkout > #wc-stripe-express-checkout-element,
body.tsi-checkout-ux-live form.checkout > #coupons_list,
body.tsi-checkout-ux-live form.checkout > .no_wc_coupon_message {
  grid-column: 1 / -1;
}

body.tsi-checkout-ux-live #customer_details {
  display: grid;
  grid-column: 1;
  grid-row: 4;
  gap: 18px;
  width: auto;
  float: none;
}

body.tsi-checkout-ux-live #customer_details::before,
body.tsi-checkout-ux-live #customer_details::after {
  display: none;
}

body.tsi-checkout-ux-live #customer_details .col-1,
body.tsi-checkout-ux-live #customer_details .col-2 {
  float: none;
  width: auto;
}

body.tsi-checkout-ux-live .woocommerce-billing-fields,
body.tsi-checkout-ux-live .woocommerce-account-fields,
body.tsi-checkout-ux-live .woocommerce-additional-fields,
body.tsi-checkout-ux-live #order_review {
  border: 1px solid var(--tsi-checkout-line);
  border-radius: 22px;
  background: var(--tsi-checkout-panel);
  box-shadow: 0 20px 52px rgba(13, 63, 90, 0.1);
}

body.tsi-checkout-ux-live .woocommerce-billing-fields,
body.tsi-checkout-ux-live .woocommerce-account-fields,
body.tsi-checkout-ux-live .woocommerce-additional-fields {
  padding: 22px;
}

body.tsi-checkout-ux-live .woocommerce-account-fields:empty,
body.tsi-checkout-ux-live .woocommerce-shipping-fields:empty {
  display: none;
}

body.tsi-checkout-ux-live .woocommerce-billing-fields h3,
body.tsi-checkout-ux-live .woocommerce-additional-fields h3,
body.tsi-checkout-ux-live #order_review_heading {
  margin: 0 0 16px;
  color: var(--tsi-checkout-ink);
  font-size: 25px;
  font-weight: 950;
  line-height: 1.05;
}

body.tsi-checkout-ux-live .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.tsi-checkout-ux-live .form-row {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

body.tsi-checkout-ux-live .form-row-first,
body.tsi-checkout-ux-live .form-row-last {
  width: auto;
}

body.tsi-checkout-ux-live .form-row-wide,
body.tsi-checkout-ux-live #billing_email_field,
body.tsi-checkout-ux-live #billing_company_field,
body.tsi-checkout-ux-live #billing_country_field,
body.tsi-checkout-ux-live #billing_address_1_field,
body.tsi-checkout-ux-live #billing_address_2_field,
body.tsi-checkout-ux-live #account_password_field,
body.tsi-checkout-ux-live .woocommerce-account-fields,
body.tsi-checkout-ux-live .woocommerce-additional-fields {
  grid-column: 1 / -1;
}

body.tsi-checkout-ux-live label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
  color: #27485a;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

body.tsi-checkout-ux-live .required,
body.tsi-checkout-ux-live abbr.required {
  color: #c7463d;
  text-decoration: none;
}

body.tsi-checkout-ux-live input.input-text,
body.tsi-checkout-ux-live input[type="email"],
body.tsi-checkout-ux-live input[type="password"],
body.tsi-checkout-ux-live input[type="tel"],
body.tsi-checkout-ux-live input[type="text"],
body.tsi-checkout-ux-live textarea,
body.tsi-checkout-ux-live select,
body.tsi-checkout-ux-live .select2-container .select2-selection {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(36, 120, 212, 0.18);
  border-radius: 14px;
  background: #ffffff;
  color: var(--tsi-checkout-ink);
  font-size: 15px;
  line-height: 1.2;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.tsi-checkout-ux-live input.input-text,
body.tsi-checkout-ux-live input[type="email"],
body.tsi-checkout-ux-live input[type="password"],
body.tsi-checkout-ux-live input[type="tel"],
body.tsi-checkout-ux-live input[type="text"],
body.tsi-checkout-ux-live textarea {
  padding: 11px 12px;
}

body.tsi-checkout-ux-live .select2-container .select2-selection {
  display: flex;
  align-items: center;
}

body.tsi-checkout-ux-live .select2-container .select2-selection__rendered {
  width: 100%;
  padding-right: 28px;
  color: var(--tsi-checkout-ink);
  line-height: 1.2;
}

body.tsi-checkout-ux-live .select2-container .select2-selection__arrow {
  top: 10px;
  right: 8px;
}

body.tsi-checkout-ux-live input:focus,
body.tsi-checkout-ux-live textarea:focus,
body.tsi-checkout-ux-live select:focus,
body.tsi-checkout-ux-live .select2-container--focus .select2-selection,
body.tsi-checkout-ux-live .select2-container--open .select2-selection {
  border-color: rgba(34, 199, 222, 0.62);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(34, 199, 222, 0.12);
  outline: none;
}

body.tsi-checkout-ux-live #purchase-for-someone-else {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(34, 199, 222, 0.18);
  border-radius: 16px;
  background: #f8fcfe;
}

body.tsi-checkout-ux-live #purchase-for-someone-else label {
  margin: 0;
  color: var(--tsi-checkout-ink);
  font-size: 15px;
}

body.tsi-checkout-ux-live #purchase-for-someone-else-checkbox {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  accent-color: var(--tsi-checkout-blue);
}

body.tsi-checkout-ux-live .eb-purchase-for-someone-else {
  margin-top: 12px;
}

body.tsi-checkout-ux-live .tsi-checkout-manager-hidden {
  display: none !important;
}

body.tsi-checkout-ux-live .tsi-checkout-order-column {
  grid-column: 2;
  grid-row: 4;
  align-self: start;
  position: sticky;
  top: 118px;
  display: grid;
  gap: 14px;
}

body.tsi-checkout-ux-live form.checkout.woocommerce-checkout > #order_review_heading {
  grid-column: 2;
  grid-row: 4;
}

body.tsi-checkout-ux-live form.checkout.woocommerce-checkout > #order_review {
  grid-column: 2;
  grid-row: 5;
}

body.tsi-checkout-ux-live #order_review_heading {
  margin: 0 0 -6px;
  padding: 0 4px;
}

body.tsi-checkout-ux-live #order_review {
  position: static;
  overflow: hidden;
  padding: 22px;
}

body.tsi-checkout-ux-live #order_review table.shop_table {
  display: table !important;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

body.tsi-checkout-ux-live #order_review table.shop_table th,
body.tsi-checkout-ux-live #order_review table.shop_table td {
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(24, 95, 126, 0.12);
  color: var(--tsi-checkout-ink) !important;
  font-size: 14px;
  vertical-align: top;
  opacity: 1;
}

body.tsi-checkout-ux-live #order_review table.shop_table thead th {
  color: #506677 !important;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

body.tsi-checkout-ux-live #order_review table.shop_table .product-name {
  padding-right: 12px;
  font-weight: 850;
}

body.tsi-checkout-ux-live #order_review table.shop_table .product-total,
body.tsi-checkout-ux-live #order_review table.shop_table td:last-child {
  text-align: right;
}

body.tsi-checkout-ux-live #order_review .order-total th,
body.tsi-checkout-ux-live #order_review .order-total td {
  border-bottom: 0;
  font-size: 18px;
  font-weight: 950;
}

body.tsi-checkout-ux-live #payment {
  margin-top: 18px;
  background: transparent;
}

body.tsi-checkout-ux-live #payment ul.payment_methods {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

body.tsi-checkout-ux-live #payment li.wc_payment_method {
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(36, 120, 212, 0.16);
  border-radius: 16px;
  background: #ffffff;
  list-style: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.tsi-checkout-ux-live #payment li.wc_payment_method:has(input:checked),
body.tsi-checkout-ux-live #payment li.wc_payment_method.tsi-checkout-payment-active {
  border-color: rgba(34, 199, 222, 0.48);
  box-shadow: 0 12px 26px rgba(36, 120, 212, 0.12);
}

body.tsi-checkout-ux-live #payment li.wc_payment_method > input[type="radio"] {
  margin: 3px 9px 0 0;
  accent-color: var(--tsi-checkout-blue);
}

body.tsi-checkout-ux-live #payment li.wc_payment_method > label {
  margin: 0;
  color: var(--tsi-checkout-ink) !important;
  font-size: 14px;
  font-weight: 900;
  opacity: 1;
}

body.tsi-checkout-ux-live #payment .payment_box {
  margin: 12px 0 0;
  padding: 14px;
  border-radius: 14px;
  background: #f8fcfe;
  color: var(--tsi-checkout-muted);
  font-size: 13px;
  line-height: 1.45;
}

body.tsi-checkout-ux-live #payment .payment_box::before {
  display: none;
}

body.tsi-checkout-ux-live .woocommerce-terms-and-conditions-wrapper {
  padding-top: 16px;
  color: var(--tsi-checkout-muted);
  font-size: 12px;
  line-height: 1.45;
}

body.tsi-checkout-ux-live .woocommerce-privacy-policy-text p {
  margin: 0 0 12px;
}

body.tsi-checkout-ux-live .form-row.place-order {
  margin: 0;
  padding: 16px 0 0;
}

body.tsi-checkout-ux-live .button,
body.tsi-checkout-ux-live button.button,
body.tsi-checkout-ux-live #place_order,
body.tsi-checkout-ux-live .checkout_coupon button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

body.tsi-checkout-ux-live .button:hover,
body.tsi-checkout-ux-live .button:focus,
body.tsi-checkout-ux-live button.button:hover,
body.tsi-checkout-ux-live button.button:focus,
body.tsi-checkout-ux-live #place_order:hover,
body.tsi-checkout-ux-live #place_order:focus {
  transform: translateY(-1px);
}

body.tsi-checkout-ux-live .checkout_coupon button,
body.tsi-checkout-ux-live #place_order {
  border: 1px solid rgba(0, 127, 159, 0.24);
  background: linear-gradient(135deg, var(--tsi-checkout-blue), var(--tsi-checkout-cyan));
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(36, 120, 212, 0.24);
}

body.tsi-checkout-ux-live #place_order {
  width: 100%;
  min-height: 56px;
  margin: 0;
}

body.tsi-checkout-ux-live .woocommerce-invalid input,
body.tsi-checkout-ux-live .woocommerce-invalid select,
body.tsi-checkout-ux-live .woocommerce-invalid .select2-selection {
  border-color: rgba(199, 70, 61, 0.54);
  box-shadow: 0 0 0 4px rgba(199, 70, 61, 0.08);
}

body.tsi-checkout-ux-live .woocommerce-validated input,
body.tsi-checkout-ux-live .woocommerce-validated select,
body.tsi-checkout-ux-live .woocommerce-validated .select2-selection {
  border-color: rgba(31, 157, 103, 0.36);
}

body.tsi-checkout-ux-live #coupons_list {
  border: 1px solid var(--tsi-checkout-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(13, 63, 90, 0.07);
}

@media (max-width: 1040px) {
  .tsi-checkout-ux-hero,
  body.tsi-checkout-ux-live form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .tsi-checkout-ux-steps {
    justify-content: flex-start;
  }

  body.tsi-checkout-ux-live #customer_details,
  body.tsi-checkout-ux-live .tsi-checkout-order-column,
  body.tsi-checkout-ux-live #order_review {
    grid-column: 1;
  }

  body.tsi-checkout-ux-live #customer_details,
  body.tsi-checkout-ux-live .tsi-checkout-order-column {
    grid-row: auto;
  }

  body.tsi-checkout-ux-live .tsi-checkout-order-column {
    position: static;
  }
}

@media (max-width: 760px) {
  body.tsi-checkout-ux-live .woocommerce {
    width: min(100%, calc(100vw - 18px));
    gap: 14px;
    margin-bottom: 24px;
  }

  .tsi-checkout-ux-hero {
    padding: 22px;
    border-radius: 20px;
  }

  .tsi-checkout-ux-hero h1 {
    font-size: 36px;
  }

  .tsi-checkout-ux-steps span,
  .tsi-checkout-ux-cart-link {
    min-height: 38px;
    font-size: 12px;
  }

  body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning {
    align-items: flex-start;
    padding: 14px 16px;
  }

  body.tsi-checkout-ux-live .tsi-checkout-ux-account-warning a {
    margin-left: 0;
  }

  body.tsi-checkout-ux-live .checkout_coupon.woocommerce-form-coupon {
    grid-template-columns: 1fr;
  }

  body.tsi-checkout-ux-live .checkout_coupon .form-row-first,
  body.tsi-checkout-ux-live .checkout_coupon .form-row-last {
    grid-column: 1;
    grid-row: auto;
  }

  body.tsi-checkout-ux-live .checkout_coupon button {
    width: fit-content;
    height: auto;
  }

  body.tsi-checkout-ux-live .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.tsi-checkout-ux-live .woocommerce-billing-fields,
  body.tsi-checkout-ux-live .woocommerce-account-fields,
  body.tsi-checkout-ux-live .woocommerce-additional-fields,
  body.tsi-checkout-ux-live #order_review {
    padding: 18px;
    border-radius: 18px;
  }

  body.tsi-checkout-ux-live #order_review table.shop_table th,
  body.tsi-checkout-ux-live #order_review table.shop_table td {
    font-size: 13px;
  }

  body.tsi-checkout-ux-live #payment li.wc_payment_method {
    padding: 12px;
  }
}
