//toggle 组件
.pp-taggle {
  //padding-left: 4px;
  //padding-right: 4px;
  //padding-top: 16px;
  // label+input的组件时的使用
  .pp-taggle-input {
    align-items: center;
    display: flex;
    height: 36px;
    word-wrap: break-word;
  }

  .pp-taggle-body-min-wdith {
    min-width: 200px;
  }

  p {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    font-size: 14px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  &-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
