/**
 * Site header: solid brand-navy background (--blue, #231a64) for the top
 * logo/search/login row (`<header>` itself -- previously
 * style-v2.min.css's `var(--black)`), rather than hand-editing that
 * vendored stylesheet. Loaded after it, so this wins the cascade without
 * a `!important` fight.
 *
 * The `.navbar` row underneath (primary menu links + "Read Magazine" /
 * "Submit your article") deliberately keeps its own original white
 * design from style-v2.min.css -- untouched here, per the site owner's
 * own call after seeing the all-navy version.
 *
 * The search box's hardcoded pure-black background is swapped for
 * --dblue so it isn't a flat-black rectangle against the header's new
 * navy (the two were indistinguishable before, when the header itself
 * was also black).
 *
 * @package Uni_Theme
 */

header {
	background: var(--blue, #231a64);
}

.top-menu .input-group,
.mob-menu .input-group {
	background: var(--dblue, #1b1947) !important;
}
