/* Typography Usage mixins */
h4 {
  font-family: var(--headline-06-font-family);
  font-size: var(--headline-06-font-size);
  line-height: var(--headline-06-line-height);
  font-weight: var(--headline-06-font-weight);
  letter-spacing: var(--headline-06-letter-spacing);
  text-transform: var(--headline-06-text-transform);
  box-sizing: border-box;
  color: var(--tds-header-item-color);
  font-family: var(--tds-header-title-font-family);
  font-weight: var(--tds-header-title-font-weight);
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
h4 slot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 32px 0 24px;
}