/**
 * WordPress core compatibility classes.
 */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: var(--jrich-space-sm, 0.75rem);
	top: var(--jrich-space-sm, 0.75rem);
	width: auto;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: var(--jrich-color-green, #1c5c47);
	color: var(--jrich-color-white, #ffffff);
	text-decoration: none;
}

.skip-link {
	position: absolute;
	z-index: 100000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	display: block;
	max-width: var(--jrich-width-wide, 72rem);
	margin-inline: auto;
}

.alignfull {
	display: block;
	width: 100%;
	max-width: none;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.sticky,
.bypostauthor {
	display: block;
}

.wp-block-image img,
.wp-post-image,
img {
	max-width: 100%;
	height: auto;
}

.jrich-form__honeypot {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}
