/* Estilo base para o editor */
div[data-editor='wysiwyg'] {
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	min-height: 150px;
	padding: 0.5rem;
	background-color: white;
	white-space: pre-wrap;
	overflow-y: auto;
	cursor: text;
	outline: none;
	line-height: 1.5;
}

/* Focus estilo */
div[data-editor='wysiwyg']:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Reset de margens internas dos blocos */
div[data-editor='wysiwyg'] p,
div[data-editor='wysiwyg'] h1,
div[data-editor='wysiwyg'] h2,
div[data-editor='wysiwyg'] h3,
div[data-editor='wysiwyg'] h4,
div[data-editor='wysiwyg'] h5,
div[data-editor='wysiwyg'] h6 {
	margin: 0;
	padding: 0;
}

.emoji {
	width: 32px;
	height: 32px;
	background-size: 160px 160px;
	background-repeat: no-repeat;
	border: none;
	padding: 0;
	display: inline-block;
}