/* =============================================================
   GSK Redesign — Logo & Header Size Fix  (v2)
   Logo target: ~52px tall (matches UNICEF compact bar proportion)
   ============================================================= */

/* ── Site header — tighter but not cramped ── */

/* ── Custom logo link wrapper (WordPress output) ── */
/* =============================================================
   GSK Redesign — Logo & Header Size Fix
   ============================================================= */

.gsk-site-header {
  padding: 12px 5%;
}

.custom-logo-link {
  display: inline-flex;
  width: auto;
}

.custom-logo {
  height: 70px !important;
  width: auto !important;
}

.gsk-logo-text {
  font-size: 19px;
}

.gsk-btn-donate {
  font-size: 13px;
  padding: 11px 24px;
}

/* =============================================================
   About Us page — remove whitespace between hero and stats band
   ============================================================= */

.gsk-main {
  padding: 0;
  margin: 0;
}

.gsk-ph-stripe {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.gsk-ph {
  margin-bottom: 0;
  padding-bottom: 0;
}

.gsk-au-stats {
  margin-top: 0;
}

.gsk-ph-content p:empty,
.gsk-ph p:empty {
  display: none;
}

.wp-site-blocks {
  padding-top: 0 !important;
}

.entry-content,
.wp-block-post-content {
  padding: 0;
  margin: 0;
}