/* Official CDC Data wordmark paired only with the FunCube sub-brand. */
.cdc-brand {
  gap: 10px;
  white-space: nowrap;
}

.cdc-brand img {
  width: 52px;
  height: auto;
  flex: 0 0 auto;
}

.cdc-brand b {
  position: relative;
  color: var(--red);
  font: 700 25px/1 "FunCube Hand", "Comic Sans MS", cursive;
  transform: rotate(-4deg);
}

.cdc-brand b::after {
  content: "";
  position: absolute;
  left: 0;
  right: -4px;
  bottom: -5px;
  height: 3px;
  border-radius: 50%;
  background: var(--red);
}

footer .cdc-brand img { width: 45px; }
footer .cdc-brand b { font-size: 18px; }

@media (max-width: 780px) {
  .cdc-brand img { width: 42px; }
  .cdc-brand b { font-size: 19px; }
}
