/* v1.9.50 — tablet landscape summary balance */
@media (orientation: landscape) and (min-width: 900px) and (max-width: 1400px) {
  .afp-widget .afp-submit-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 18px 20px !important;
  }

  .afp-widget .afp-submit-row__total {
    min-width: 0 !important;
    width: 100% !important;
    align-self: center !important;
  }

  .afp-widget .afp-submit-row__label {
    margin-bottom: 8px !important;
  }

  .afp-widget .afp-submit-row__total strong {
    display: block !important;
    white-space: nowrap !important;
    line-height: 0.98 !important;
    font-size: clamp(44px, 4.2vw, 62px) !important;
    letter-spacing: -0.03em !important;
  }

  .afp-widget .afp-submit-row__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-content: stretch !important;
    align-self: center !important;
  }

  .afp-widget .afp-submit-row__actions > .afp-add-to-cart.single_add_to_cart_button.button.alt,
  .afp-widget .afp-submit-row__actions > .afp-checkout-button.button,
  .afp-widget .afp-submit-row__actions > .button {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .afp-widget .afp-discount-note {
    margin-top: 14px !important;
  }
}

@media (orientation: landscape) and (min-width: 900px) and (max-width: 1100px) {
  .afp-widget .afp-submit-row {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 300px) !important;
    gap: 16px !important;
  }

  .afp-widget .afp-submit-row__total strong {
    font-size: clamp(40px, 4vw, 54px) !important;
  }
}
