:root {
	--pu-brand-blue: #091f30;
	--pu-brand-blue-rgb: 9 31 48;
	--pu-brand-blue-200: #195686;
	--pu-brand-blue-200-rgb: 25 86 134;
	--pu-brand-orange: #E77500;
	--pu-brand-orange-rgb: 231 117 0;
	--pu-brand-white: #FFF;
	--pu-brand-white-rgb: 255 255 255;
	--pu-brand-grey: #F8F9FA;
	--pu-brand-grey-rgb: 248 249 250;
	--pu-brand-accent: #75f4ff;
	--pu-brand-accent-rgb: 117 244 255;
	--pu-header-color: --pu-brand-grey;
	--pu-megamenu-color: --pu-brand-white;
	--pu-megamenu-link-color: --pu-brand-blue;
	--pu-megamenu-link-color-hover: --pu-brand-orange;
}
div.widget-oob, div.widget-cloned, div.widget-new, div.widget-customized {
	overflow: visible;
}
button.widget-diagnostics-info:hover::after, button.legend-icon:hover::after {
	content: attr(aria-label);
	position: absolute;
	background: #333;
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 1.4rem;
	font-family: system-ui, sans-serif;
	font-weight: normal;
	white-space: nowrap;
	pointer-events: none;
	z-index: 1000;
	right: 22px;
}