.account-readonly-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 14px clamp(18px, 4vw, 48px);
  border-bottom: 1px solid #e3c98f;
  background: #fff7e7;
  color: #604718;
}
.account-readonly-banner h2 { margin: 0 0 3px; font-size: 15px; font-weight: 700; }
.account-readonly-banner p { margin: 0; font-size: 13px; line-height: 1.45; }
.account-readonly-banner strong { white-space: nowrap; }
.account-readonly-banner .billing-button { flex: 0 0 auto; }
.account-readonly-hint { margin: -12px 0 20px; color: var(--muted, #6c757d); font-size: 13px; }

.account-operations-suspended #order-form-root input:not([type="hidden"]),
.account-operations-suspended #order-form-root textarea,
.account-operations-suspended #order-form-root select,
.account-operations-suspended .order-form .inline-editable {
  pointer-events: none;
}
.account-operations-suspended #order-form-root [type="submit"],
.account-operations-suspended [form="order-form-root"],
.account-operations-suspended .order-form .button_to,
.account-operations-suspended .order-form .dropdown,
.account-operations-suspended .order-form a[href$="/edit"] {
  display: none !important;
}

@media (max-width: 720px) {
  .account-readonly-banner { align-items: stretch; flex-direction: column; padding: 14px 16px; }
  .account-readonly-banner .billing-button { width: 100%; }
}
