/* v67 — affiliate footer CTA button centered and cleaner. */
.affiliate-cta{
  gap:28px;
}
.affiliate-cta>a{
  min-width:188px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-align:center;
  white-space:nowrap;
}
.affiliate-cta>a span{
  display:inline-block;
  line-height:1;
}
@media (max-width:650px){
  .affiliate-cta>a{
    width:100%;
  }
}
