/* WFP Brand — Blue header with white elements */

/* Header background */
#eventcatalog-header {
  background-color: rgb(42 147 252) !important; /* WFP Primary #2A93FC */
  border-color: rgb(31 110 188) !important;
}

/* All header text white */
#eventcatalog-header,
#eventcatalog-header a,
#eventcatalog-header span,
#eventcatalog-header button {
  color: #ffffff !important;
}

/* White logo */
#eventcatalog-header img[alt="WFP"] {
  filter: brightness(0) invert(1) !important;
}

/* White themed icons (GitHub, etc.) */
#eventcatalog-header .ec-themed-icon {
  filter: brightness(0) invert(1) !important;
}

/* White mobile menu icon */
#eventcatalog-header svg.fill-current {
  color: #ffffff !important;
}

/* Dark mode */
[data-theme="dark"] #eventcatalog-header {
  background-color: rgb(31 110 188) !important; /* WFP Accent #1f6ebc */
  border-color: rgb(13 79 138) !important;
}
