@import '../../variables.scss';

#{$biz-css-prefix}-privacy-policy {
  width: 100%;

  &-item {
    display: flex;
    align-items: center;
    height: 32px;
    width: 100%;

    &-icon {
      width: 22px;
    }

    &-title {
      display: block;
      // display: flex;
      // align-items: center;
      width: calc(100% - 60px);
      // min-height: 32px;
      height: 32px;
      line-height: 32px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;

      * {
        margin: 0;
        padding: 0;
      }
    }

    &-anticon {
      cursor: pointer;
    }
  }

  &-anticon {
    padding-top: 12px;
  }
}
