// Courses
.#{$prefix}-archive-courses {
  display: flex;
  flex-direction: column;
  // gap: 1.25rem;
  // margin-top: 1.25rem;
  // Breadcrumbs
  .#{$prefix}-breadcrumb {
    // padding: 1rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    span, i {
      color: rgb(var(--wpt-lms-gray));
    }
    a {
      span {
        color: rgb(var(--wpt-lms-primary-700));
      }
    }
  }
  .#{$prefix}-courses-content {
    .#{$prefix}-courses {
      &-head {
        margin-bottom: 1.25rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1.25rem;
        align-items: center;
        justify-content: space-between;
        h2 {
          font-size: 1.5rem;
          font-weight: 600;
        }
      }
    }
  }
}