/* General
---------------------------------------- */
.wp-block {
	max-width:1377px !important;
}

.block-editor-block-list__block:not([data-type="wp-bootstrap-blocks/container"]):not([data-type="wp-bootstrap-blocks/row"]):not([data-type="wp-bootstrap-blocks/column"]):not(.editor-block-list__block):not(.is-selected):not(.has-child-selected):hover::before {
	background-color: rgba(139, 139, 150, 0.1);
	outline: 1px dashed #8d96a0;
	padding: 22px;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	text-align: left;
}

.block-editor__container img {
	width: 25%;
}


/* Stats Feature
---------------------------------------- */


/* Quotes Feature
---------------------------------------- */
.quote-feature img {
	display: none !important;
}
.quote-feature hr {
	width: 5rem;
	margin-left: 0;
}


/* Text & Image Feature
---------------------------------------- */