#tooltip-editor {
	height: 200px;
	width: 100%;
	padding: 4px 4px 4px 10px;

	ul {
		list-style-type: circle;
	}
	ol {
		list-style-type: decimal;
	}
	li {
		list-style-position: inside;
		margin-left: 4px;
	}
	b {
		font-weight: bold;
	}
	i {
		font-style: italic;
	}
	u {
		text-decoration: underline;
	}

}

#tooltip-editor-container {
	width: 100%;
	max-width: 80vw;
	z-index: 1200;
}

#tooltip-editor-balloon {
	z-index: 1200;
}

#tooltip-editor-container .__toolbar {
	padding: 4px;

	> button {
		padding: 4px;
		display: flex;
		align-items: center;
		justify-content: center;

		> i {
			margin-top: 4px;
		}
	}
}

.tooltip-button {
	background-image: url("/assets/media/svg/icon/help.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	overflow: hidden;
}

