/* WordPress-environment overrides for the Flow Motion theme. rc1.css itself is untouched. */
.wp-site-blocks{padding:0}
body{margin:0}
.admin-bar .site-header{top:32px}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
main.wp-block-group>.wp-block-post-content{display:block}

/* ---- Header: logo sizing + one-line nav ---- */
.site-header .header-inner{align-items:center;flex-wrap:nowrap;gap:24px}
.site-header .brand{display:inline-flex;align-items:center;line-height:0;color:var(--ink);padding:0;flex:0 0 auto}
.site-header .brand:hover{opacity:.85}
.site-header .brand img.fm-logo{display:block;height:54px;width:auto;max-width:220px}
.site-header .brand svg.fm-logo{display:block;height:54px;width:117px}
.site-header .primary-nav{flex:1 1 auto;min-width:0;display:flex;justify-content:center}
.site-header .primary-nav>ul{flex-wrap:nowrap;gap:2px}
.site-header .primary-nav .navlink{white-space:nowrap;-webkit-appearance:none;appearance:none;height:44px;display:inline-flex;align-items:center;line-height:normal}
.site-header .header-actions{flex:0 0 auto}
@media(max-width:1080px){.site-header .primary-nav>ul{gap:0}.site-header .navlink{padding:10px 10px}}
@media(max-width:960px){.site-header .brand img.fm-logo{height:46px}.site-header .brand svg.fm-logo{height:46px;width:100px}}
