.pisell-lowcode__booking-notes-wrap {
  padding: 20px 0;
  position: relative;

  &::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -32px;
    width: calc(100% + 32px + 32px);
    height: 1px;
    background: var(--Border-color, #E8E9EB);
    z-index: 1;

  }

  &:last-child {
    &::before {
      display: none;
    }
  }

  .pisell-lowcode__booking-notes-title {
    display: flex;
    align-items: center;

    .pisell-lowcode__booking-notes-title-text {
      color: var(--Gray-600, #475467);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
    }
  }

  .pisell-lowcode__booking-notes-describe {
    color: var(--Warning-600, #DC6803);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

}

.pisell-lowcode__booking-notes-add {
  width: 100%;
  margin-top: 10px;
}