.pisell-lowcode__booking-notes {
  padding: 20px 0;
}

.pisell-lowcode__booking-notes-label {
  font-size: 16px;
  font-weight: 500;
}

.pisell-lowcode__booking-notes-input {
  margin-top: 8px;
}

.pisell-lowcode__booking-notes-input-area {
  position: relative;
  min-height: 80px;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s;
  
  &:hover {
    border-color: #4096ff;
  }
  
  &:focus-within {
    border-color: #4096ff;
    box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  }
}

.pisell-lowcode__booking-notes-content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.5714285714285714;
  white-space: pre-wrap;
  word-break: break-word;
  padding-right: 32px;
}

.pisell-lowcode__booking-notes-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1.5714285714285714;
  padding-right: 32px;
}

.pisell-lowcode__booking-notes-edit-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.45);
  
  &:hover {
    color: #4096ff;
  }
}

.pisell-lowcode__booking-notes-desc {
  margin-top: 8px;
}