@layer components {
  /*
   * Section header - left title, right action
   * Used for content sections within a page
   */
  .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: var(--block-space);
  }

  .section-header__title {
    font-size: var(--text-lg);
    font-weight: 600;
    margin: 0;
  }
}
