/*
 * Layout: Classic — logo left, horizontal menu on the right.
 *
 * This is the theme's default arrangement (also the base.css baseline). Rules
 * here are re-asserted under body.layout-classic so switching back from another
 * layout always restores the classic header, regardless of the active scheme.
 */

body.layout-classic .site-header__inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

