/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.block-editor-page p.wp-block-paragraph {
	font-family: "Campton", sans-serif;
	font-size: 1.1rem;
	line-height: 1.3 !important;
	font-weight: 400;
}

.block-editor-page .wp-block-pullquote{
	border-top: 3px dashed;
	border-bottom: 3px dashed;
}




.block-editor-page .wp-block-pullquote p, .block-editor-page .wp-block-pullquote__citation{
	font-family: "Courier", monospace;
	line-height: 1.3;
	text-transform: none;
}

.block-editor-page .wp-block-pullquote.is-style-long-quote p{
	font-size: 1.3em;
}

.block-editor-page .wp-block-pullquoteis-style-very-long-quote{
	border-top: 2px dashed;
	border-bottom: 2px dashed;
}


.block-editor-page .wp-block-pullquote.is-style-very-long-quote p{
	font-size: 1em;
}

.block-editor-page .fwo-breaking-news .wp-block-getwid-toggle__row{
	background-color: yellow;
	padding: 1rem;
}

.block-editor-page .fwo-explainer .wp-block-getwid-toggle__row{
	background-color: lightgray;
}

.block-editor-page .fwo-special-caption{

}

.block-editor-page figcaption{
	font-family: "Courier", monospace !important;
	font-size: .85rem  !important;
	text-align: left;
}

.block-editor-page .wp-block-image figcaption{
	background-color: #5887ff;
	color: white;
	padding: 0.35em;
}

.block-editor-page .wp-block-image.is-style-small-image{
	width: 200px;
}

.block-editor-page .wp-block-image.is-style-medium-image{
	width: 500px;
}

.block-editor-page .fwo-special-caption p {
	font-family: "Courier", monospace !important;
	font-size: .85rem  !important;
	background-color: #5887ff;
	color: white;
	padding: 0.35em;
}


.block-editor-page	.wp-block-separator.is-style-module-end {
	    border-top: 20px solid black !important;
	    border-bottom: none;
	    width: 20px;



