/**
 * Stripe Test Mode informational banners only (no checkout lock UI).
 */

.og-stripe-test-mode-banner,
.og-stripe-test-mode-notice {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 1px solid rgba(180, 83, 9, 0.35);
  border-radius: 12px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.og-stripe-test-mode-banner p,
.og-stripe-test-mode-notice p {
  margin: 0;
}

.og-stripe-test-mode-notice--order {
  border-color: rgba(180, 83, 9, 0.5);
  background: #ffedd5;
  padding: 16px 18px;
}

.og-stripe-test-mode-notice--order strong {
  display: block;
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #7c2d12;
}

@media (max-width: 720px) {
  .og-stripe-test-mode-banner,
  .og-stripe-test-mode-notice {
    font-size: 13px;
    padding: 12px 14px;
  }
}
