<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe[data-src] {
  display: none; }

div.consent-required {
  display: none;
  min-height: 150px;
  background-color: #425573;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 5px; }
  div.consent-required button {
    background-color: #2C3D4F;
    border: 2px solid #fff;
    margin: 10px auto; }

iframe[data-src] + div.consent-required {
  display: block !important; }
</pre></body></html>