.mybbeditor {
	
	.markItUp  {
		width: 100%;
		margin: 0;
		
		a:link,
		a:visited {
			color: var(--color-accent);
			text-decoration: none;
		}
		
		.markItUpContainer  {
			font-family: var(--font-primary);
			font-size: 0.75rem;
			
			.markItUpEditor {
				padding: 0.25rem;
				width: 100%;
				height: unset;
				clear: both;
				line-height: 1.25em;
				overflow: auto;
				scrollbar-width: thin;
			}
			
			.markItUpHeader ul {
				
				li:not(.markItUpButton10) ul a:hover  {
					color: var(--color-text-on-accent);
					background-color: var(--color-accent);
				}
				
				li.charactertagger_button a {
					background-image: none !important;
					position: relative;
					overflow: visible;
					padding: 0;
					
					&:after {
						content: "\f02b";
						font-family: "Font Awesome 7 Pro";
						font-weight: 900;
						-webkit-font-smoothing: antialiased;
						position: absolute;
						top: 50%;
						left: 50%;
						transform: translate(-50%, -50%);
						text-indent: 0;
						font-size: 0.875rem;
					}
				}
			}
		}
	}
}