dd.result-taxonomy, dd.result-date.small {
    display: none;
}
dd.result-text {
    padding-bottom: 30px !important;
}
.mod-sppoll>strong {
    font-size: 18px !important;
}

.mod-ads.ads-lightbox img[src*="https://ads.cattive.me/painel/images"], .mod-ads.ads-lightbox iframe {
    margin-top: calc(15% + 30px) !important;
}
.mod-ads.ads-lightbox a[onclick*="close"] {
    margin-top: calc(15% + 3px) !important;
}



/* TMP - Ads Mobile Responsivo (serve para corrigir proporção de banner de topo no mobile até configurarem os banners corretos */
@media (max-width: 767px) {
  .mod-ads iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    padding: 0 10px;
  }
  .mod-ads.ads-responsivo iframe {
    height: 80px !important;
  }
}
.mod-ads.ads-lightbox>div {
    top: 0px !important;
    left: 0px !important;
}

/* Busca
--------------------------------- */
#search-results .result-item {
    border-bottom: 1px solid rgba(52, 58, 64, 0.12);
    padding: 1rem 0;
}
.result-date, .result-taxonomy {
    display: none !important;
}

/* LP - Top Of Mind */
body.view-entry.page-top-of-mind div#header {
  padding: 0 !important;
  background: #8b2229;
}
body.view-entry.page-top-of-mind div#header > div {
  margin: 0 auto;
  max-width: 1220px;
}
body.view-entry.page-top-of-mind div#img-header-top-of-mind, body.view-entry.page-top-of-mind div#img-header-top-of-mind * {
  max-width: 1220px !important;
  min-width: 100% !important;
  width: 100% !important;
}