/*
  Speaker role grouping — heading style
  Pairs with au26-speaker-role-grouping.js. Styling only; safe to tweak.
*/
.au26-speaker-role-header {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;

  margin: 16px 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;

  font-family: 'Artifakt Element', 'ArtifaktElement', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3c3c3c;
}

