.course-setup {
  padding: 7px 16px;

  &__content {
    margin-top: spacing(-4);
    margin-bottom: 9px;
  }

  &__header {
    display: flex;
    justify-content: space-between;

    &__title {
      font-size: $brightspace-widget-header-size;
      font-weight: $font-weight-bold;
      height: $brightspace-widget-header-height;
      display: flex;
      align-items: center;
      margin: 0;
    }
  }

  &__access {
    padding: spacing(-2) 0;
    border-top: $width-border solid color("border");
    border-bottom: $width-border solid color("border");
  }

  &__status {
    display: flex;
    align-items: center;

    & .icon {
      flex-shrink: 0;
      align-self: flex-start;
      margin-right: spacing(-3);
    }
  }
}
