.zbx-divider-list {
  align-items: center;

  &-overflow {
    padding-left: 10px;
    color: var(--protrude-color);
    position: relative;
    &::before {
      position: absolute;
      top: 5px;
      left: 0;
      width: 0;
      height: 11px;
      font-size: 0;
      border-right: 1px solid var(--adm-border-color);
      content: ' ';
    }
  }

  &-tag {
    padding-right: 10px;
    position: relative;
    white-space: nowrap;
    &:nth-child(n + 2) {
      padding: 0 10px;
      &::before {
        position: absolute;
        top: 6px;
        left: -1px;
        width: 0;
        height: 11px;
        font-size: 0;
        border-right: 1px solid var(--adm-border-color);
        content: ' ';
      }
    }
  }

  &-modal {
    &-content {
      max-height: 70vh;
      overflow-y: auto;
      display: flex;
      flex-wrap: wrap;
      &-tag {
        margin-bottom: 16px;
        padding: 2px 12px;
        border-radius: 11px;
        background: #f4f5f5;
        line-height: 18px;
        margin-right: 12px;
        font-size: 12px;
        text-align: left;
        color: #333;
      }
    }

    .adm-modal-wrap .adm-modal-body {
      padding-bottom: 0 !important;
    }
  }
}
