﻿.checkout-page-body {
  margin: 0;
  background: #edf2f8;
  color: #0b1630;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.checkout-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid #d6e0ec;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
}

.checkout-header-inner {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  text-decoration: none;
}

.checkout-brand-logo {
  width: clamp(154px, 19vw, 218px);
  max-width: 52vw;
  height: auto;
  object-fit: contain;
  display: block;
}

.checkout-brand-copy {
  display: grid;
  line-height: 1;
}

.checkout-brand-copy small {
  display: block;
  margin-top: 0.2rem;
  color: #617597;
  font-size: 0.82rem;
  font-weight: 700;
}

.checkout-header-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.checkout-header-actions a {
  text-decoration: none;
  color: #0b1630;
  font-weight: 800;
  font-size: 0.95rem;
  border: 1px solid #d3dde9;
  border-radius: 14px;
  padding: 0.75rem 1rem;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.checkout-header-actions a:hover {
  transform: translateY(-1px);
  border-color: #00a96d;
  color: #007b58;
}

.checkout-main {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.checkout-hero-card {
  border: 1px solid #d8e2ef;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(11, 22, 48, 0.06);
  padding: 1.8rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  gap: 1rem;
  align-items: end;
}

.checkout-kicker {
  display: inline-flex;
  border: 1px solid #99e2c8;
  border-radius: 999px;
  padding: 0.32rem 0.7rem;
  margin: 0;
  color: #007b58;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
}

.checkout-hero-card h1 {
  margin: 0.85rem 0 0;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.checkout-description {
  margin: 0.9rem 0 0;
  max-width: 48rem;
  color: #4b5f80;
  font-size: 1.06rem;
  line-height: 1.62;
}

.checkout-guided-box {
  border: 1px solid #aee8d0;
  border-radius: 1.2rem;
  background: #e8faf2;
  color: #0b6649;
  padding: 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 600;
}

.checkout-alert {
  margin-top: 0.95rem;
  border-radius: 12px;
  padding: 0.72rem 0.82rem;
  font-size: 0.93rem;
  font-weight: 700;
}

.checkout-alert-error {
  border: 1px solid #f6c3ce;
  color: #8d1e3c;
  background: #fff2f5;
}

.checkout-alert-success {
  border: 1px solid #aee8d0;
  color: #0b6649;
  background: #effdf7;
}

.checkout-status-box {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.9rem;
  padding: 0.72rem 0.82rem;
  border-radius: 12px;
  background: #f4f8ff;
  border: 1px solid #d6e4f9;
  font-size: 0.88rem;
  color: #2f466b;
}

.checkout-trial-conversion {
  border-color: rgba(20, 184, 166, 0.26);
  background: #f0fdfa;
  color: #0f766e;
}

.checkout-trial-choice {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1rem;
}

.checkout-trial-choice.is-compact {
  grid-template-columns: 1fr;
}

.checkout-trial-choice-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  border: 1px solid #d8e2ef;
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(11, 22, 48, 0.05);
  padding: 1rem;
}

.checkout-trial-choice-card.is-trial {
  border-color: rgba(20, 184, 166, 0.3);
  background: linear-gradient(135deg, #f0fdfa, #ffffff);
}

.checkout-trial-choice-kicker {
  margin: 0;
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 900;
}

.checkout-trial-choice-card h2 {
  margin: 0;
  color: #0b1630;
  font-size: 1.15rem;
}

.checkout-trial-choice-card p {
  margin: 0;
  color: #4b5f80;
  line-height: 1.5;
}

.checkout-trial-choice-card ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #2f466b;
  line-height: 1.45;
}

.checkout-trial-choice-primary,
.checkout-trial-choice-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.checkout-trial-choice-primary {
  background: #0f766e;
  color: #ffffff;
}

.checkout-trial-choice-secondary {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
}

.checkout-content-grid {
  margin-top: 0.35rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: start;
}

.checkout-form-grid {
  display: grid;
  gap: 0.9rem;
}

.checkout-progress-card {
  border: 1px solid #d8e2ef;
  border-radius: 1.8rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(11, 22, 48, 0.05);
  padding: 1.1rem;
}

.checkout-progress-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
}

.checkout-progress-kicker {
  color: #00845c;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 900;
}

.checkout-progress-header strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.checkout-progress-header span {
  font-size: 2.02rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.checkout-progress-track {
  margin-top: 0.72rem;
  height: 12px;
  border-radius: 999px;
  background: #e7eef8;
  overflow: hidden;
}

.checkout-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00a96d 0%, #00845c 100%);
  transition: width 0.25s ease;
}

.checkout-progress-segments {
  margin-top: 0.62rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.38rem;
}

.checkout-progress-segments span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #d9e3f1;
}

.checkout-progress-segments span.is-complete,
.checkout-progress-segments span.is-active {
  background: #081633;
}

.checkout-progress-segments span.is-complete {
  background: #00a96d;
}

.checkout-step-card {
  border: 1px solid #d8e2ef;
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(11, 22, 48, 0.05);
  overflow: hidden;
}

.checkout-step-card.is-active {
  border-color: #52d5a0;
  box-shadow: 0 0 0 3px rgba(0, 169, 109, 0.12);
}

.checkout-step-card.is-locked {
  border-color: #dfe8f4;
  background: #f9fbfe;
}

.checkout-step-head {
  width: 100%;
  border: none;
  background: transparent;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  column-gap: 0.9rem;
  align-items: center;
  padding: 1rem 1.1rem;
  text-align: left;
  cursor: pointer;
  color: #0b1630;
  border-radius: 0;
}

.checkout-step-head:hover,
.checkout-step-head:focus,
.checkout-step-head:focus-visible {
  background: transparent;
  color: #0b1630;
  outline: none;
}

.checkout-step-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #eef3f9;
  color: #6e82a4;
  transition: background-color 0.2s ease, color 0.2s ease;
  align-self: center;
}

.checkout-step-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.checkout-step-icon-check {
  display: none;
}

.checkout-step-card.is-complete .checkout-step-icon {
  background: #00a96d;
  color: #ffffff;
}

.checkout-step-card.is-complete .checkout-step-icon-svg {
  display: none;
}

.checkout-step-card.is-complete .checkout-step-icon-check {
  display: block;
}

.checkout-step-card.is-active .checkout-step-icon {
  background: #081633;
  color: #ffffff;
}

.checkout-step-card.is-locked .checkout-step-icon {
  background: #eef3f8;
  color: #90a2be;
}

.checkout-step-card.is-locked .checkout-step-eyebrow {
  color: #8da1bb;
}

.checkout-step-card.is-locked .checkout-step-head-copy h2 {
  color: #5f728f;
}

.checkout-step-card.is-locked .checkout-step-head-copy p {
  color: #7b8eaa;
}

.checkout-step-head-copy {
  flex: 1;
  min-width: 0;
  align-self: center;
}

.checkout-step-eyebrow {
  color: #00845c;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
}

.checkout-step-head-copy h2 {
  margin: 0.3rem 0 0;
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.checkout-step-head-copy p {
  margin: 0.45rem 0 0;
  color: #597092;
  font-size: 0.97rem;
  line-height: 1.5;
}

.checkout-step-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  justify-self: end;
  flex: 0 0 auto;
}

.checkout-step-head-actions::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #8aa0be;
  border-bottom: 2px solid #8aa0be;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -0.25rem;
}

.checkout-step-card.is-active .checkout-step-head-actions::after {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.checkout-step-status {
  border-radius: 999px;
  background: #eff3f9;
  color: #577097;
  padding: 0.26rem 0.62rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.checkout-step-card.is-active .checkout-step-status {
  background: #e8f3ff;
  color: #2d5e97;
}

.checkout-step-card.is-complete .checkout-step-status {
  background: #e8faf2;
  color: #0b6649;
}

.checkout-step-card.is-locked .checkout-step-status {
  background: #eef2f7;
  color: #7b8ea9;
}

.checkout-step-edit {
  display: none;
  font-size: 0.84rem;
  color: #4d6387;
  font-weight: 700;
}

.checkout-step-card.is-complete:not(.is-active) .checkout-step-edit {
  display: inline-flex;
}

.checkout-step-body {
  display: none;
  border-top: 1px solid #e7eef8;
  padding: 1rem 1.1rem 1.1rem;
}

.checkout-step-card.is-active .checkout-step-body {
  display: block;
}

.checkout-fields-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.checkout-fields-grid-single {
  grid-template-columns: 1fr;
}

.checkout-fields-grid label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.87rem;
  font-weight: 800;
  color: #2f4b74;
  align-self: start;
}

.checkout-fields-grid label span em {
  color: #b9274c;
  font-style: normal;
  font-weight: 900;
}

.checkout-fields-grid input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d2deec;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.62rem 0.8rem;
  color: #0f1f3f;
  font-size: 1rem;
}

.checkout-fields-grid input:focus {
  outline: none;
  border-color: #00a96d;
  box-shadow: 0 0 0 3px rgba(0, 169, 109, 0.16);
}

.checkout-fields-grid input[data-invalid="true"] {
  border-color: #d14162;
  box-shadow: 0 0 0 3px rgba(209, 65, 98, 0.16);
}

.checkout-field-feedback {
  min-height: 1rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #5b6f8e;
}

.checkout-field-feedback[data-variant="error"] {
  color: #8d1e3c;
}

.checkout-cep-feedback {
  margin-top: 0.52rem;
  min-height: 1.05rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #59769b;
}

.checkout-cep-feedback[data-variant="loading"] {
  color: #2e5f9a;
}

.checkout-cep-feedback[data-variant="error"] {
  color: #9f2846;
}

.checkout-cep-feedback[data-variant="success"] {
  color: #0b6649;
}

.checkout-step-footer {
  margin-top: 0.8rem;
  border: 1px solid #dbe6f2;
  border-radius: 14px;
  background: #f8fbff;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.checkout-step-footer-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.checkout-step-footer span {
  color: #516a8e;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 700;
}

.checkout-step-prev,
.checkout-step-next,
.checkout-submit-step {
  border-radius: 14px;
  min-height: 46px;
  padding: 0.65rem 1.15rem;
  font-size: 0.94rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.checkout-step-prev {
  border: 1px solid #d3deea;
  color: #314f78;
  background: #ffffff;
  box-shadow: none;
}

.checkout-step-next,
.checkout-submit-step {
  border: none;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #00a96d 0%, #00845c 100%);
  box-shadow: 0 10px 22px rgba(0, 132, 92, 0.3);
}

.checkout-step-prev:hover {
  background: #f8fbff;
  color: #203c60;
}

.checkout-step-next:disabled,
.checkout-submit-step:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.checkout-step-next:hover,
.checkout-submit-step:hover,
.checkout-pay-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.checkout-secure-note {
  border: 1px solid #afe8cf;
  background: #e9faf3;
  color: #0b6649;
  border-radius: 14px;
  padding: 0.82rem;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

.checkout-meta-billing-ack {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  margin: 14px 0 0;
  border: 1px solid rgba(14, 116, 144, 0.22);
  background: rgba(236, 254, 255, 0.72);
  color: #164e63;
  border-radius: 14px;
  padding: 13px 14px;
}

.checkout-meta-billing-ack input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #0f766e;
}

.checkout-meta-billing-ack strong {
  display: block;
  color: #0f172a;
  font-size: 0.94rem;
}

.checkout-meta-billing-ack small {
  display: block;
  margin-top: 4px;
  color: #475569;
  line-height: 1.5;
}

.checkout-payment-surface {
  margin-top: 0.75rem;
  border: 1px solid #dbe6f2;
  border-radius: 16px;
  background: #f8fbff;
  padding: 0.85rem;
}

.checkout-payment-element {
  min-height: 300px;
  border: 1px solid #dde6f2;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.checkout-pay-button {
  margin-top: 0.9rem;
  width: 100%;
  min-height: 46px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #00a96d 0%, #00845c 100%);
  color: #ffffff;
  font-size: 0.93rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 132, 92, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.checkout-payment-session-total {
  margin-top: 0.78rem;
  font-size: 0.86rem;
  font-weight: 800;
  color: #2f4b74;
}

.checkout-pay-button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  box-shadow: none;
  transform: none;
}

.checkout-payment-feedback {
  min-height: 1rem;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #496386;
}

.checkout-payment-feedback[data-variant="error"] {
  color: #8d1e3c;
}

.checkout-payment-feedback[data-variant="success"] {
  color: #0b6649;
}

.checkout-payment-note {
  margin-top: 0.65rem;
  color: #496386;
  font-size: 0.84rem;
  font-weight: 700;
}

.checkout-placeholder {
  margin-top: 0.75rem;
  min-height: 220px;
  border: 1px dashed #b9c7dd;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  color: #38527b;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  font-weight: 700;
}

.checkout-placeholder-warning {
  border-style: solid;
  border-color: #f6c3ce;
  background: #fff2f5;
  color: #8d1e3c;
}

.checkout-summary-column {
  position: sticky;
  top: 94px;
  display: grid;
  gap: 0.9rem;
}

.checkout-plan-summary {
  border: 1px solid #d8e2ef;
  border-radius: 2rem;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 22, 48, 0.08);
  padding: 1rem;
}

.checkout-plan-summary-kicker {
  display: inline-flex;
  border: 1px solid #99e2c8;
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
  color: #007b58;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 900;
}

.checkout-plan-summary-hero {
  margin-top: 0.68rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #081633 0%, #0b2745 50%, #0b6b4f 100%);
  color: #ffffff;
  padding: 0.95rem;
}

.checkout-plan-summary-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a3f0d2;
  font-weight: 900;
}

.checkout-plan-summary-hero h3 {
  margin: 0.48rem 0 0;
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.checkout-plan-summary-hero p {
  margin: 0.55rem 0 0;
  color: #d6e6f5;
  font-size: 0.95rem;
}

.checkout-plan-summary-price {
  margin-top: 0.7rem;
}

.checkout-plan-summary-price strong {
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.checkout-plan-summary-list {
  margin-top: 0.78rem;
  display: grid;
  gap: 0.42rem;
}

.checkout-plan-summary-item {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #304a6f;
  font-size: 0.82rem;
  font-weight: 700;
}

.checkout-plan-summary-item span {
  color: #007b58;
  font-weight: 900;
}

.checkout-summary-total {
  margin-top: 0.8rem;
  border-top: 1px solid #e3ebf6;
  padding-top: 0.8rem;
  display: grid;
  gap: 0.5rem;
}

.checkout-summary-total > div {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: baseline;
}

.checkout-summary-total span {
  color: #4f678b;
  font-weight: 700;
}

.checkout-summary-total strong {
  color: #233d64;
  font-weight: 800;
}

.checkout-summary-total-strong span,
.checkout-summary-total-strong strong {
  color: #091935;
  font-size: 1.2rem;
  font-weight: 900;
}

.checkout-summary-step {
  margin-top: 0.8rem;
  border: 1px solid #d8e2ef;
  border-radius: 14px;
  background: #f8fbff;
  padding: 0.72rem;
  display: grid;
  gap: 0.2rem;
}

.checkout-summary-step > div {
  color: #60799d;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
}

.checkout-summary-step strong {
  font-size: 1.1rem;
}

.checkout-summary-step span {
  color: #4e678d;
  font-weight: 700;
  font-size: 0.9rem;
}

.checkout-trust-grid {
  display: grid;
  gap: 0.45rem;
}

.checkout-trust-item {
  border: 1px solid #d8e2ef;
  border-radius: 14px;
  background: #ffffff;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  color: #2f4c73;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: left;
  padding: 0.45rem 0.65rem;
}

.checkout-trust-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  background: #e8faf2;
  color: #007b58;
  flex: 0 0 auto;
}

.checkout-trust-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 1140px) {
  .checkout-content-grid {
    grid-template-columns: 1fr;
  }

  .checkout-trial-choice {
    grid-template-columns: 1fr;
  }

  .checkout-summary-column {
    position: static;
  }

  .checkout-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 780px) {
  .checkout-main,
  .checkout-header-inner {
    width: calc(100% - 1rem);
  }

  .checkout-header-inner {
    min-height: 70px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0;
  }

  .checkout-brand-logo {
    width: min(178px, 62vw);
  }

  .checkout-header-actions {
    width: 100%;
    justify-content: center;
  }

  .checkout-header-actions a {
    flex: 1;
    text-align: center;
  }

  .checkout-fields-grid {
    grid-template-columns: 1fr;
  }

  .checkout-step-head-copy h2 {
    font-size: 1.66rem;
  }

  .checkout-step-head {
    padding: 0.88rem;
    grid-template-columns: 2.7rem minmax(0, 1fr) auto;
  }

  .checkout-step-body {
    padding: 0.88rem;
  }

  .checkout-step-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .checkout-step-footer-actions {
    width: 100%;
    justify-content: stretch;
  }

  .checkout-step-prev,
  .checkout-step-next,
  .checkout-submit-step,
  .checkout-pay-button {
    width: 100%;
  }

  .checkout-trust-grid {
    grid-template-columns: 1fr;
  }

  .checkout-payment-element,
  .checkout-placeholder {
    min-height: 320px;
  }
}

button:hover:not(:focus-visible),
a[role="button"]:hover:not(:focus-visible),
a[class*="btn"]:hover:not(:focus-visible),
a[class*="button"]:hover:not(:focus-visible),
a[class*="cta"]:hover:not(:focus-visible),
button[class*="btn"]:hover:not(:focus-visible),
button[class*="button"]:hover:not(:focus-visible),
button[class*="cta"]:hover:not(:focus-visible) {
  box-shadow: none !important;
}
