.note-box {
    border: 2px solid;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 7px;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.note-icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    flex-shrink: 0;
    margin-top: 0.125rem; /* Optional: for better vertical alignment */
}

.note-content {
    flex: 1;
}
