/* ——— ITI Week 2026 — header promo strip ——— */

/* Hidden until JS builds the strip */
#iti-week-banner {
  display: none;
}

/* ── Full-width strip between branding row and nav ── */
.iti-promo-strip {
  background:   #ffffff;
  padding:      0;
  line-height:  0;
  display:      block;
  /* Break out of the container-fluid 15px horizontal padding */
  margin-left:  -15px;
  margin-right: -15px;
}

.iti-promo-strip #iti-week-banner {
  display: block;
}

/* Anchor covers the full strip width — entire ribbon is clickable */
.iti-promo-strip #iti-week-banner a {
  display:         block;
  line-height:     0;
  width:           100% !important;
  height:          100% !important;
  background:      none !important;
  text-indent:     0    !important;
  background-size: auto !important;
}

.iti-promo-strip #iti-week-banner img {
  display:    block;
  width:      100%;
  height:     auto;
  max-height: 180px;
  object-fit: cover;
  object-position: left center;
}

/* No dismiss in integrated mode */
#iti-week-banner .iti-dismiss {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .iti-promo-strip #iti-week-banner img {
    max-height: 100px;
  }
}
