.notesDetailsContainer {
  display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 300px;
  background-color: #f9fbfe;
  border-radius: 8px;
}

.notesDetailsContainer p {
  overflow-y: auto;
  width: 100%;
}

.notesDetailsMainContent {
  min-height: calc(300px - 32px - 52px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
