.pstrength {
  &-bars {
    display: flex;
    gap: 2px;
    margin-top: 8px;
  }

  &-bar {
    height: 4px;
    width: 100%;
    background-color: $gray-light;
    border-radius: 4px;

    &.red {
      background-color: $red;
    }

    &.orange {
      background-color: $orange;
    }

    &.green {
      background-color: $green;
    }
  }

  &-info {
    @include font-size(12);
    @include line-height(16);
    margin-top: 4px;
    color: $gray-dark;
    font-weight: 400;
  }
}
