/* stylelint-disable selector-class-pattern */
.theme-atomik {
  .ccm-page-profile {

    .ccm-profile-header {
      background-color: rgba($primary, 0.1);
    }

    .ccm-profile-username {
      h1 {
        @include heading-display(1);
        margin-bottom: 0;
      }
    }

    .ccm-profile-statistics {
      color: $dark;
    }
  }
}
