/* Places the optional menu underline outside the link box, below its text. */
.mod-mobile-fullscreen-menu__nav .menu-item > a::after {
	bottom: calc( -1 * var( --mod-mobile-menu-underline-gap, 8px ) );
}
