/* Learnaroo public navigation release LH-UX-007 r3.
 * Immutable queryless asset: publish a new pathname for any successor. */
.lh-drawer[aria-hidden="true"] {
	visibility: hidden;
}

.lh-drawer.lh-drawer--open,
.lh-drawer[aria-hidden="false"] {
	visibility: visible;
}

.lh-dnav > .lh-dsec__h:first-child {
	border-top: 0;
}

.lh-dsec__row {
	display: flex;
	align-items: stretch;
	border-top: 1px solid #f0ecfa;
}

.lh-dnav > .lh-dsec__row:first-child {
	border-top: 0;
}

.lh-dsec__row .lh-dsec__h {
	flex: 1;
	width: auto;
	border-top: 0;
}

.lh-dsec__expander {
	flex: 0 0 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	color: #938bba;
	cursor: pointer;
}

.lh-dsec__expander:hover {
	background: #faf7ff;
	color: #6b2fa0;
}

.lh-dsec__expander:focus-visible {
	outline: 3px solid #6b2fa0;
	outline-offset: -4px;
}
