/*
 * Sitewide affiliate disclosure above the existing header.
 * Colors intentionally reuse the bootdigitalheroes theme palette.
 */
.affiliate-disclosure {
  background: #005282;
  border-bottom: 1px solid #003b5d;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  padding: 6px 0;
  text-align: center;
}

.affiliate-disclosure .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
