#file-autocomplete-menu.slashes-menu {
	max-height: 70vh !important;
}

#file-autocomplete-menu.slashes-menu>div {
	border-bottom-color: #e85d2a;
}

#file-autocomplete-menu.slashes-menu>div:hover,
#file-autocomplete-menu.slashes-menu>div.hover {
	background-color: #e85d2a17;
}

.tool-command-tag.slash-command-chip {
	border-bottom: 1px dotted #e85d2a;
	color: #e85d2a;
	text-decoration: none;
	text-shadow: 0.6px 0 0 currentColor;
}

.tool-command-tag.slash-command-chip * {
	color: #e85d2a;
	text-decoration: none;
	text-shadow: 0.6px 0 0 currentColor;
}

.tool-command-tag.tool-command-tag-removable {
	position: relative;
	display: inline-block;
	overflow: visible !important;
	margin-left: 18px;
	max-width: none;
}

.tool-command-tag-delete {
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #d52f2f;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 1;
    font-weight: normal;
    
	cursor: pointer;
	user-select: none;
	z-index: 2;
	overflow: visible !important;
	white-space: normal !important;
}

.tool-command-tag-delete:hover {
	background: #b91c1c;
}
