/**
 * Floweralba header menu (site-wide, PC only).
 *
 * Styles the WP menu that the injector drops into `.header-right`.
 * Hidden by default; shown only on desktop so the mobile header keeps
 * its native layout.
 */

/* Hidden until JS moves it in / outside the desktop breakpoint. */
.floweralba-header-menu {
	display: none;
}

#floweralba-header-menu-src {
	display: none !important;
}

@media only screen and (min-width: 993px) {
	.c27-main-header .header-right .floweralba-header-menu {
		display: flex;
		align-items: center;
		margin-right: 18px;
	}
}

.c27-main-header .header-right .floweralba-header-menu .floweralba-header-menu-list {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c27-main-header .header-right .floweralba-header-menu .floweralba-header-menu-list > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c27-main-header .header-right .floweralba-header-menu .floweralba-header-menu-list > li > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5px;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	color: #3a3a44;
	text-decoration: none;
	transition: color 0.15s ease;
}

.c27-main-header .header-right .floweralba-header-menu .floweralba-header-menu-list > li > a:hover,
.c27-main-header .header-right .floweralba-header-menu .floweralba-header-menu-list > li > a:focus {
	color: #e6498f;
}

/* Material icon glyph rendered by the [27-icon] shortcode. */
.c27-main-header .header-right .floweralba-header-menu .floweralba-header-menu-list > li > a .mi {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1;
}
