/* Menu Placeholder Items — frontend styling
 * Loaded conditionally only if the theme doesn't already style
 * .mpi-is-placeholder itself (see class-mpi-menu-render.php enqueue).
 */

li.mpi-is-placeholder > span {
	cursor: default;
}

li.mpi-is-placeholder > span:hover,
li.mpi-is-placeholder > span:focus {
	text-decoration: none;
}
