/* Feature flag ads_safe — identidade + copy anti-phishing */

[data-ads-safe-only] {
  display: none !important;
}

html.flag-ads-safe [data-ads-safe-only] {
  display: contents;
}

html.flag-ads-safe [data-ads-safe-hide] {
  display: none !important;
}

html.flag-ads-safe div[data-ads-safe-only],
html.flag-ads-safe aside[data-ads-safe-only],
html.flag-ads-safe section[data-ads-safe-only],
html.flag-ads-safe p[data-ads-safe-only],
html.flag-ads-safe h1[data-ads-safe-only],
html.flag-ads-safe h2[data-ads-safe-only],
html.flag-ads-safe h3[data-ads-safe-only],
html.flag-ads-safe article[data-ads-safe-only] {
  display: block !important;
}

html.flag-ads-safe li[data-ads-safe-only] {
  display: list-item !important;
}

html.flag-ads-safe span[data-ads-safe-only],
html.flag-ads-safe a[data-ads-safe-only],
html.flag-ads-safe strong[data-ads-safe-only] {
  display: inline !important;
}

/* Título do aviso legal: spans dentro do h1 */
html.flag-ads-safe h1 span[data-ads-safe-only] {
  display: inline !important;
}

.home-purpose-section .home-purpose-list {
  margin: 0.75rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.4rem;
  line-height: 1.45;
}

.ads-safe-flag-badge {
  position: fixed;
  z-index: 99999;
  left: 12px;
  bottom: 52px;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  background: #0f766e;
  color: #f0fdfa;
  font: 600 12px/1.3 system-ui, sans-serif;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.ads-safe-flag-badge a {
  color: #99f6e4;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .ads-safe-flag-badge {
    left: 8px;
    right: 8px;
    bottom: 118px;
    text-align: center;
  }
}
