css
.KBArticleRightContainer__title {
    display: none !important;
}

.KBArticleRightContainer__title, 
.KBArticleRightContainer__description,
.KBArticleRightContainer__descriptionAvatar {
    display: none !important;
}

.KBArticleRightContainer__categoryDescription {
    display: none !important;
}

/* A2Z Events — Header Overrides */

#headerContainer {
  background: #4f1964;
  border-bottom: 3px solid #aed768;
  min-height: 280px;
}

.Header__headerContainer {
  width: 100%;
  height: 100%;
}

.Header__headerRow {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 280px;
  padding: 32px 24px;
  box-sizing: border-box;
  gap: 16px;
}

/* Logo section */
.Header__headerBrand {
  width: auto !important;
}

.Header__brand,
.Header__brandFlexible {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px;
}

.Header__brandLogoImg {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
}

.Header__brandName {
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  letter-spacing: 0.1em;
}

/* Search bar */
.Header__headerSearch {
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
}

.Header__headerSearchInner {
  width: 100%;
}

/* Hide nav tabs */
.Header__headerNav {
  display: none !important;
}
