/* Keep the third-party donation iframe from covering mobile consent controls. */
@media (max-width: 480px) {
  body:has(#cookie-banner:not([style*="display: none"])) [id^="kofi-widget-overlay-"] {
    visibility: hidden;
  }
}
