/* WordPress integration styles for source-based theme */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.alison-page-content > * {
	margin-bottom: 1rem;
}

.alison-page-content a {
	color: #0f766e;
	text-decoration: underline;
}

.alison-pagination ul {
	display: flex;
	gap: 0.5rem;
	padding: 0;
	list-style: none;
}

.alison-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
}

.alison-pagination .page-numbers.current {
	border-color: #000;
	font-weight: 700;
}

