@import './variables';

.s-subheader {
  align-items: center;
  display: flex;
  height: $subheader-item-single-height;
  font-size: map-deep-get($headings, 'body-2', 'size');
  font-weight: map-deep-get($headings, 'body-2', 'weight');
  padding: 0 $subheader-right-padding 0 $subheader-left-padding;
  color: var(--theme-text-secondary);

  &.inset {
    margin-left: $subheader-inset-margin;
  }
}
