.varholder {
	background: var(--base-color);
	color: var(--base-foreground-color);
	padding: 2px 2px;
	outline-offset: -2px;
	line-height: 1em;
	margin: 0 1px;
}

.varholder::selection {
	display: none;
}

	
.varholder-dropdown {
	& .ck-dropdown__panel {
		max-height: 300px;
		overflow: auto; /* Add scrollbars if content exceeds max-height */
	}
	& .ck-button__label {
		width: unset !important;
		max-width: 7em;
	}
}