@charset "utf-8";
.editor-styles-wrapper mark{font-style:normal;background-color:transparent;}
.editor-styles-wrapper a{color:#d29576;}
.editor-styles-wrapper strong{font-weight:bold;}
.editor-styles-wrapper ul{padding-left:30px;}
.editor-styles-wrapper ul li{list-style:circle;}
.editor-styles-wrapper ul li+li,
.editor-styles-wrapper ol li+li{margin-top:8px;}
.editor-styles-wrapper ul li::marker,
.editor-styles-wrapper ol li::marker{color:#d29576;}
.editor-styles-wrapper ol{
	counter-reset:my-counter;
	list-style:none;
	padding:0;
	margin:margin:2rem 0 0 0;
}
.editor-styles-wrapper ol li{
	position:relative;
	padding-left:30px;
}
.editor-styles-wrapper ol li:before{
	content:counter(my-counter);
	counter-increment:my-counter;
	background-color:#d29576;
	border:1px solid;
	border-radius:50%;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	height:26px;
	width:26px;
	color:#fff;
	line-height:1;
	position:absolute;
	top:2px;
	left:0;
}
.editor-styles-wrapper h1.wp-block-post-title{
	border:3px solid #000;
	background-color:transparent!important;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6{
	display:block;
	font-weight:bold;
}
.editor-styles-wrapper .wp-block-image{overflow:hidden;}
.editor-styles-wrapper .wp-block-image.size-full{margin-bottom:0;}
.editor-styles-wrapper .wp-block-image.size-full+.wp-block-image.size-full{margin-top:0;}
.editor-styles-wrapper .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-embed figcaption{font-size:1.1rem;}
.editor-styles-wrapper > *+*{margin-top:32px;}

.editor-styles-wrapper .has-background{padding:0!important;background-color:transparent!important;}
.editor-styles-wrapper strong.has-background,
.editor-styles-wrapper span.has-background{display:inline-block;}
.editor-styles-wrapper p.has-background{display:inline;}
.editor-styles-wrapper *:not(mark).has-background.has-white-background-color{background:linear-gradient(transparent 60%,#fff 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-lightpink-background-color{background:linear-gradient(transparent 60%,#d29576 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-pink-background-color{background:linear-gradient(transparent 60%,#ae4915 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-yellow-background-color{background:linear-gradient(transparent 60%,#fffdc7 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-lightgreen-background-color{background:linear-gradient(transparent 60%,#d7ece9 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-green-background-color{background:linear-gradient(transparent 60%,#6e9d97 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-lightblue-background-color{background:linear-gradient(transparent 60%,#bfd0ea 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-blue-background-color{background:linear-gradient(transparent 60%,#6888b8 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-lightpurple-background-color{background:linear-gradient(transparent 60%,#ead8f4 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-purple-background-color{background:linear-gradient(transparent 60%,#a279ba 60%);}
.editor-styles-wrapper *:not(mark).has-background.has-gray-background-color{background:linear-gradient(transparent 60%,#8d8d8d 60%);}
.editor-styles-wrapper mark.has-inline-color.has-white-color,
.editor-styles-wrapper .has-text-color.has-white-color{color:#fff;}
.editor-styles-wrapper mark.has-inline-color.has-lightpink-color,
.editor-styles-wrapper .has-text-color.has-lightpink-color{color:#d29576;}
.editor-styles-wrapper mark.has-inline-color.has-pink-color,
.editor-styles-wrapper .has-text-color.has-pink-color{color:#ae4915;}
.editor-styles-wrapper mark.has-inline-color.has-yellow-color,
.editor-styles-wrapper .has-text-color.has-yellow-color{color:#fffdc7;}
.editor-styles-wrapper mark.has-inline-color.has-lightgreen-color,
.editor-styles-wrapper .has-text-color.has-lightgreen-color{color:#d7ece9;}
.editor-styles-wrapper mark.has-inline-color.has-green-color,
.editor-styles-wrapper .has-text-color.has-green-color{color:#6e9d97;}
.editor-styles-wrapper mark.has-inline-color.has-lightblue-color,
.editor-styles-wrapper .has-text-color.has-lightblue-color{color:#bfd0ea;}
.editor-styles-wrapper mark.has-inline-color.has-blue-color,
.editor-styles-wrapper .has-text-color.has-blue-color{color:#6888b8;}
.editor-styles-wrapper mark.has-inline-color.has-lightpurple-color,
.editor-styles-wrapper .has-text-color.has-lightpurple-color{color:#ead8f4;}
.editor-styles-wrapper mark.has-inline-color.has-purple-color,
.editor-styles-wrapper .has-text-color.has-purple-color{color:#a279ba;}
.editor-styles-wrapper mark.has-inline-color.has-gray-color,
.editor-styles-wrapper .has-text-color.has-gray-color{color:#8d8d8d;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#fff"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#fff;"]{background:linear-gradient(transparent 60%,#fff 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#d29576"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#d29576;"]{background:linear-gradient(transparent 60%,#d29576 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#ae4915"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#ae4915;"]{background:linear-gradient(transparent 60%,#ae4915 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#fffdc7"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#fffdc7;"]{background:linear-gradient(transparent 60%,#fffdc7 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#d7ece9"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#d7ece9;"]{background:linear-gradient(transparent 60%,#d7ece9 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#6e9d97"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#6e9d97;"]{background:linear-gradient(transparent 60%,#6e9d97 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#bfd0ea"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#bfd0ea;"]{background:linear-gradient(transparent 60%,#bfd0ea 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#6888b8"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#6888b8;"]{background:linear-gradient(transparent 60%,#6888b8 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#ead8f4"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#ead8f4;"]{background:linear-gradient(transparent 60%,#ead8f4 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#a279ba"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#a279ba;"]{background:linear-gradient(transparent 60%,#a279ba 60%)!important;}
.editor-styles-wrapper mark.has-inline-color[style="background-color:#8d8d8d"],
.editor-styles-wrapper mark.has-inline-color[style="background-color:#8d8d8d;"]{background:linear-gradient(transparent 60%,#8d8d8d 60%)!important;}
.editor-styles-wrapper .wp-block-table{width:100%;margin:0 auto;}
.editor-styles-wrapper .wp-block-table tr{border-top:3px solid #f2eae6;}
.editor-styles-wrapper .wp-block-table td{background-color:#fff;}
.editor-styles-wrapper .wp-block-table td:first-child{background-color:#edd3c5;}
.editor-styles-wrapper .youtube,
.wp-block-embed__wrapper{position:relative;display:block;width:100%;}

@media screen and (max-width:1159.98px){
	.editor-styles-wrapper .wp-block-table td{padding:6px 10px;}
	.editor-styles-wrapper .youtube:before,
	.wp-block-embed__wrapper:before{
		content:"";
		display:block;
		width:100%;
		height:0;
		padding-top:56.25%;
	}
	.editor-styles-wrapper .youtube iframe,
	.wp-block-embed__wrapper iframe{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
	}
}
@media screen and (min-width:1160px){
	.editor-styles-wrapper .wp-block-table td{padding:10px 16px;}
}

