.ubk_abstract_review__section_nav {
	position: fixed;
	z-index: 10014;
	top: 50%;
	left: var(--section-nav-left, auto);
	right: auto;
	display: grid;
	overflow: hidden;
	border: 1px solid #d2beb5;
	border-radius: 20px;
	background: rgba(255, 253, 250, .96);
	box-shadow: 0 6px 20px rgba(63, 39, 33, .14);
	transform: translateY(-50%);
}

.ubk_abstract_review__section_nav[hidden] {
	display: none !important;
}

.ubk_abstract_review__section_nav button {
	display: grid;
	width: 39px;
	min-height: 43px;
	padding: 4px 0;
	place-items: center;
	gap: 0;
	border: 0;
	background: transparent;
	color: #8f4541;
	cursor: pointer;
}

.ubk_abstract_review__section_nav button:first-child {
	border-bottom: 1px solid #e1d3cc;
}

.ubk_abstract_review__section_nav button:last-child {
	border-top: 1px solid #e1d3cc;
}

.ubk_abstract_review__section_nav button:hover,
.ubk_abstract_review__section_nav button:focus-visible {
	background: #f2e5e0;
	outline: none;
}

.ubk_abstract_review__section_nav button:disabled {
	color: #c8b9b3;
	cursor: default;
}

.ubk_abstract_review__section_nav button:disabled:hover {
	background: transparent;
	outline: 0;
}

.ubk_abstract_review__section_nav button span {
	font-size: 16px;
	line-height: 1;
}

.ubk_abstract_review__section_nav button small {
	font-size: 9px;
	line-height: 1;
}

.ubk_abstract_review__section_nav output {
	display: grid;
	min-height: 32px;
	padding: 0 3px;
	place-items: center;
	color: #74635d;
	font-size: 9px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

/* Reserve an outside gutter without covering report text. */
@media (min-width: 761px) {
	[data-ubk-review].has-section-navigation .ubk_abstract_review__dialog {
		max-width: calc(100vw - 120px);
	}
}

@media (max-width: 760px) {
	[data-ubk-review].has-section-navigation .ubk_abstract_review__results:not(.is-empty) {
		box-sizing: border-box;
		padding-right: 54px;
	}

	.ubk_abstract_review__section_nav {
		left: auto;
		top: auto;
		right: 8px;
		bottom: 18px;
		transform: none;
	}
}
