/*
 * ALLOut Resources (Prospects on Trial) — the dynamic menu item's highlight.
 *
 * Loaded on every front page because the item can sit in a header menu anywhere.
 * Deliberately tiny and low-specificity so it tints the item in whatever menu it
 * lands in (native, account dropdown, portal strip) without fighting the theme's
 * own menu styling. The item carries the class .aopr-menu-item (added in
 * Menu_Item::setup_item()).
 *
 * @author ALLOut Security
 * @link    https://alloutsecurity.com
 */

.menu li.aopr-menu-item > a,
li.aopr-menu-item > a,
.aopr-menu-item > a,
.menu li.aopr-prospects > a,
li.aopr-prospects > a,
.aopr-prospects > a {
	font-weight: 600;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(232, 50, 63, .35);
	position: relative;
}

.aopr-menu-item > a::before,
.aopr-prospects > a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	border-radius: 999px;
	background: #E8323F;
	vertical-align: middle;
}
