@charset "UTF-8";

/* TEXT */

.advanced-editor h1,
.advanced-editor h2,
.advanced-editor h3,
.advanced-editor h4,
.advanced-editor h5,
.advanced-editor h6 {
	font-family: montserrat;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-weight: 800;
	color: var(--black);
}

.advanced-editor p {
	font-size: 1.2rem;
	line-height: 27px;
}

/* TABLE */

.advanced-editor td,
.advanced-editor th{
	padding:6px;
}

.advanced-editor table{
	margin-bottom:20px;
}

/* IMG */

.advanced-editor img{
	max-width:100%;
	height: auto !important;
}

/* IFRAME */

.advanced-editor iframe{
	max-width:100%;
}