/*
 * The original Affiliate template renders these optional ACF sections even
 * when WordPress has no rows or text for them. A static export cannot fill
 * those placeholders, so keep the page honest and avoid blank colour bands.
 * Remove this marker when real content is added to the page source.
 */
[data-static-empty-section] {
  display: none;
}
