/* Separate immutable asset added after live QA found a legacy empty-state selector tie. */
.product-body .v2-shell .empty-state h2,
.product-body .v2-shell .error-state h2,
.product-body .v2-shell .notification-panel h2 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: var(--text-section-title);
  font-weight: var(--font-weight-bold);
  line-height: var(--leading-section);
  letter-spacing: -.012em;
}
