/* America 250 header badge (1776-2026 semiquincentennial).
   Year-long, not seasonal — loaded on every page that carries the badge markup.
   Kept separate from seasonal.css so the seasonal theme can be swapped or removed
   without affecting the badge. */

.fafo-freedom-header-badge {
  flex: 0 0 112px;
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin: 0 18px 0 10px;
  padding: 3px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(253, 250, 244, .94);
  box-shadow: 0 3px 10px rgba(43, 36, 29, .18);
  line-height: 0;
}

.fafo-freedom-header-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

@media (max-width: 640px) {
  .fafo-freedom-header-badge {
    flex-basis: 58px;
    width: 52px;
    height: 52px;
    margin: 0 8px 0 4px;
  }
}

@media print {
  .fafo-freedom-header-badge {
    display: none !important;
  }
}
