.investor-preview-banner {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 10px 20px;
  color: var(--text, #24312b);
  background: var(--panel, #fff);
  border-bottom: 1px solid var(--line, #d8dfda);
  font-size: 14px;
}
.investor-preview-banner span { flex: 1 1 260px; overflow-wrap: anywhere; }
.investor-preview-banner button { min-height: 44px; }
body[data-crm-investor-preview] #crmAuthForm,
body[data-crm-investor-preview] #crmAuthResendButton,
body[data-crm-investor-preview] [data-account-password] { display: none; }
.access-preview-button { display: inline-flex; max-width: 100%; margin-top: 6px; min-height: 40px; font: inherit; font-size: 12px; white-space: normal; }
@media (max-width: 600px) {
  .investor-preview-banner { padding: 8px 12px; font-size: 13px; }
}
