/* Shared theme defaults kept in the same asset layer as the supplied reference theme. */
:focus-visible {
	outline: 3px solid #0488ef;
	outline-offset: 3px;
}

::selection {
	background: #006fc9;
	color: #ffffff;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bypostauthor {
	display: block;
}

