.pisell-lowcode__contacts {
  width: 100%;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  .pisell-lowcode__contacts-title {
    color: var(--Text-Text_1, #1b1b1b);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .pisell-lowcode__contacts-value-wrap {
    .pisell-lowcode__contacts-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      .pisell-lowcode__contacts-item-left {
        display: flex;
        flex-direction: column;
        gap: 4px;
        color: var(--Gray-400, #98A2B3);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        .pisell-lowcode__contacts-name {
          color: var(--Gray-900, #101828);
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px; /* 142.857% */
        }
      }
      .pisell-lowcode__contacts-item-menu {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        transition: .2s;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        &:hover {
          background: var(--Gray-100, #F2F4F7);
        }
      }
    }
  }
  .pisell-lowcode__contacts-add {
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    color: var(--Gray-600, #475467);
    cursor: pointer;
    transition: .2s;
    &:hover {
      background: var(--Gray-100, #f2f4f7);
    }
    .pisell-lowcode__contacts-add-text {
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
    }
  }
}
