.attachment-item {
  width: 100%;
}

.pisell-lowcode__booking-form-link-tag-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

.pisell-lowcode__booking-form-link-to-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;


  .pisell-lowcode__booking-form-link-to-list-item-more {
    padding: 4px 6px;
    color: #705dff;
    font-size: 14px;
    cursor: pointer;
    background-color: #f9fafb;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .pisell-lowcode__booking-form-link-to-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f9fafb;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    color: #101828;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;

    .pisell-lowcode__booking-form-link-to-list-item-index {
      padding: 0 5px;
      min-width: 20px;
      min-height: 20px;
      line-height: 20px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600;
      background-color: #705dff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }

    .pisell-lowcode__booking-form-link-to-list-item-title {
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
    }
  }
}
