/* VHJ Checkout V2 scoped CSS. Generated from approved staging CSS; only selectors rooted at .vhj-checkout are retained. Old staging page IDs, header/footer, broad Elementor selectors, proxy-button selectors, and click-interception JS are intentionally excluded. */

.vhj-checkout {
  --vhj-checkout-bg: #f6f3ee;
  --vhj-checkout-card: #ffffff;
  --vhj-checkout-text: #333333;
  --vhj-checkout-text-strong: #000000;
  --vhj-checkout-text-muted: #69727d;
  --vhj-checkout-primary: #4e3f34;
  --vhj-checkout-primary-text: #ffffff;
  --vhj-checkout-border: #d6d0c8;
  --vhj-checkout-border-soft: #e0dbd2;
  --vhj-checkout-secondary-bg: #f1ece3;
  --vhj-checkout-error: #aa0000;
  --vhj-checkout-card-radius: 6px;
  --vhj-checkout-button-radius: 3px;
  --vhj-checkout-input-height: 49px;
  width: min(100% - 40px, 860px);
  margin: 0 auto;
  padding: 26px 0 42px;
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .woolentor-msc2-checkout,
.vhj-checkout form.checkout {
width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.vhj-checkout .woolentor-msc2-checkout,
.vhj-checkout .woocommerce-billing-fields,
.vhj-checkout .woocommerce-shipping-fields,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-checkout-review-order,
.vhj-checkout #payment {
border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout .woocommerce-billing-fields,
.vhj-checkout .woocommerce-shipping-fields,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-checkout-review-order,
.vhj-checkout #payment {
padding: 20px;
}

.vhj-checkout .woocommerce-billing-fields h3,
.vhj-checkout .woocommerce-shipping-fields h3,
.vhj-checkout .woocommerce-additional-fields h3,
.vhj-checkout #payment h3,
.vhj-checkout .woocommerce-checkout-review-order h3 {
margin: 0 0 16px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

.vhj-checkout #billing_country_field,
.vhj-checkout #billing_address_1_field,
.vhj-checkout #billing_address_2_field,
.vhj-checkout #billing_city_field,
.vhj-checkout #billing_state_field,
.vhj-checkout #billing_postcode_field,
.vhj-checkout #ship-to-different-address,
.vhj-checkout .shipping_address,
.vhj-checkout .woocommerce-additional-fields,
.vhj-checkout .woocommerce-shipping-fields__field-wrapper {
display: none !important;
}

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

.vhj-checkout #billing_email_field,
.vhj-checkout #billing_phone_field {
grid-column: 1 / -1;
}

.vhj-checkout .form-row {
float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.vhj-checkout .form-row label {
display: block;
  margin: 0 0 6px;
  color: var(--vhj-checkout-text-strong);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.vhj-checkout input.input-text,
.vhj-checkout select,
.vhj-checkout textarea {
min-height: var(--vhj-checkout-input-height);
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  box-shadow: none;
}

.vhj-checkout .woocommerce-shipping-methods,
.vhj-checkout ul#shipping_method {
display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--vhj-checkout-border);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
  overflow: hidden;
}

.vhj-checkout .woocommerce-shipping-methods li,
.vhj-checkout ul#shipping_method li {
display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
}

.vhj-checkout .woocommerce-shipping-methods li:last-child,
.vhj-checkout ul#shipping_method li:last-child {
border-bottom: 0;
}

.vhj-checkout .woocommerce-shipping-methods input,
.vhj-checkout ul#shipping_method input {
width: 22px;
  height: 22px;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout .woocommerce-shipping-methods label,
.vhj-checkout ul#shipping_method label {
margin: 0;
  color: var(--vhj-checkout-text-strong);
  font-size: 16px;
  font-weight: 500;
}

.vhj-checkout .woocommerce-shipping-totals th {
display: block;
  margin-bottom: 12px;
  color: var(--vhj-checkout-text-strong);
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}

.vhj-checkout .woocommerce-shipping-totals td,
.vhj-checkout .woocommerce-shipping-totals th,
.vhj-checkout .woocommerce-shipping-totals tr,
.vhj-checkout .woocommerce-shipping-totals tbody,
.vhj-checkout .woocommerce-shipping-totals table {
display: block;
  width: 100%;
  border: 0;
}

.vhj-checkout .woolentor-msc2-checkout button,
.vhj-checkout #place_order,
.vhj-checkout .button.alt {
background: var(--vhj-checkout-primary);
  color: var(--vhj-checkout-primary-text);
  border-radius: var(--vhj-checkout-button-radius);
  min-height: 48px;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
.vhj-checkout {
width: 100%;
    padding: 0 0 36px;
}

.vhj-checkout .woocommerce-billing-fields__field-wrapper {
grid-template-columns: 1fr;
}

.vhj-checkout .woocommerce-billing-fields,
.vhj-checkout .woocommerce-shipping-fields,
.vhj-checkout .woocommerce-checkout-review-order,
.vhj-checkout #payment {
padding: 16px;
}
}

.vhj-checkout .woocommerce-shipping-fields__field-wrapper[hidden] {
display: none !important;
}

.vhj-checkout .woocommerce-shipping-fields__field-wrapper.vhj-shipping-address-visible {
display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout #shipping_address_1_field,
.vhj-checkout #shipping_address_2_field,
.vhj-checkout #shipping_city_field,
.vhj-checkout #shipping_state_field,
.vhj-checkout #shipping_postcode_field {
grid-column: 1 / -1;
}

@media (max-width: 767px) {
.vhj-checkout .woocommerce-shipping-fields__field-wrapper.vhj-shipping-address-visible {
grid-template-columns: 1fr;
}
}

.vhj-checkout #shipping_method_step .woocommerce-additional-fields,
.vhj-checkout #shipping_method_step .woolentor-shipping-fields__field-wrapper > .woocommerce-additional-fields,
.vhj-checkout #shipping_method_step .woocommerce-additional-fields__field-wrapper {
display: none !important;
}

.vhj-checkout .vhj-proto-payment-delivery-icon img,
.vhj-checkout #payment_method_step .vhj-proto-payment-trust li span img {
display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

.vhj-checkout #payment_method_step .woo-checkout-payment,
.vhj-checkout #payment_method_step #payment,
.vhj-checkout #payment_method_step .wc_payment_methods,
.vhj-checkout #payment_method_step .form-row,
.vhj-checkout #payment_method_step .place-order {
width: 100%;
  max-width: none;
}

.vhj-checkout #payment_method_step #payment {
padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery {
display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: -4px 0 14px;
  padding: 20px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon,
.vhj-checkout #payment_method_step .vhj-proto-payment-trust li span {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
  color: var(--vhj-checkout-primary);
  font-size: 22px;
  line-height: 1;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon img,
.vhj-checkout #payment_method_step .vhj-proto-payment-trust li span img {
width: 25px;
  height: 25px;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery strong {
display: block;
  color: var(--vhj-checkout-text-strong);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery em {
display: block;
  margin-top: 4px;
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.35;
  font-style: normal;
}

.vhj-checkout #payment_method_step .vhj-proto-change-delivery {
display: inline-block;
  min-height: 0 !important;
  margin-top: 10px;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--vhj-checkout-primary) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-title {
margin: 0 0 12px;
  color: var(--vhj-checkout-text-strong);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

.vhj-checkout #payment_method_step ul.payment_methods {
display: grid;
  gap: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: var(--vhj-checkout-card-radius);
  overflow: hidden;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout #payment_method_step li.wc_payment_method:last-child {
border-bottom: 1px solid var(--vhj-checkout-border-soft);
}

.vhj-checkout #payment_method_step li.wc_payment_method > input[type="radio"] {
width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  margin: 0;
  color: transparent;
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 0;
  font-weight: 600;
  line-height: 1.3;
}

.vhj-checkout #payment_method_step li.wc_payment_method img {
max-width: 170px;
  max-height: 48px;
  object-fit: contain;
}

.vhj-checkout #payment_method_step li.wc_payment_method img.vhj-mercado-pago-logo {
width: 170px;
  max-width: 170px;
  height: auto;
  max-height: 54px;
}

.vhj-checkout #payment_method_step .payment_box {
grid-column: 1 / -1;
  margin: 12px 0 0;
}

.vhj-checkout #payment_method_step .woocommerce-privacy-policy-text,
.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper {
max-width: none;
  color: var(--vhj-checkout-text-muted);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust {
margin: 16px 0 0;
  padding: 12px 20px;
  border: 1px solid var(--vhj-checkout-border-soft);
  border-radius: var(--vhj-checkout-card-radius);
  background: var(--vhj-checkout-card);
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust ul {
display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust li {
display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-trust li:last-child {
border-bottom: 0;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-total {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text-strong);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-total strong {
font-size: 18px;
  font-weight: 700;
  text-align: right;
}

.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row {
display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.vhj-checkout #payment_method_step #terms {
flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin: 0;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout #payment_method_step .woocommerce-form__label-for-checkbox {
display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 0;
  margin: 0;
  color: var(--vhj-checkout-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 767px) {
.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row {
width: 100%;
}
}

.vhj-checkout #payment_method_step .woolentor-step-footer {
display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
}

.vhj-checkout #payment_method_step .woolentor-step-footer button {
width: auto;
  min-width: 220px;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-support {
margin-top: 16px;
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-support a {
color: var(--vhj-checkout-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
.vhj-checkout #payment_method_step #payment {
padding: 0;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery {
grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
grid-template-columns: 26px minmax(0, 1fr);
    padding: 14px;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
align-items: center;
    flex-direction: row;
    gap: 12px;
}

.vhj-checkout #payment_method_step .woolentor-step-footer {
display: grid;
}

.vhj-checkout #payment_method_step .woolentor-step-footer button {
width: 100%;
    min-width: 0;
}
}

/* Browser comment 1: reduce delivery top spacing and remove nested strokes. */
.vhj-checkout .woolentor-msc2-checkout {
margin-top: 8px;
}

.vhj-checkout #information_step.woolentor-step.woolentor-active {
padding-bottom: 14px;
}

.vhj-checkout #shipping_method_step .woolentor-step-body {
padding-top: 0;
}

.vhj-checkout #shipping_method_step .woocommerce-shipping-fields {
display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.vhj-checkout #shipping_method_step .woolentor-shipping-fields__field-wrapper,
.vhj-checkout #shipping_method_step .woolentor-shipping-method-1,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method table,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method tbody,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method tr,
.vhj-checkout #shipping_method_step .woolentor-checkout__shipping-method td {
margin-top: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #shipping_method_step .woolentor-title {
margin-bottom: 12px;
}

/* Validation and step-local identity cleanup. */
.vhj-checkout #information_step .vhj-proto-login-card {
margin-top: 0;
  margin-bottom: 14px;
}

.vhj-checkout #shipping_method_step,
.vhj-checkout #payment_method_step {
margin-top: 14px;
}

.vhj-checkout .vhj-proto-invalid,
.vhj-checkout input.vhj-proto-invalid,
.vhj-checkout select.vhj-proto-invalid {
border-color: var(--vhj-checkout-error) !important;
  outline-color: var(--vhj-checkout-error) !important;
}

.vhj-checkout .create-account {
display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--vhj-checkout-text);
  font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
}

.vhj-checkout .create-account input[type="checkbox"] {
width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--vhj-checkout-primary);
}

.vhj-checkout .create-account span {
font-size: 14px;
  font-weight: 600;
}

/* Payment-step trust uses the shared trust box with icon rows. */
.vhj-checkout #payment_method_step > .vhj-proto-trust {
margin: 16px 0 0;
  padding: 12px 20px;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust ul {
display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li {
display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li:last-child {
border-bottom: 0;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li:before {
display: none;
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li span {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout #payment_method_step > .vhj-proto-trust li img {
display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

/* Shared trust box icon rows. */
.vhj-checkout > .vhj-proto-trust ul {
grid-template-columns: 1fr;
  gap: 0;
}

.vhj-checkout > .vhj-proto-trust li {
display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout > .vhj-proto-trust li:last-child {
border-bottom: 0;
}

.vhj-checkout > .vhj-proto-trust li:before {
display: none;
}

.vhj-checkout > .vhj-proto-trust li span {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout > .vhj-proto-trust li img {
display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

/* Robust trust icon sizing regardless of step position. */
.vhj-checkout .vhj-proto-trust ul {
display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.vhj-checkout .vhj-proto-trust li {
display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid var(--vhj-checkout-border-soft);
  color: var(--vhj-checkout-text);
  font-size: 16px;
  line-height: 1.35;
}

.vhj-checkout .vhj-proto-trust li:last-child {
border-bottom: 0;
}

.vhj-checkout .vhj-proto-trust li:before {
display: none !important;
  content: none !important;
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vhj-checkout-secondary-bg);
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] img {
display: block !important;
  width: 25px !important;
  height: 25px !important;
  max-width: 25px !important;
  max-height: 25px !important;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(23%) sepia(13%) saturate(765%) hue-rotate(344deg) brightness(93%) contrast(87%);
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img.vhj-mercado-pago-logo,
.vhj-checkout #payment_method_step li.wc_payment_method > label img[src*="mercado-pago-horizontal.png"] {
display: block !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 47px !important;
  aspect-ratio: 170 / 47 !important;
  object-fit: contain !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 12px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
justify-content: flex-start !important;
  width: auto !important;
  max-width: max-content !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo),
.vhj-checkout #payment_method_step li.wc_payment_method:has(img[src*="mercado-pago-horizontal.png"]) {
justify-content: start !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo) {
align-items: center !important;
  padding: 16px 18px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo) > label,
.vhj-checkout #payment_method_step li.wc_payment_method:has(img[src*="mercado-pago-horizontal.png"]) > label {
display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(img.vhj-mercado-pago-logo) > label *,
.vhj-checkout #payment_method_step li.wc_payment_method:has(img[src*="mercado-pago-horizontal.png"]) > label * {
margin-left: 0 !important;
  padding-left: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img.vhj-mercado-pago-logo,
.vhj-checkout #payment_method_step li.wc_payment_method > label img[src*="mercado-pago-horizontal.png"] {
margin-left: 56px !important;
}

/* Final payment step polish. Scoped to staging checkout prototype. */
.vhj-checkout #payment_method_step .woolentor-step-body {
display: grid;
  gap: 14px;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-main-title {
margin: 0 0 2px;
  color: var(--vhj-checkout-text-strong);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-title {
margin: 4px 0 8px !important;
  font-size: 20px !important;
}

.vhj-checkout #payment_method_step .woolentor-title {
display: none !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery {
grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  min-height: 0 !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon {
width: 36px !important;
  height: 36px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery-icon img {
width: 21px !important;
  height: 21px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery strong {
font-size: 16px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-delivery em {
margin-top: 2px !important;
  font-size: 14px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-change-delivery {
margin-top: 5px !important;
  font-size: 14px !important;
}

.vhj-checkout #payment_method_step ul.payment_methods {
gap: 10px !important;
  margin: 0 0 12px !important;
  overflow: visible !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
min-height: 68px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--vhj-checkout-border-soft) !important;
  border-radius: var(--vhj-checkout-card-radius) !important;
  background: var(--vhj-checkout-card) !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:has(input[name="payment_method"]:checked) {
border-color: var(--vhj-checkout-primary) !important;
  background: var(--vhj-checkout-bg) !important;
  box-shadow: inset 0 0 0 1px rgba(78, 63, 52, 0.12) !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > input[type="radio"] {
width: 22px !important;
  height: 22px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
color: var(--vhj-checkout-text-strong) !important;
  font-size: 0 !important;
  gap: 12px !important;
}

.vhj-checkout #payment_method_step .vhj-payment-method-name {
position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method img {
max-height: 42px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img.vhj-mercado-pago-logo,
.vhj-checkout #payment_method_step li.wc_payment_method > label img[src*="mercado-pago-horizontal.png"] {
margin-left: 0 !important;
}

.vhj-checkout #payment_method_step .woocommerce-terms-and-conditions-wrapper .form-row {
gap: 10px !important;
}

.vhj-checkout #payment_method_step #terms {
width: 24px !important;
  height: 24px !important;
}

.vhj-checkout #payment_method_step .woocommerce-form__label-for-checkbox {
min-height: 40px !important;
  font-size: 14px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-total {
margin: 10px 0 0 !important;
  padding: 12px 0 0 !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-reassurance {
margin: 0 0 10px;
  color: var(--vhj-checkout-text-muted);
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.vhj-checkout #payment_method_step .woolentor-step-footer {
align-items: center !important;
  margin-top: 12px !important;
}

.vhj-checkout #payment_method_step #place_order {
min-height: 50px !important;
  padding-inline: 24px !important;
}

.vhj-checkout #payment_method_step .vhj-proto-payment-support {
margin-top: 10px !important;
  font-size: 14px !important;
}

.vhj-checkout > .vhj-proto-trust {
padding: 14px 18px !important;
}

.vhj-checkout > .vhj-proto-trust a {
display: none !important;
}

.vhj-checkout .vhj-proto-trust ul {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 18px !important;
  margin: 0 !important;
}

.vhj-checkout .vhj-proto-trust li {
grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding: 8px 0 !important;
  font-size: 13px !important;
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] {
width: 30px !important;
  height: 30px !important;
}

.vhj-checkout .vhj-proto-trust li span[aria-hidden="true"] img {
width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method:focus-within,
.vhj-checkout #payment_method_step #terms:focus-visible,
.vhj-checkout #payment_method_step button:focus-visible,
.vhj-checkout #payment_method_step a:focus-visible {
outline: 2px solid var(--vhj-checkout-primary) !important;
  outline-offset: 3px !important;
}

@media (max-width: 767px) {
.vhj-checkout #payment_method_step .vhj-proto-payment-main-title {
font-size: 24px;
}

.vhj-checkout #payment_method_step li.wc_payment_method {
min-height: 64px !important;
    padding: 11px 14px !important;
}

.vhj-checkout #payment_method_step .woolentor-step-footer {
display: grid !important;
    grid-template-columns: 1fr !important;
}

.vhj-checkout #payment_method_step .woolentor-step-footer button {
width: 100% !important;
    min-width: 0 !important;
}

.vhj-checkout .vhj-proto-trust ul {
grid-template-columns: 1fr !important;
}
}

/* Payment gateway brand rows: do not let gateway promo images resize the selector row. */
.vhj-checkout #payment_method_step li.wc_payment_method {
grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > input[type="radio"] {
grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > .vhj-payment-method-brand {
grid-column: 2 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: max-content !important;
  max-width: 190px !important;
  min-height: 44px !important;
  pointer-events: none !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label {
grid-column: 2 !important;
  grid-row: 1 !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  max-width: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.vhj-checkout #payment_method_step li.wc_payment_method > label img,
.vhj-checkout #payment_method_step li.wc_payment_method > label svg {
display: none !important;
}

.vhj-checkout #payment_method_step .vhj-payment-method-brand img.vhj-webpay-logo {
display: block !important;
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

.vhj-checkout #payment_method_step .vhj-payment-method-brand img.vhj-mercado-pago-logo {
display: block !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 47px !important;
  aspect-ratio: 170 / 47 !important;
  object-fit: contain !important;
  margin: 0 !important;
}

/* Native WooCommerce payment radios as clean VHJ selectable cards. */
.vhj-checkout .vhj-payment-methods {
margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.vhj-checkout .vhj-payment-method-list,
.vhj-checkout #payment ul.wc_payment_methods {
display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 !important;
  overflow: visible !important;
}

.vhj-checkout #payment ul.wc_payment_methods::before,
.vhj-checkout #payment ul.wc_payment_methods::after {
display: none !important;
}

.vhj-checkout .vhj-payment-method,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method {
position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.vhj-checkout .vhj-payment-radio,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio {
position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.vhj-checkout .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card {
position: relative !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 76px !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  white-space: normal !important;
  cursor: pointer !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

.vhj-checkout .vhj-payment-card::before,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card::before {
display: none !important;
  content: none !important;
}

.vhj-checkout .vhj-payment-card:hover,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card:hover {
border-color: #4e3f34 !important;
  background: #ffffff !important;
}

.vhj-checkout .vhj-payment-radio:focus-visible + .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio:focus-visible + label.vhj-payment-card {
outline: 2px solid #4e3f34 !important;
  outline-offset: 3px !important;
}

.vhj-checkout .vhj-payment-method.is-selected > .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method.is-selected > label.vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio:checked + label.vhj-payment-card {
border-color: #4e3f34 !important;
  background: #f6f3ee !important;
  box-shadow: inset 0 0 0 1px #4e3f34 !important;
}

.vhj-checkout .vhj-payment-card__radio {
display: block !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #d6d0c8 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.vhj-checkout .vhj-payment-method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > input.input-radio:checked + label.vhj-payment-card .vhj-payment-card__radio {
border: 5px solid #4e3f34 !important;
}

.vhj-checkout .vhj-payment-card__body {
display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.vhj-checkout .vhj-payment-card__title {
display: block !important;
  color: #000000 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.vhj-checkout .vhj-payment-card__description {
display: block !important;
  color: #69727d !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}

.vhj-checkout .vhj-payment-card__logo-wrap {
display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  min-width: 76px !important;
}

.vhj-checkout .vhj-payment-card__logo,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card img.vhj-payment-card__logo {
display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 92px !important;
  height: auto !important;
  max-height: 34px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.vhj-checkout .vhj-payment-card__logo--mercadopago,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card img.vhj-payment-card__logo--mercadopago {
max-width: 92px !important;
  max-height: 38px !important;
  aspect-ratio: auto !important;
}

.vhj-checkout #payment .payment_box {
margin: 10px 0 0 !important;
  padding: 18px 20px !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.vhj-checkout .vhj-proto-payment-reassurance,
.vhj-checkout .vhj-payment-help {
margin: 16px 0 0 !important;
  color: #69727d !important;
  font-size: 13px !important;
  line-height: 18px !important;
  text-align: right !important;
}

@media (max-width: 767px) {
.vhj-checkout .vhj-payment-card,
.vhj-checkout #payment ul.wc_payment_methods li.wc_payment_method > label.vhj-payment-card {
grid-template-columns: 22px minmax(0, 1fr) !important;
    min-height: 74px !important;
    padding: 16px !important;
}

.vhj-checkout .vhj-payment-card__logo-wrap {
grid-column: 2 !important;
    justify-content: flex-start !important;
    margin-top: 6px !important;
}

.vhj-checkout .vhj-proto-payment-reassurance,
.vhj-checkout .vhj-payment-help {
text-align: left !important;
}
}

/* =========================================
   VHJ checkout payment cards - mobile CSS cleanup
   Keep WooCommerce gateway display logic intact.
========================================= */
.vhj-checkout #payment ul.wc_payment_methods,
.vhj-checkout #payment ul.payment_methods,
.vhj-checkout #payment .vhj-payment-method-list {
display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method,
.vhj-checkout #payment .vhj-payment-method {
display: block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input.input-radio,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio,
.vhj-checkout #payment input.vhj-payment-radio {
position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transform: none !important;
  pointer-events: none !important;
  z-index: -1 !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label::before,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label::before,
.vhj-checkout #payment .vhj-payment-card::before {
content: none !important;
  display: none !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment .vhj-payment-card {
display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) 78px !important;
  grid-template-areas: "radio body logo" !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 0 !important;
  width: 100% !important;
  min-height: 74px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  cursor: pointer !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input.input-radio:checked + label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio:checked + label,
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method.is-selected > label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method.is-selected > label {
border-color: #4e3f34 !important;
  background: #f6f3ee !important;
  box-shadow: inset 0 0 0 1px #4e3f34 !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > input.input-radio:focus-visible + label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio:focus-visible + label {
outline: 2px solid #4e3f34 !important;
  outline-offset: 3px !important;
}

.vhj-checkout #payment .vhj-payment-card__radio {
grid-area: radio !important;
  display: block !important;
  inline-size: 18px !important;
  block-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #d6d0c8 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  align-self: center !important;
  justify-self: center !important;
}

.vhj-checkout #payment li.wc_payment_method.is-selected .vhj-payment-card__radio,
.vhj-checkout #payment input.input-radio:checked + label .vhj-payment-card__radio {
border: 5px solid #4e3f34 !important;
}

.vhj-checkout #payment .vhj-payment-card__body {
grid-area: body !important;
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.vhj-checkout #payment .vhj-payment-card__title {
display: block !important;
  color: #000000 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 600 !important;
}

.vhj-checkout #payment .vhj-payment-card__description {
display: block !important;
  color: #69727d !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}

.vhj-checkout #payment .vhj-payment-card__logo-wrap {
grid-area: logo !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.vhj-checkout #payment .vhj-payment-card__logo,
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label img,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label img {
display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 72px !important;
  height: auto !important;
  max-height: 30px !important;
  margin: 0 !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}

.vhj-checkout #payment .vhj-payment-card__logo--webpay {
max-width: 76px !important;
  max-height: 28px !important;
}

.vhj-checkout #payment .vhj-payment-card__logo--mercadopago {
max-width: 66px !important;
  max-height: 28px !important;
}

.vhj-checkout #payment .payment_box {
margin: 12px 0 0 !important;
  padding: 20px 16px !important;
  background: #ffffff !important;
  border: 1px solid #d6d0c8 !important;
  border-radius: 6px !important;
  color: #333333 !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
}

.vhj-checkout #payment .payment_box .mp-checkout-container,
.vhj-checkout #payment .payment_box .mp-checkout-pro-container {
max-width: 100% !important;
}

.vhj-checkout #payment_method_step .woolentor-step-footer {
display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  align-items: center !important;
  margin-top: 22px !important;
}

.vhj-checkout #payment_method_step .woolentor-step-footer button,
.vhj-checkout #payment_method_step button[data-step-target] {
min-height: 50px !important;
  padding: 0 18px !important;
  border-radius: 3px !important;
  font-family: Raleway, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 1.1px !important;
  text-transform: uppercase !important;
}

.vhj-checkout #payment_method_step button[data-step-target] {
background: #ffffff !important;
  color: #4e3f34 !important;
  border: 1px solid #4e3f34 !important;
}

@media (max-width: 767px) {
.vhj-checkout #payment ul.wc_payment_methods,
.vhj-checkout #payment ul.payment_methods,
.vhj-checkout #payment .vhj-payment-method-list {
gap: 12px !important;
}

.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment .vhj-payment-card {
grid-template-columns: 18px minmax(0, 1fr) 74px !important;
    grid-template-areas: "radio body logo" !important;
    column-gap: 12px !important;
    min-height: 76px !important;
    padding: 14px 16px !important;
}

.vhj-checkout #payment .vhj-payment-card__logo-wrap {
grid-area: logo !important;
    justify-content: flex-end !important;
    margin-top: 0 !important;
}

.vhj-checkout #payment .vhj-payment-card__title {
font-size: 15px !important;
    line-height: 19px !important;
}

.vhj-checkout #payment .vhj-payment-card__description {
font-size: 13px !important;
    line-height: 18px !important;
}

.vhj-checkout #payment .vhj-payment-card__logo,
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label img,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label img {
max-width: 68px !important;
    max-height: 28px !important;
}

.vhj-checkout #payment_method_step .woolentor-step-footer {
grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

.vhj-checkout #payment_method_step .woolentor-step-footer button,
.vhj-checkout #payment_method_step button[data-step-target] {
width: 100% !important;
    min-height: 50px !important;
}
}

@media (max-width: 359px) {
.vhj-checkout #payment ul.wc_payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment ul.payment_methods > li.wc_payment_method > label,
.vhj-checkout #payment .vhj-payment-card {
grid-template-columns: 18px minmax(0, 1fr) !important;
    grid-template-areas:
      "radio body"
      "radio logo" !important;
    row-gap: 8px !important;
}

.vhj-checkout #payment .vhj-payment-card__logo-wrap {
justify-content: flex-start !important;
}
}

/* Export guardrails: trust icons stay compact and list defaults cannot leak. */
.vhj-checkout .vhj-proto-trust ul,
.vhj-checkout .vhj-proto-payment-trust ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vhj-checkout .vhj-proto-trust li,
.vhj-checkout .vhj-proto-payment-trust li {
  list-style: none !important;
}

.vhj-checkout .vhj-proto-trust img,
.vhj-checkout .vhj-proto-payment-trust img,
.vhj-checkout .vhj-proto-trust svg,
.vhj-checkout .vhj-proto-payment-trust svg {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

/* VHJ Checkout V2 mobile overflow fix — 20260603 */
@media (max-width: 767px) {
  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout.elementor {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout > .elementor-section,
  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout > .elementor-section > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout .elementor-column,
  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout .elementor-widget-wrap,
  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout .elementor-widget,
  body.page-id-79735.vhj-checkout-v2-page .vhj-checkout .elementor-widget-container {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
/* End VHJ Checkout V2 mobile overflow fix */

/* VHJ Checkout V2 form width fix — 20260603 */
.vhj-checkout form.checkout.woocommerce-checkout {
  max-width: 100% !important;
}
/* End VHJ Checkout V2 form width fix */
