.mention-highlight {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.mention-dropdown {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
}

.mention-highlighter {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    pointer-events: none;
    z-index: 1;
    color: transparent;
}