/* ============================================================
   site-v36.css — Compact header height (v1.7.2)
   Reduce vertical padding; logo size untouched.
   ============================================================ */

.site-header .container {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* Let the logo overflow the slim bar without forcing height */
.site-header .brand { margin: -6px 0 !important; }

/* Trim utility bar too */
.utility-bar { padding: 4px 0 !important; }

@media (max-width: 880px) {
  .site-header .container { padding-top: 2px !important; padding-bottom: 2px !important; }
  .site-header .brand { margin: -4px 0 !important; }
}
