/**
 * MLS Genie™ — Front-end chrome.
 *
 * Small pieces the plugin adds to a client's public site that are not part of
 * any one feature's stylesheet: menu integrations, shortcode wrappers, and
 * similar. Loaded site-wide alongside the navigation progress bar.
 *
 * Feature stylesheets stay with their feature. This is only for the bits that
 * would otherwise have nowhere to live and end up inline.
 */

/* Voice search button when added to a theme's main menu. The theme owns the
   button's appearance; this only settles it into the menu row. */
.mlsg-menu-item {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
