.n-information
  display flex
  flex-wrap wrap
  align-items flex-start
  align-content flex-start

.n-information-list-1 .n-information-patch
.n-information-list-1 .n-information-cell
  width 100%
.n-information-list-2 .n-information-patch
.n-information-list-2 .n-information-cell
  width 50%
.n-information-list-3 .n-information-patch
.n-information-list-3 .n-information-cell
  width 33.33%
.n-information-list-4 .n-information-patch
.n-information-list-4 .n-information-cell
  width 25%
.n-information-list-5 .n-information-patch
.n-information-list-5 .n-information-cell
  width 20%

.n-information-patch
  flex auto
  &-break
    width 100%
  &-line
    height 24px
    width 100%

.n-information-cell
  flex auto
  display inline-flex
  align-items flex-start
  margin-bottom 8px
  font-size 13px
  line-height 22px
  color #687185
  padding-right 8px
  overflow hidden
  white-space nowrap
  text-overflow ellipsis
  &.w-25
    width 25%
  &.w-33
    width 33.33%
  &.w-50
    width 50%
  &.w-66
    width 66.66%
  &.w-75
    width 75%
  &.w-100
    width 100%

.n-information-title
  display inline-flex
  align-items center
  flex-shrink 0
  font-weight bold
  .n-icon
    margin-left 4px

.n-information-label
  color #35425c
  flex-shrink 0
  font-weight bold

.n-information-text
  overflow hidden
  white-space nowrap
  text-overflow ellipsis
  &.wrap
    white-space normal

.n-information-scene
  padding 8px 8px 0 16px
  border-width 1px
  border-radius 4px
  & + &
    margin-top 8px
  &-info
    background #d7e8fc
    border-color #bbdfff
  &-success
    background #ebfae8
    border-color #d9f6d5
  &-warning
    background #fff3e0
    border-color #ffe3b9
  &-error
    background #fbeaed
    border-color #ffdee3

.n-information-lite
  display block
  .n-information-cell
    width unset
    color #161616
    font-size 12px
    line-height 20px
    margin-right 24px
    min-width unset !important
  .n-information-title
    width unset !important
    &:after
      content ':'
      padding-left 2px
      padding-right 4px
