.pisell-lowcode__booking-notes-item {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D0D5DD);
  margin-top: 10px;

  min-height: 58px;

  .pisell-lowcode__booking-notes-item-note {
    position: relative;
    color: var(--Gray-900, #101828);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-right: 24px;

    .pisell-lowcode__booking-notes-menu-wrap {
      width: 24px;
      height: 24px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;

      .pisell-lowcode__booking-notes-menu-icon {
        font-size: 18px;
        color: #475467;
      }
    }

  }


  .pisell-lowcode__booking-notes-item-date {
    margin-top: 4px;
    color: var(--Gray-600, #475467);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}