.veylen-mentions-dropdown {
    position: absolute;
    z-index: 2000;
    border: 1px solid #c6d1dc;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    max-height: 280px;
    overflow-y: auto;
}

.veylen-mentions-item {
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    cursor: pointer;
}

.veylen-mentions-item:hover,
.veylen-mentions-item.is-selected {
    background: #f0f5fa;
}

.veylen-mentions-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    background: #dbe3ea;
}

.veylen-mentions-avatar--empty {
    display: inline-block;
}

.mention {
    font-weight: 600;
    text-decoration: none;
}
