/* Generic HubSpot form gate. Styling mirrors the DC workbook gate so the
   UX is consistent across pages. Scoped to .anza-gate so it won't leak. */
.anza-gate { width: 100%; }
.anza-gate__message {
  display: none;
  margin: 0 0 16px;
  padding: 14px 18px;
  background: #f0f4f6;
  border: 1px solid #dde3e8;
  border-left: 3px solid #17576e;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}
.anza-gate__message strong { color: #17576e; }
.anza-gate.anza-gated .anza-gate__message { display: block; }
.anza-gate.anza-gated .anza-gate__content { display: none; }
