/**
 * Selos “Aposte com segurança” — grid 2×2, tamanho padronizado 128×45 px, Cloudflare incluso.
 */
footer .safe-bet ul.ln_seguranca {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.25rem;
  row-gap: 0.5rem;
  padding: 0.15rem 0.15rem 0.35rem;
  box-sizing: border-box;
}

footer .safe-bet ul.ln_seguranca > li {
  margin: 0 !important;
  flex: 1 1 calc((100% - 1.25rem) / 2);
  max-width: calc((100% - 1.25rem) / 2);
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  footer .safe-bet ul.ln_seguranca {
    column-gap: 1.5rem;
    row-gap: 0.5rem;
  }

  footer .safe-bet ul.ln_seguranca > li {
    flex: 1 1 calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}

/* Padroniza caixa 128×45 (legado style.css usa larguras/!important em alguns selos) */
footer .safe-bet ul.ln_seguranca img {
  width: 128px !important;
  height: 45px !important;
  max-width: 128px !important;
  max-height: 45px !important;
  object-fit: contain !important;
  object-position: left center;
  margin-bottom: 0 !important;
  vertical-align: middle;
  display: block;
}

footer .safe-bet ul.ln_seguranca li a .selo-cloudflare {
  display: block;
}
