/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/* .wp-block-estcp-core-show-more {

} */

/* Migrated */
html#no-js .wp-block-estcp-core-show-more .show-more-toggle,
.wp-block-estcp-core-show-more .show-more {
	display: none;
}
.wp-block-estcp-core-show-more .show-more-toggle,
html#no-js .wp-block-estcp-core-show-more .show-more {
	display: block;
}
.wp-block-estcp-core-show-more .show-more-toggle {
	color: #00ab97;
	cursor: pointer;
}
.wp-block-estcp-core-show-more .show-more-toggle::after {
	content: "›";
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.125rem;
	vertical-align: middle;
	padding: 0 .75rem;
}
.wp-block-estcp-core-show-more .show-more-toggle.visible::after {
	content: "‹";
}
.wp-block-estcp-core-show-more .show-more-content {
	display: none;
}
.wp-block-estcp-core-show-more .show-more > *:last-child {
	margin-bottom: 0;
}
