.checkout-confirm-screen {
  background: #ffffff;
}

.checkout-confirm-back {
  position: absolute;
  top: 32px;
  left: 32px;
}

.checkout-confirm-brand img {
  width: min(100%, 220px);
  height: auto;
}

.checkout-confirm-shell {
  gap: 18px;
}

.checkout-confirm-kicker {
  margin: 0;
  color: #ff4f73;
  font-family: "Heebo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-confirm-copy {
  white-space: normal;
  max-width: 340px;
}

.checkout-confirm-panel {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 3px 3px 0 var(--line);
  display: grid;
  gap: 4px;
}

.checkout-confirm-label {
  color: var(--muted);
  font-family: "Heebo", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}

.checkout-confirm-panel strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

.checkout-confirm-actions {
  display: grid;
  gap: 12px;
  width: 100%;
}

.checkout-confirm-primary {
  width: 100%;
  justify-content: center;
}

.checkout-confirm-secondary {
  width: 100%;
  justify-content: center;
}

.checkout-confirm-primary:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.checkout-confirm-feedback {
  min-height: 18px;
}

@media (max-width: 420px) {
  .checkout-confirm-back {
    top: 20px;
    left: 16px;
  }

  .checkout-confirm-brand img {
    width: 168px;
  }
}
