main.job_roles_and_skills {
  .tabs-container nav.tab-navigation {
    margin-top: 0;
  }

  section {
    .section__header {
      align-items: center;
      display: flex;
      flex-direction: row;
      gap: 0.5rem;
      justify-content: flex-start;
      width: 100%;

      .section__title {
        flex: 1;
      }

      &:has(> counter:not(.badge)) {
        justify-content: space-between;
      }

      & > .heading-wrapper {
        align-items: center;
        flex: 1;
      }
    }
  }
}
