/* Pinned Notes Font Size - Match main text */

/* Pinned note text should match primary content size */
.pinned-note-item .note-text,
.pinned-note-text,
.pinned-note-content,
.pinned-note p,
.pinned-notes-section .note-content,
.pinned-notes-list .note-text {
    font-size: 1.125rem !important; /* 18px - match primary content */
    line-height: 1.6 !important;
}

/* Ensure question text also uses primary size */
.question-text,
.question-content,
.insights-question,
.insights-question-text {
    font-size: 1.125rem !important; /* 18px - match primary content */
    line-height: 1.6 !important;
}

/* Keep timestamps and metadata smaller */
.pinned-note-timestamp,
.note-metadata,
.note-source {
    font-size: 0.875rem !important; /* 14px - secondary info */
}

/* Pinned note headers */
.pinned-note-header,
.pinned-notes-title {
    font-size: 1.25rem !important; /* 20px - section header size */
    font-weight: 500 !important;
}

/* Ensure nested elements inherit properly */
.pinned-note-item,
.pinned-note-entry,
.pinned-notes-container {
    font-size: inherit !important;
}

/* Note annotations should also be readable */
.note-annotation,
.annotation-text {
    font-size: 1.125rem !important; /* 18px - match primary content */
    line-height: 1.5 !important;
}