.notes-panel {
    overflow: clip;
}
.notes-text {
    text-align: center;
    overflow-wrap: break-word;
}
.notes-header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    background-color: var(--neutralsmid-neutral);
    border-radius: 16px 16px 0 0;
}
.notes-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 5px;
}
.notes-entry {
    margin-right: -15px;
    flex: 1;
    min-height: 200px;
}