/* Cointacted's compact, hierarchical presentation for SnapCommunity navigation. */
body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation > .snapweb-left-navigation__entry > a {
	min-height: 42px;
	padding: .45rem .6rem;
	background: transparent !important;
	color: inherit !important;
	font-size: .86rem;
	font-weight: 700;
}

body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation > ul {
	margin-top: .15rem;
	margin-bottom: .35rem;
}

body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation li > a,
body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation li > .snapweb-left-navigation__entry > a {
	min-height: 38px;
	gap: .55rem;
	padding: .4rem .55rem;
	border-radius: 9px;
	font-size: .81rem;
	font-weight: 600;
}

.cointacted-snapcommunity-navigation li > ul {
	margin: .1rem 0 .3rem .75rem;
	padding-left: .55rem;
}

body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation li li > a {
	min-height: 34px;
	padding-block: .3rem;
	font-size: .77rem;
}

body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation .current-menu-ancestor:not(.current-menu-item) > a,
body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation .current-menu-ancestor:not(.current-menu-item) > .snapweb-left-navigation__entry > a {
	background: transparent !important;
	color: inherit;
}

.snapweb-menu-state--indicator .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation .current-menu-ancestor:not(.current-menu-item) > a::before,
.snapweb-menu-state--indicator .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation .current-menu-ancestor:not(.current-menu-item) > .snapweb-left-navigation__entry > a::before,
.snapweb-menu-state--indicator .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation > .snapweb-left-navigation__entry > a::before {
	opacity: 0 !important;
	transform: scaleY(.35) !important;
}

body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation .current-menu-item > a,
body.snapweb-app-shell .snapweb-left-navigation__panel .cointacted-snapcommunity-navigation .current-menu-item > .snapweb-left-navigation__entry > a {
	color: var(--snapweb-color-brand);
}
