.contentIframeClass {
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}

.dummyFrameClass,
.dummyIFrameClass {
	display: none;
}

.publication-toolbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.publication-toolbar nav {
	position: relative;
	width: 100%;
	height: 100%;
}

.page-status {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
	min-width: 44px;
	min-height: 44px;
	color: #1a1a1a;
	background-color: #ffffff;
	border: 2px solid #333333;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	pointer-events: auto;
}

.prev:hover:not(:disabled),
.next:hover:not(:disabled) {
	background-color: #f0f0f0;
}

.prev:disabled,
.next:disabled {
	visibility: hidden;
	pointer-events: none;
}

.prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:focus-visible,
.next:focus-visible,
.skip-link:focus-visible,
.contentIframeClass:focus-visible {
	outline: 3px solid #005fcc;
	outline-offset: 2px;
}

.skip-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0.75rem 1rem;
	font: 1rem system-ui, -apple-system, "Segoe UI", sans-serif;
	color: #ffffff;
	background-color: #005fcc;
	text-decoration: none;
	transform: translateY(-120%);
}

.skip-link:focus,
.skip-link:focus-visible {
	transform: translateY(0);
}

html,
body {
	margin: 0;
	overflow: hidden;
	height: 100%;
	background-color: #ffffff;
	color: #1a1a1a;
}

@media (prefers-reduced-motion: reduce) {
	.prev,
	.next,
	.skip-link {
		transition: none;
	}
}
