/**
 * [kw_menu_display] — layout only.
 *
 * flex-direction, flex-wrap and gap are UX Builder options, so they arrive as
 * a per-instance <style> block from ux_builder_element_style_tag(); the values
 * below are only the fallback for a shortcode rendered without them.
 *
 * Link colour and type deliberately live with whoever places the element —
 * assets/css/footer.css styles `.smarti-footer__linklist .ux-menu-link__link`
 * — so the same menu can sit in a dark footer and a light sidebar without this
 * file knowing about either.
 */
.kw-menu-display {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px 24px;
}

.kw-menu-display .ux-menu-link__link {
	display: flex;
	align-items: center;
}
