/* Page-to-page destinations are links, not actions. Outside the site header,
 * remove Divi's button box treatment while preserving module placement. */
a.sr-a11y-page-navigation-link {
	display: inline-block !important;
	max-width: 100% !important;
	min-width: 0 !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--sr-a11y-page-link-color, #476318) !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-transform: none !important;
	text-align: center !important;
	white-space: normal !important;
	vertical-align: middle !important;
	text-decoration-line: underline !important;
	text-decoration-color: currentColor !important;
	text-decoration-thickness: 0.1em !important;
	text-underline-offset: 0.18em !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 !important;
	transition: text-decoration-thickness 0.15s ease !important;
}

a.sr-a11y-page-navigation-link::before,
a.sr-a11y-page-navigation-link::after {
	content: none !important;
	display: none !important;
}

a.sr-a11y-page-navigation-link:hover,
a.sr-a11y-page-navigation-link:focus-visible,
a.sr-a11y-page-navigation-link:visited {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--sr-a11y-page-link-color, #476318) !important;
	text-decoration-line: underline !important;
	text-decoration-color: currentColor !important;
	text-decoration-thickness: 0.16em !important;
	text-shadow: none !important;
	-webkit-text-stroke: 0 !important;
}


.sr-a11y-page-navigation-link-wrapper {
	line-height: inherit;
}
