.preview-banner {
  box-sizing: border-box;
  max-width: 42rem;
  margin: 0 auto;
  padding: 0.55rem 1rem;
  background: #333;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
.form-preview-notice { grid-column: 1 / -1; font-weight: 700; }
.consultation-form :disabled { cursor: not-allowed; }
.consultation-form input:disabled,
.consultation-form select:disabled { background: #f3f3f3; color: #666; }
