.cr-label-feature {
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  font-weight: 400;

  &__value {
    color: #000000 !important;
  }

  &__label {
    color: #000000 !important;
    font-size: 14px;
  }

  &__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;

    &--has-label {
      margin-top: 4px;
    }

    svg {
      font-size: 22px;
      color: #000000 !important;
    }
  }

  &--has-label {
    align-items: flex-start;
  }
}
