/* Main column width */
.wp-block {
	max-width: 780px;
}
 
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1100px;
}
 
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}

.editor-styles-wrapper .editor-block-list__block h2 {
	font-size: 1.5em;
	font-weight: 700;
}

.editor-block-list__block,
.wp-block-latest-comments__comment {
	font-size: 1.2rem;
}

.editor-block-list__block-edit,
.editor-block-list__block {
	font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Matches entry-title in style.css. */
.editor-post-title__block .editor-post-title__input {
	font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #4ac6c9;
	padding-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1.5rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
}

.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li,
.block-editor__container ul li {
	line-height: 1.8;
}

.editor-styles-wrapper ol.wp-block-latest-comments li {
	margin-bottom: 1em;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
	margin: 0 0 1.5em 3em;
}

.wp-block-latest-comments__comment-excerpt p {
	color:#191e23;
}

.wp-block-latest-comments__comment-link,
.wp-block-latest-posts__post-date, 
.wp-block-latest-comments__comment-date {
	font-size: 0.9em;
	color:#191e23;
}

.wp-block-archives-dropdown select {
	border: 1px solid #ccc;
	color: #333;
	padding: 3px;
	border-radius: 3px;
	background: #fff;
}

.editor-styles-wrapper pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	word-wrap: break-word;
	white-space: pre-wrap;
	max-width: 100%;
}

.wp-block-table td, 
.wp-block-table th {
	border: 1px solid #cfcfcf;
}

