/*
 * Pojo's CSS targets `a` inside the toolbar. After converting controls to
 * <button>, re-apply the same layout rules so the icon / panel don't shrink.
 */
#pojo-a11y-toolbar button.pojo-a11y-toolbar-link {
	appearance: none;
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	margin: 0;
	text-align: inherit;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button.pojo-a11y-toolbar-link {
	display: inline-block;
	font-size: 200%;
	line-height: 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button.pojo-a11y-toolbar-link:hover,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button.pojo-a11y-toolbar-link:focus {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button.pojo-a11y-toolbar-link {
	display: block;
	width: 100%;
	padding: 7px 12px;
	font-size: 80%;
	line-height: 1;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button.pojo-a11y-toolbar-link.active {
	font-weight: bold;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button.pojo-a11y-toolbar-link svg {
	padding-right: 6px;
	display: inline-block;
	width: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	vertical-align: middle;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button.pojo-a11y-toolbar-link .pojo-a11y-toolbar-text {
	vertical-align: middle;
}

body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button.pojo-a11y-toolbar-link svg {
	padding-left: 6px;
	padding-right: 0;
}

/*
 * Desktop edge tab is hidden below Bootstrap 3's md breakpoint
 * (#offcanvas-evaluation uses hidden-sm hidden-xs).
 * Show a sticky bottom CTA for those viewports instead.
 */
.mikelom-mobile-eval-cta {
	display: none;
}

@media (max-width: 991px) {
	.mikelom-mobile-eval-cta {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1040;
		padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid rgba(45, 91, 141, 0.18);
		box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
	}

	.mikelom-mobile-eval-cta__button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 48px;
		padding: 0.85rem 1.25rem;
		background: #2d5b8d;
		color: #fff !important;
		font-family: Raleway, Helvetica, Arial, sans-serif;
		font-size: 1rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		line-height: 1.2;
		text-align: center;
		text-decoration: none !important;
		border-radius: 2px;
	}

	.mikelom-mobile-eval-cta__button:hover,
	.mikelom-mobile-eval-cta__button:focus {
		background: #244a73;
		color: #fff !important;
		text-decoration: none !important;
	}

	.mikelom-mobile-eval-cta__button:focus-visible {
		outline: 2px solid #2d5b8d;
		outline-offset: 3px;
	}

	/* Keep page content above the sticky bar */
	body.has-mikelom-mobile-eval-cta {
		padding-bottom: 5.5rem;
	}
}
