/*
Theme Name: Novo GP5 Gazeta Popular Modular Refinado
Theme URI: https://gazetapopular.com
Author: Instituto LJM Ltda.
Description: Versão de restauração estável baseada na 5.3.7 Core Web Vitals, para reverter alterações de navegação e imagens que prejudicaram a capa.
Version: 5.3.8
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: gazeta-popular-3
*/

/* =========================================================
   1. Variáveis e base
   ========================================================= */

:root {
  --gp-navy: #071f3d;
  --gp-navy-2: #0b2b52;
  --gp-orange: #b84f00;
  --gp-orange-hover: #963f00;
  --gp-focus: #ffb020;
  --gp-text: #101828;
  --gp-muted: #667085;
  --gp-line: #dfe5ee;
  --gp-soft: #f5f7fb;
  --gp-white: #ffffff;
  --gp-radius: 18px;
  --gp-width: 1180px;
  --gp-shadow: 0 10px 28px rgba(7, 31, 61, 0.06);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--gp-white);
  color: var(--gp-text);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--gp-orange);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--gp-focus);
  outline-offset: 3px;
  border-radius: 8px;
}

#conteudo {
  display: block;
  scroll-margin-top: 96px;
}

.screen-reader-text,
.gp-skip:not(:focus),
a.gp-skip:not(:focus),
a[href="#conteudo"].gp-skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.gp-skip:focus {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: 10px 12px;
  background: var(--gp-white);
  color: var(--gp-navy);
  font-weight: 900;
  border: 2px solid var(--gp-orange);
  border-radius: 8px;
}

/* =========================================================
   2. Estrutura
   ========================================================= */

.gp-wrap {
  width: min(calc(100% - 48px), var(--gp-width));
  max-width: var(--gp-width);
  margin-inline: auto;
}

.gp-main {
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--gp-white);
}

.gp-section {
  display: block;
  clear: both;
  margin-top: 36px;
}

.gp-card,
.gp-panel,
.gp-side-item,
.gp-legal-card,
.gp-region-box,
.gp-list-card,
.gp-widget {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  box-shadow: var(--gp-shadow);
  overflow: hidden;
}

.gp-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef2f7, #ffffff);
  color: var(--gp-navy);
  font-weight: 900;
  text-align: center;
}

.gp-kicker {
  display: inline-block;
  color: var(--gp-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.gp-btn,
.gp-btn-orange,
.gp-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--gp-orange);
  border-radius: 999px;
  background: var(--gp-orange);
  color: var(--gp-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.gp-btn:hover,
.gp-btn-orange:hover,
.gp-search button:hover {
  background: var(--gp-orange-hover);
  border-color: var(--gp-orange-hover);
  color: var(--gp-white);
}

.gp-readmore {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gp-navy);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

/* =========================================================
   3. Cabeçalho — estratégia única para evitar CLS
   ========================================================= */

.gp-site-header {
  display: block;
  width: 100%;
  background: var(--gp-white);
  position: relative;
  z-index: 80;
}

.gp-topbar {
  background: var(--gp-navy);
  color: var(--gp-white);
  font-size: 13px;
}

.gp-topbar .gp-wrap {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  white-space: nowrap;
  overflow: hidden;
}

.gp-topbar a {
  color: var(--gp-white);
  font-weight: 800;
}

.gp-head {
  position: sticky;
  top: 0;
  z-index: 9990;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--gp-line);
  transition: box-shadow 0.18s ease;
}

body.admin-bar .gp-head {
  top: 32px;
}

.gp-head .gp-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

body.gp-scrolled .gp-head {
  box-shadow: 0 10px 24px rgba(7, 31, 61, 0.10);
}

.gp-logo,
.custom-logo-link {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.gp-logo a {
  display: inline-flex;
  align-items: center;
  color: var(--gp-navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.gp-logo b {
  color: var(--gp-orange);
}

.custom-logo {
  display: block;
  width: auto;
  max-width: 285px;
  max-height: 62px;
  object-fit: contain;
  object-position: center;
}

.gp-nav {
  flex: 1 1 auto;
  min-width: 0;
}

.gp-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gp-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-nav a {
  display: block;
  min-height: 44px;
  color: var(--gp-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.gp-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.gp-menu-btn {
  display: none;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #5d83bc;
  color: var(--gp-white);
  padding: 12px 17px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.gp-search {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: 999px;
}

.gp-search input {
  width: 128px;
  border: 0;
  padding: 9px 10px;
  outline: 0;
  background: var(--gp-white);
  color: var(--gp-text);
}

.gp-search input::placeholder {
  color: #5f6b7a;
  opacity: 1;
}

.gp-search button {
  border-radius: 0;
  min-height: 40px;
  padding: 9px 12px;
  background: var(--gp-navy);
  border-color: var(--gp-navy);
}

/* Menu Publique */

.gp-publique-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.gp-publique-toggle {
  cursor: pointer;
}

.gp-publique-toggle::after {
  content: "▾";
  font-size: 11px;
  margin-left: 7px;
}

.gp-publique-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 99999;
  min-width: 210px;
  padding: 8px;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(7, 31, 61, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.gp-publique-menu:hover .gp-publique-dropdown,
.gp-publique-menu:focus-within .gp-publique-dropdown,
.gp-publique-menu.is-open .gp-publique-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gp-publique-dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--gp-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.gp-publique-dropdown a:hover,
.gp-publique-dropdown a:focus-visible {
  background: #f3f6fb;
  color: var(--gp-orange);
}

/* =========================================================
   4. Cabeçalhos de seção
   ========================================================= */

.gp-section-head,
.gp-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 3px solid var(--gp-navy);
  margin-bottom: 18px;
}

.gp-panel-head {
  border-bottom-width: 2px;
  margin-bottom: 13px;
  padding-bottom: 9px;
}

.gp-section-head h2,
.gp-panel-head h2 {
  margin: 0;
  color: var(--gp-navy);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.038em;
}

.gp-section-head h2 {
  font-size: 28px;
  padding-bottom: 9px;
}

.gp-panel-head h2 {
  font-size: 23px;
}

.gp-section-head a,
.gp-panel-head a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--gp-orange);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.gp-panel-head a {
  color: var(--gp-navy);
  font-size: 12px;
  text-transform: uppercase;
}

/* =========================================================
   5. Home / Hero
   ========================================================= */

.gp-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 24px;
}

.gp-hero-main {
  display: block;
  align-self: start;
  height: auto;
  min-height: 0;
  background: var(--gp-white);
}

.gp-hero-figure {
  display: block;
  margin: 0;
  padding: 0;
  background: var(--gp-white);
  line-height: 0;
}

.gp-hero-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef2f7;
  line-height: 0;
}

.gp-hero-media img,
.gp-hero-media .gp-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.gp-hero-caption {
  display: block;
  margin: 0;
  padding: 8px 18px 0;
  background: var(--gp-white);
  color: var(--gp-muted);
  font-size: 12px;
  line-height: 1.35;
}

.gp-hero-caption:empty {
  display: none;
}

.gp-hero-body {
  display: block;
  padding: 14px 22px 22px;
  background: var(--gp-white);
}

.gp-hero-body .gp-kicker {
  margin: 0 0 8px;
}

.gp-hero h1 {
  margin: 0 0 10px;
  color: var(--gp-navy);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.gp-hero p {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.42;
}

.gp-hero .gp-byline,
.gp-hero .gp-author,
.gp-hero .gp-author-box {
  display: none;
}

/* Laterais do hero */

.gp-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.gp-side-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  min-height: 0;
  height: auto;
  background: var(--gp-white);
  overflow: hidden;
}

.gp-side-thumb {
  display: block;
  width: 100%;
  height: 138px;
  overflow: hidden;
  background: #eef2f7;
  line-height: 0;
}

.gp-side-thumb img,
.gp-side-thumb .gp-placeholder {
  width: 100%;
  height: 138px;
  object-fit: cover;
  object-position: center 25%;
}

.gp-side-item > div {
  padding: 12px 14px 14px;
}

.gp-side .gp-kicker {
  margin: 0 0 6px;
  font-size: 11px;
}

.gp-side-title {
  margin: 0;
  color: var(--gp-text);
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: -0.01em;
  font-weight: 900;
}

/* =========================================================
   6. Painéis da home
   ========================================================= */

.gp-dashboard {
  display: grid;
  grid-template-columns: 1.1fr 0.92fr 0.98fr;
  gap: 18px;
  align-items: start;
  margin-top: 24px;
}

.gp-panel {
  min-width: 0;
  padding: 16px;
  background: var(--gp-white);
}

.gp-latest-list {
  display: grid;
}

.gp-latest-line {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 72px;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--gp-line);
}

.gp-latest-line:last-child {
  border-bottom: 0;
}

.gp-latest-time {
  color: var(--gp-orange);
  font-size: 13px;
  font-weight: 800;
}

.gp-latest-title {
  font-size: 14px;
  line-height: 1.28;
  font-weight: 700;
}

.gp-latest-cat {
  color: var(--gp-navy);
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

/* Edição digital */

.gp-edition {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}

.gp-edition-cover {
  min-height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid var(--gp-line);
  border-radius: 14px;
}

.gp-edition-cover img,
.gp-edition-cover .gp-placeholder {
  width: 100%;
  height: 205px;
  object-fit: contain;
  object-position: center;
  background: var(--gp-white);
}

.gp-edition-title {
  margin: 2px 0 5px;
  color: var(--gp-navy);
  font-size: 21px;
  line-height: 1.08;
  font-weight: 900;
}

.gp-edition-date {
  margin: 0 0 10px;
  color: var(--gp-muted);
  font-size: 13px;
}

.gp-edition-features {
  display: grid;
  gap: 7px;
  margin: 10px 0;
}

.gp-edition-features span {
  color: #374151;
  font-size: 13px;
  line-height: 1.32;
}

/* Opinião */

.gp-opinion-mini {
  display: grid;
}

.gp-opinion-line {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--gp-line);
}

.gp-opinion-line:last-child {
  border-bottom: 0;
}

.gp-opinion-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  flex: 0 0 56px;
  background: #f1f3f6;
  border-radius: 50%;
}

.gp-opinion-img img,
.gp-opinion-img .gp-placeholder {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
}

.gp-opinion-title {
  margin: 0 0 3px;
  color: var(--gp-text);
  font-size: 14px;
  line-height: 1.28;
  font-weight: 800;
}

.gp-opinion-date {
  color: var(--gp-muted);
  font-size: 12px;
}

/* =========================================================
   7. Região, Publicidade Legal e Opinião
   ========================================================= */

.gp-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  width: 100%;
}

.gp-region-box {
  display: block;
  min-width: 0;
  padding: 16px;
  background: var(--gp-soft);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
}

.gp-region-box h3 {
  margin: 0 0 10px;
  color: var(--gp-navy);
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.gp-region-post {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 10px 0;
  border-top: 1px solid #dde2e8;
  background: transparent;
}

.gp-region-post:first-of-type {
  border-top: 0;
}

.gp-region-post > a:first-child {
  flex: 0 0 100px;
  width: 100px;
  height: 66px;
  overflow: hidden;
  border-radius: 12px;
  line-height: 0;
}

.gp-region-post > a:first-child img,
.gp-region-post > a:first-child .gp-placeholder,
.gp-region-post img,
.gp-region-post .gp-placeholder {
  width: 100px;
  height: 66px;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 12px;
}

.gp-region-post h4 {
  flex: 1 1 auto;
  margin: 0;
  color: var(--gp-text);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.gp-region-post h4 a {
  display: block;
  color: inherit;
  overflow-wrap: normal;
  word-break: normal;
}

.gp-legal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.gp-legal-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 118px;
  padding: 16px;
  background: var(--gp-white);
  box-shadow: 0 8px 24px rgba(7, 31, 61, 0.055);
}

.gp-legal-card .gp-kicker {
  color: #0050a4;
}

.gp-legal-card h3 {
  margin: 10px 0 12px;
  color: var(--gp-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gp-legal-card time {
  color: #526071;
  font-size: 13px;
}

.gp-loadmore-wrap {
  display: flex;
  justify-content: center;
  margin: 24px 0 6px;
}

.gp-loadmore-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: #08284a;
  color: var(--gp-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(8, 40, 74, 0.12);
}

.gp-loadmore-wrap a:hover {
  filter: brightness(1.05);
  color: var(--gp-white);
}

/* Opinião em grade */

.gp-opinion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: 18px;
  box-shadow: var(--gp-shadow);
}

.gp-opinion-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 120px;
  padding: 16px;
  border-right: 1px solid var(--gp-line);
}

.gp-opinion-card:last-child {
  border-right: 0;
}

.gp-opinion-card .gp-opinion-img,
.gp-opinion-card .gp-opinion-img img,
.gp-opinion-card .gp-opinion-img .gp-placeholder {
  width: 86px;
  height: 86px;
  border-radius: 14px;
}

.gp-opinion-card .gp-opinion-title {
  font-size: 17px;
}

.gp-author-name {
  display: none;
}

/* =========================================================
   8. Arquivos e listas
   ========================================================= */

.gp-archive {
  padding-top: 28px;
}

.gp-archive > h1 {
  margin: 0 0 22px;
  color: var(--gp-navy);
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.gp-post-list {
  display: grid;
  gap: 16px;
}

.gp-list-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
}

.gp-list-card img,
.gp-list-card .gp-placeholder {
  width: 180px;
  height: 116px;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 14px;
}

.gp-list-card h2 {
  margin: 5px 0 8px;
  color: var(--gp-text);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.gp-list-card p {
  margin: 0;
  color: var(--gp-muted);
  font-size: 15px;
  line-height: 1.4;
}

/* =========================================================
   9. Matéria individual
   ========================================================= */

.gp-single,
.gp-single-v360 {
  padding-top: 32px;
}

.gp-single-head {
  max-width: 860px;
  margin: 0 auto 24px;
}

.gp-single-head h1,
.gp-single-v360 .gp-single-head h1 {
  margin: 10px 0 14px;
  color: var(--gp-navy);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  font-weight: 900;
}

.gp-single-head .gp-byline {
  display: none;
}

.gp-subtitle {
  margin: 0 0 18px;
  color: #475467;
  font-size: 22px;
  line-height: 1.35;
}

.gp-story-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

.gp-story-meta time {
  color: #344054;
}

.gp-featured,
.gp-single .gp-featured,
.gp-single-v360 .gp-featured {
  max-width: 980px;
  margin: 0 auto 30px;
}

.gp-featured img,
.gp-single .gp-featured img,
.gp-single-v360 .gp-featured img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 18px;
}

.gp-featured figcaption {
  padding: 8px 2px 0;
  color: var(--gp-muted);
  font-size: 13px;
  line-height: 1.35;
}

.gp-single-body,
.gp-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 300px;
  gap: 42px;
  align-items: start;
  justify-content: center;
}

.gp-single-layout {
  grid-template-columns: minmax(0, 820px) 320px;
  gap: 44px;
}

.gp-article-main {
  min-width: 0;
  width: 100%;
}

.gp-content,
.gp-single-v360 .gp-content {
  color: #1f2937;
  font-size: 20px;
  line-height: 1.72;
}

.gp-content > * {
  max-width: 760px;
}

.gp-content > figure,
.gp-content > .wp-block-image,
.gp-content > .alignwide,
.gp-content > .alignfull {
  max-width: 100%;
}

.gp-content p {
  margin: 0 0 1.35em;
}

.gp-content > p:first-of-type {
  color: #111827;
  font-size: 21px;
  line-height: 1.68;
}

.gp-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.gp-content a {
  color: var(--gp-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gp-content a:hover,
.gp-content a:focus-visible {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.gp-content h2,
.gp-content h3 {
  color: var(--gp-navy);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.gp-content h2 {
  margin: 34px 0 14px;
  font-size: 30px;
}

.gp-content h3 {
  margin: 28px 0 12px;
  font-size: 24px;
}

.gp-content blockquote {
  margin: 26px 0;
  padding: 18px 22px;
  background: #f7f9fc;
  border-left: 5px solid var(--gp-orange);
  border-radius: 0 14px 14px 0;
  color: #1f2937;
  font-size: 21px;
  line-height: 1.55;
}

.gp-content > .gp-author-name,
.gp-content > .author,
.gp-content > .byline,
.gp-content > .post-author,
.gp-content > .entry-author {
  display: none;
}

.gp-content > .assinatura,
.gp-content > .autor {
  display: block;
}

/* Autor e compartilhamento */

.gp-after-article {
  max-width: 760px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--gp-line);
}

.gp-author-box {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid var(--gp-line);
  border-radius: 18px;
}

.gp-author-avatar {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 72px;
  background: #e7eef7;
  color: var(--gp-navy);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
}

.gp-author-avatar img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
}

.gp-author-label {
  display: block;
  margin-bottom: 4px;
  color: var(--gp-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gp-author-info h2 {
  margin: 0 0 8px;
  color: var(--gp-navy);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.gp-author-info p {
  margin: 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.48;
}

.gp-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.gp-share-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  background: var(--gp-navy);
  color: var(--gp-white);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.gp-share-row a:nth-child(2) {
  background: #1f7a45;
}

/* Sidebar e relacionados */

.gp-sidebar,
.gp-single-v360 .gp-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 16px;
  min-width: 0;
}

.gp-widget {
  padding: 18px;
}

.gp-widget h3 {
  margin: 0 0 12px;
  color: var(--gp-navy);
  font-size: 20px;
  line-height: 1.1;
}

.gp-widget p {
  margin: 0 0 10px;
  line-height: 1.35;
}

.gp-widget-edition {
  background: linear-gradient(135deg, var(--gp-navy), var(--gp-navy-2));
  color: var(--gp-white);
}

.gp-widget-edition h3,
.gp-widget-edition a {
  color: var(--gp-white);
}

.gp-related-widget {
  padding: 0;
  overflow: hidden;
}

.gp-related-head {
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--gp-line);
}

.gp-related-head h3 {
  margin: 0;
  color: var(--gp-navy);
  font-size: 20px;
  line-height: 1.1;
}

.gp-related-list {
  display: grid;
}

.gp-related-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: var(--gp-white);
  border-bottom: 1px solid var(--gp-line);
  color: inherit;
  transition: background 0.18s ease, transform 0.18s ease;
}

.gp-related-card:last-child {
  border-bottom: 0;
}

.gp-related-card:hover {
  background: #f8fafc;
  transform: translateY(-1px);
}

.gp-related-thumb,
.gp-related-thumb img,
.gp-related-thumb .gp-placeholder {
  width: 92px;
  height: 64px;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 12px;
  overflow: hidden;
}

.gp-related-cat {
  display: block;
  margin: 0 0 5px;
  color: var(--gp-orange);
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gp-related-text strong {
  display: block;
  color: var(--gp-navy);
  font-size: 15.5px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.018em;
}

/* =========================================================
   10. Publicidade Legal e QR
   ========================================================= */

.gp-legal-qr {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 16px;
  padding: 16px;
  background: var(--gp-white);
  border: 1px solid rgba(11, 42, 74, 0.14);
  border-radius: 16px;
}

.gp-legal-qr-img {
  flex: 0 0 auto;
  padding: 8px;
  background: var(--gp-white);
  border: 1px solid rgba(11, 42, 74, 0.10);
  border-radius: 12px;
  line-height: 0;
}

.gp-legal-qr-img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  background: var(--gp-white);
}

.gp-legal-qr-text span {
  display: block;
  margin-bottom: 4px;
  color: #c64b00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gp-legal-qr-text strong {
  display: block;
  color: #082447;
  font-size: 18px;
  line-height: 1.25;
}

.gp-legal-qr-text p {
  margin: 4px 0 8px;
  color: #46556a;
  font-size: 14px;
  line-height: 1.45;
}

.gp-legal-qr-text a {
  color: #082447;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   11. Rodapé
   ========================================================= */

.gp-footer,
.gp-site-footer {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 54px;
  background: var(--gp-navy);
  color: var(--gp-white);
}

.gp-footer .gp-wrap,
.gp-site-footer .gp-wrap,
.gp-foot {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 40px;
  align-items: start;
  padding: 54px 0;
}

.gp-footer h2,
.gp-footer h3,
.gp-site-footer h2,
.gp-site-footer h3,
.gp-foot h2,
.gp-foot h3 {
  margin: 0 0 18px;
  color: var(--gp-white);
  font-weight: 900;
  line-height: 1.15;
}

.gp-footer p,
.gp-footer a,
.gp-footer li,
.gp-site-footer p,
.gp-site-footer a,
.gp-site-footer li,
.gp-foot p,
.gp-foot a,
.gp-foot li {
  color: var(--gp-white);
  font-size: 16px;
  line-height: 1.45;
}

.gp-footer ul,
.gp-site-footer ul,
.gp-foot ul {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gp-copy {
  padding: 16px 0;
  color: #d5dbe4;
  font-size: 13px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

/* =========================================================
   12. Anúncios vazios e estabilidade
   ========================================================= */

.adsbygoogle:empty,
.gp-ad:empty,
.gp-ad-slot:empty,
.gp-ads:empty,
.ad-slot:empty,
.ad-container:empty,
.banner-area:empty,
.banner-slot:empty,
[id^="google_ads_iframe"]:empty,
[class*="adsense"]:empty,
[class*="ad-placeholder"]:empty {
  display: none;
  height: 0;
  min-height: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

/* content-visibility aplicado apenas abaixo da dobra.
   Evita conflitos com hero, header e primeiros cards. */
@supports (content-visibility: auto) {
  .gp-section:nth-of-type(n+3),
  .gp-sidebar,
  .gp-related-widget {
    content-visibility: auto;
    contain-intrinsic-size: 1px 760px;
  }
}

/* contain com uso moderado, sem interferir no tamanho do hero. */
.gp-panel,
.gp-region-box,
.gp-legal-card,
.gp-latest-line,
.gp-related-card {
  contain: layout paint style;
}

/* =========================================================
   13. Responsivo
   ========================================================= */

@media (max-width: 1100px) {
  .gp-hero,
  .gp-single-body,
  .gp-single-layout {
    grid-template-columns: 1fr;
  }

  .gp-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp-dashboard {
    grid-template-columns: 1fr 1fr;
  }

  .gp-dashboard .gp-panel:first-child {
    grid-column: 1 / -1;
  }

  .gp-opinion-grid,
  .gp-legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp-opinion-card:nth-child(2n) {
    border-right: 0;
  }

  .gp-opinion-card {
    border-bottom: 1px solid var(--gp-line);
  }

  .gp-opinion-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gp-footer .gp-wrap,
  .gp-site-footer .gp-wrap,
  .gp-foot {
    grid-template-columns: 1fr 1fr;
  }

  .gp-sidebar,
  .gp-single-v360 .gp-sidebar {
    position: static;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }

  .gp-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gp-related-card:nth-child(odd) {
    border-right: 1px solid var(--gp-line);
  }
}

@media (max-width: 900px) {
  .gp-wrap {
    width: min(calc(100% - 28px), var(--gp-width));
  }

  .gp-topbar {
    display: none;
  }

  .gp-head .gp-wrap {
    min-height: 64px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .custom-logo {
    max-width: 230px;
    max-height: 46px;
  }

  .gp-logo a {
    font-size: 30px;
  }

  .gp-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .gp-nav {
    display: none;
    flex: 0 0 100%;
    order: 5;
  }

  .gp-nav.is-open {
    display: block;
    width: 100%;
  }

  .gp-nav.is-open ul {
    display: block;
  }

  .gp-nav li {
    border-top: 1px solid var(--gp-line);
  }

  .gp-nav a {
    padding: 12px 0;
    line-height: 1.15;
  }

  .gp-actions {
    display: flex;
    order: 4;
    gap: 8px;
    margin-left: auto;
  }

  .gp-actions .gp-search {
    display: none;
  }

  .gp-hero {
    margin-top: 14px;
    gap: 14px;
  }

  .gp-side {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .gp-side-item {
    min-width: 280px;
    flex: 0 0 280px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px;
    scroll-snap-align: start;
  }

  .gp-side-thumb,
  .gp-side-thumb img,
  .gp-side-thumb .gp-placeholder {
    width: 96px;
    height: 64px;
    border-radius: 12px;
  }

  .gp-side-item > div {
    padding: 0;
  }

  .gp-dashboard,
  .gp-region-grid,
  .gp-legal-grid {
    grid-template-columns: 1fr;
  }

  .gp-footer .gp-wrap,
  .gp-site-footer .gp-wrap,
  .gp-foot {
    grid-template-columns: 1fr;
  }

  .gp-list-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .gp-list-card img,
  .gp-list-card .gp-placeholder {
    width: 120px;
    height: 78px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gp-head {
    top: 46px;
  }
}

@media (max-width: 700px) {
  .gp-single,
  .gp-single-v360 {
    padding-top: 18px;
  }

  .gp-single-head {
    margin-bottom: 16px;
  }

  .gp-single-head h1,
  .gp-single-v360 .gp-single-head h1 {
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -0.045em;
  }

  .gp-subtitle {
    font-size: 18px;
    line-height: 1.38;
  }

  .gp-featured,
  .gp-single .gp-featured,
  .gp-single-v360 .gp-featured {
    margin-bottom: 18px;
  }

  .gp-featured img,
  .gp-single .gp-featured img,
  .gp-single-v360 .gp-featured img {
    border-radius: 14px;
  }

  .gp-content,
  .gp-single-v360 .gp-content {
    font-size: 18px;
    line-height: 1.65;
  }

  .gp-content > *,
  .gp-after-article {
    max-width: 100%;
  }

  .gp-related-list {
    grid-template-columns: 1fr;
  }

  .gp-related-card:nth-child(odd) {
    border-right: 0;
  }

  .gp-related-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 14px;
  }

  .gp-related-thumb,
  .gp-related-thumb img,
  .gp-related-thumb .gp-placeholder {
    width: 84px;
    height: 58px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .gp-wrap {
    width: min(calc(100% - 22px), var(--gp-width));
  }

  .gp-head .gp-wrap {
    min-height: 60px;
  }

  .custom-logo {
    max-width: 218px;
    max-height: 42px;
  }

  .gp-menu-btn {
    padding: 10px 14px;
    font-size: 15px;
  }

  .gp-search {
    display: none;
  }

  .gp-hero {
    margin-top: 10px;
    gap: 12px;
  }

  .gp-hero-main {
    border-radius: 16px;
  }

  .gp-hero-media {
    aspect-ratio: 16 / 9;
  }

  .gp-hero-caption {
    padding: 5px 12px 0;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.25;
  }

  .gp-hero-body {
    padding: 8px 13px 14px;
  }

  .gp-hero-body .gp-kicker {
    margin: 0 0 6px;
    font-size: 11px;
  }

  .gp-hero h1 {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.05;
  }

  .gp-hero p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.34;
  }

  .gp-section {
    margin-top: 26px;
  }

  .gp-section-head {
    margin-bottom: 14px;
  }

  .gp-section-head h2 {
    font-size: 27px;
    line-height: 1.08;
  }

  .gp-section-head a {
    font-size: 16px;
  }

  .gp-panel {
    padding: 14px;
  }

  .gp-panel-head h2 {
    font-size: 22px;
  }

  .gp-latest-line {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 9px;
  }

  .gp-latest-cat {
    display: none;
  }

  .gp-edition {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
  }

  .gp-edition-cover {
    min-height: 138px;
  }

  .gp-edition-cover img,
  .gp-edition-cover .gp-placeholder {
    height: 138px;
  }

  .gp-edition-title {
    font-size: 18px;
  }

  .gp-edition-features {
    display: none;
  }

  .gp-region-box {
    padding: 14px;
  }

  .gp-region-box h3 {
    font-size: 21px;
  }

  .gp-region-post {
    gap: 11px;
  }

  .gp-region-post > a:first-child,
  .gp-region-post > a:first-child img,
  .gp-region-post > a:first-child .gp-placeholder,
  .gp-region-post img,
  .gp-region-post .gp-placeholder {
    width: 92px;
    height: 60px;
    flex-basis: 92px;
  }

  .gp-region-post h4,
  .gp-region-post h4 a {
    font-size: 15px;
    line-height: 1.22;
  }

  .gp-legal-card {
    min-height: 0;
    padding: 13px 14px;
    border-radius: 15px;
  }

  .gp-legal-card .gp-kicker {
    font-size: 12px;
    line-height: 1.2;
  }

  .gp-legal-card h3 {
    margin: 9px 0 12px;
    font-size: 18px;
    line-height: 1.25;
  }

  .gp-opinion-grid {
    grid-template-columns: 1fr;
  }

  .gp-opinion-card {
    grid-template-columns: 76px minmax(0, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--gp-line);
  }

  .gp-opinion-card:last-child {
    border-bottom: 0;
  }

  .gp-opinion-card .gp-opinion-img,
  .gp-opinion-card .gp-opinion-img img,
  .gp-opinion-card .gp-opinion-img .gp-placeholder {
    width: 76px;
    height: 76px;
  }

  .gp-archive > h1 {
    font-size: 32px;
  }

  .gp-list-card {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .gp-list-card img,
  .gp-list-card .gp-placeholder {
    width: 104px;
    height: 70px;
  }

  .gp-list-card p {
    display: none;
  }

  .gp-content > p:first-of-type {
    font-size: 18.5px;
    line-height: 1.62;
  }

  .gp-content h2 {
    font-size: 25px;
  }

  .gp-content h3 {
    font-size: 21px;
  }

  .gp-after-article {
    margin-top: 28px;
    padding-top: 20px;
  }

  .gp-author-box {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .gp-author-avatar,
  .gp-author-avatar img {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 17px;
  }

  .gp-author-info h2 {
    font-size: 19px;
  }

  .gp-author-info p {
    font-size: 14px;
  }

  .gp-share-row a {
    width: 100%;
    min-height: 44px;
  }

  .gp-legal-qr {
    align-items: flex-start;
  }

  .gp-legal-qr-img img {
    width: 96px;
    height: 96px;
  }

  .gp-legal-qr-text strong {
    font-size: 16px;
  }

  .gp-footer,
  .gp-site-footer {
    margin-top: 38px;
  }

  .gp-footer .gp-wrap,
  .gp-site-footer .gp-wrap,
  .gp-foot {
    gap: 22px;
    padding: 34px 0;
  }

  .gp-footer p,
  .gp-footer a,
  .gp-footer li,
  .gp-site-footer p,
  .gp-site-footer a,
  .gp-site-footer li {
    font-size: 15px;
  }

  .gp-copy {
    padding: 14px 12px;
    font-size: 12px;
  }
}

/* =========================================================
   14. Preferências do usuário e navegadores
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-duration: 0.001ms;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  .gp-hero,
  .gp-dashboard,
  .gp-region-grid,
  .gp-legal-grid {
    align-items: start;
    grid-auto-rows: auto;
  }

  .gp-card,
  .gp-panel,
  .gp-side-item,
  .gp-region-box,
  .gp-legal-card {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .gp-region-post h4,
  .gp-region-post h4 a,
  .gp-related-text strong {
    word-break: normal;
    overflow-wrap: normal;
  }
}


/* =========================================================
   Novo GP5 5.1.1 — Refinamento do cabeçalho e menu hambúrguer
   ========================================================= */

.novo-gp5-menu-toggle,
.gp-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #d8e0ec;
  border-radius: 14px;
  background: #ffffff;
  color: var(--gp-navy);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(7, 31, 61, 0.08);
}

.novo-gp5-menu-toggle span,
.gp-menu-btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.novo-gp5-menu-toggle span::before,
.novo-gp5-menu-toggle span::after,
.gp-menu-btn span::before,
.gp-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.18s ease, top 0.18s ease, opacity 0.18s ease;
}

.novo-gp5-menu-toggle span::before,
.gp-menu-btn span::before {
  top: -7px;
}

.novo-gp5-menu-toggle span::after,
.gp-menu-btn span::after {
  top: 7px;
}

body.novo-gp5-menu-open .novo-gp5-menu-toggle span,
body.novo-gp5-menu-open .gp-menu-btn span,
.gp-menu-btn[aria-expanded="true"] span {
  background: transparent;
}

body.novo-gp5-menu-open .novo-gp5-menu-toggle span::before,
body.novo-gp5-menu-open .gp-menu-btn span::before,
.gp-menu-btn[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

body.novo-gp5-menu-open .novo-gp5-menu-toggle span::after,
body.novo-gp5-menu-open .gp-menu-btn span::after,
.gp-menu-btn[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

.novo-gp5-mobile-panel {
  display: none;
}

@media (max-width: 900px) {
  .novo-gp5-menu-toggle,
  .gp-menu-btn {
    display: inline-flex;
    flex: 0 0 46px;
    margin-left: auto;
  }

  .gp-head .gp-wrap {
    position: relative;
  }

  .gp-nav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    order: 20;
  }

  .gp-nav.is-open,
  body.novo-gp5-menu-open .gp-nav {
    display: block;
    padding: 8px 0 12px;
  }

  .gp-nav ul {
    display: grid;
    gap: 0;
    width: 100%;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--gp-line);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(7,31,61,.12);
  }

  .gp-nav li {
    border-top: 1px solid #eef2f7;
  }

  .gp-nav li:first-child {
    border-top: 0;
  }

  .gp-nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 12px;
    line-height: 1.2;
    border-radius: 12px;
  }

  .gp-nav a:hover,
  .gp-nav a:focus-visible {
    background: #f4f7fb;
    color: var(--gp-orange);
  }

  .gp-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gp-actions .gp-search {
    display: none;
  }

  .gp-publique-menu {
    display: inline-flex;
  }

  .gp-publique-toggle {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .gp-publique-dropdown {
    right: 0;
    min-width: 190px;
  }
}

@media (max-width: 640px) {
  .novo-gp5-menu-toggle,
  .gp-menu-btn {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
  }

  .gp-head .gp-wrap {
    min-height: 62px;
  }

  .custom-logo {
    max-width: 210px;
    max-height: 44px;
  }
}


/* =========================================================
   Novo GP5 5.1.2 — Hambúrguer também no desktop
   ========================================================= */

.novo-gp5-menu-toggle,
.gp-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  margin-left: 8px;
  border: 1px solid #d8e0ec;
  border-radius: 14px;
  background: #ffffff;
  color: var(--gp-navy);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(7, 31, 61, 0.08);
  position: relative;
  z-index: 100001;
}

.novo-gp5-menu-toggle span,
.gp-menu-btn span {
  position: relative;
  display: block;
  width: 21px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.novo-gp5-menu-toggle span::before,
.novo-gp5-menu-toggle span::after,
.gp-menu-btn span::before,
.gp-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.18s ease, top 0.18s ease, opacity 0.18s ease;
}

.novo-gp5-menu-toggle span::before,
.gp-menu-btn span::before {
  top: -7px;
}

.novo-gp5-menu-toggle span::after,
.gp-menu-btn span::after {
  top: 7px;
}

body.novo-gp5-menu-open .novo-gp5-menu-toggle span,
body.novo-gp5-menu-open .gp-menu-btn span {
  background: transparent;
}

body.novo-gp5-menu-open .novo-gp5-menu-toggle span::before,
body.novo-gp5-menu-open .gp-menu-btn span::before {
  top: 0;
  transform: rotate(45deg);
}

body.novo-gp5-menu-open .novo-gp5-menu-toggle span::after,
body.novo-gp5-menu-open .gp-menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Desktop: menu vira painel suspenso quando aberto */
@media (min-width: 901px) {
  .gp-head .gp-wrap {
    position: relative;
  }

  .gp-nav {
    display: none;
  }

  body.novo-gp5-menu-open .gp-nav,
  .gp-nav.is-open {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(360px, calc(100vw - 48px));
    z-index: 100000;
    background: #ffffff;
    border: 1px solid var(--gp-line);
    border-radius: 18px;
    box-shadow: 0 22px 44px rgba(7,31,61,.18);
    padding: 8px;
  }

  body.novo-gp5-menu-open .gp-nav ul,
  .gp-nav.is-open ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.novo-gp5-menu-open .gp-nav li,
  .gp-nav.is-open li {
    border-top: 1px solid #eef2f7;
  }

  body.novo-gp5-menu-open .gp-nav li:first-child,
  .gp-nav.is-open li:first-child {
    border-top: 0;
  }

  body.novo-gp5-menu-open .gp-nav a,
  .gp-nav.is-open a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 13px;
    border-radius: 12px;
    color: var(--gp-navy);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body.novo-gp5-menu-open .gp-nav a:hover,
  .gp-nav.is-open a:hover {
    background: #f4f7fb;
    color: var(--gp-orange);
  }
}

/* Mobile: painel em bloco abaixo do cabeçalho */
@media (max-width: 900px) {
  .novo-gp5-menu-toggle,
  .gp-menu-btn {
    display: inline-flex;
    flex: 0 0 46px;
    margin-left: auto;
  }

  .gp-nav {
    display: none;
    flex: 0 0 100%;
    width: 100%;
    order: 20;
  }

  body.novo-gp5-menu-open .gp-nav,
  .gp-nav.is-open {
    display: block;
    padding: 8px 0 12px;
  }

  body.novo-gp5-menu-open .gp-nav ul,
  .gp-nav.is-open ul {
    display: grid;
    gap: 0;
    width: 100%;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--gp-line);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(7,31,61,.12);
  }
}


/* =========================================================
   Novo GP5 5.1.5 — Menu único Chrome/Safari
   ========================================================= */

/* Esconde botões criados por versões anteriores */
body.novo-gp5-menu-ready .gp-menu-btn:not(.novo-gp5-menu-oficial),
body.novo-gp5-menu-ready .novo-gp5-menu-toggle:not(.novo-gp5-menu-oficial),
body.novo-gp5-menu-ready .novo-gp5-menu-force-btn:not(.novo-gp5-menu-oficial) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Botão oficial único */
.novo-gp5-menu-oficial {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  margin: 0 10px !important;
  border: 1px solid #d8e0ec !important;
  border-radius: 15px !important;
  background: #ffffff !important;
  color: #071f3d !important;
  cursor: pointer !important;
  box-shadow: 0 6px 18px rgba(7,31,61,.10) !important;
  position: relative !important;
  z-index: 100005 !important;
  flex: 0 0 48px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.novo-gp5-menu-oficial span,
.novo-gp5-menu-oficial span::before,
.novo-gp5-menu-oficial span::after {
  display: block !important;
  width: 22px !important;
  height: 2px !important;
  background: currentColor !important;
  border-radius: 999px !important;
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  margin-left: -11px !important;
  transition: transform .18s ease, top .18s ease, opacity .18s ease !important;
}

.novo-gp5-menu-oficial span {
  top: 50% !important;
  margin-top: -1px !important;
}

.novo-gp5-menu-oficial span::before {
  top: -7px !important;
}

.novo-gp5-menu-oficial span::after {
  top: 7px !important;
}

body.novo-gp5-menu-open .novo-gp5-menu-oficial span {
  background: transparent !important;
}

body.novo-gp5-menu-open .novo-gp5-menu-oficial span::before {
  top: 0 !important;
  transform: rotate(45deg) !important;
}

body.novo-gp5-menu-open .novo-gp5-menu-oficial span::after {
  top: 0 !important;
  transform: rotate(-45deg) !important;
}

@media (min-width: 901px) {
  .gp-head .gp-wrap {
    position: relative !important;
  }

  .gp-nav {
    display: none !important;
  }

  body.novo-gp5-menu-open .gp-nav,
  .gp-nav.is-open {
    display: block !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    width: min(390px, calc(100vw - 48px)) !important;
    z-index: 100004 !important;
    background: #ffffff !important;
    border: 1px solid #dfe5ee !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 44px rgba(7,31,61,.18) !important;
    padding: 8px !important;
  }
}

@media (max-width: 900px) {
  .novo-gp5-menu-oficial {
    margin-left: auto !important;
    margin-right: 0 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex-basis: 44px !important;
  }

  .gp-nav {
    display: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 20 !important;
  }

  body.novo-gp5-menu-open .gp-nav,
  .gp-nav.is-open {
    display: block !important;
    padding: 8px 0 12px !important;
  }
}

body.novo-gp5-menu-open .gp-nav ul,
.gp-nav.is-open ul {
  display: grid !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px !important;
  list-style: none !important;
  background: #ffffff !important;
  border: 1px solid #dfe5ee !important;
  border-radius: 18px !important;
}

body.novo-gp5-menu-open .gp-nav li,
.gp-nav.is-open li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #eef2f7 !important;
}

body.novo-gp5-menu-open .gp-nav li:first-child,
.gp-nav.is-open li:first-child {
  border-top: 0 !important;
}

body.novo-gp5-menu-open .gp-nav a,
.gp-nav.is-open a {
  display: flex !important;
  align-items: center !important;
  min-height: 46px !important;
  padding: 0 13px !important;
  border-radius: 12px !important;
  color: #071f3d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.novo-gp5-menu-open .gp-nav a:hover,
.gp-nav.is-open a:hover {
  background: #f4f7fb !important;
  color: #b84f00 !important;
}


/* =========================================================
   Novo GP5 5.1.6 — menu preso ao topo, sem lateral no meio
   ========================================================= */

body.novo-gp5-menu-open .gp-nav,
.gp-nav.is-open {
  position: fixed !important;
  top: var(--novo-gp5-menu-top, 92px) !important;
  right: 24px !important;
  left: auto !important;
  bottom: auto !important;
  width: min(390px, calc(100vw - 48px)) !important;
  max-height: calc(100vh - var(--novo-gp5-menu-top, 92px) - 24px) !important;
  overflow-y: auto !important;
  z-index: 100004 !important;
  background: #ffffff !important;
  border: 1px solid #dfe5ee !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 44px rgba(7,31,61,.18) !important;
  padding: 8px !important;
  transform: none !important;
}

@media (max-width: 900px) {
  body.novo-gp5-menu-open .gp-nav,
  .gp-nav.is-open {
    top: var(--novo-gp5-menu-top, 72px) !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    max-height: calc(100vh - var(--novo-gp5-menu-top, 72px) - 18px) !important;
  }
}


/* =========================================================
   Novo GP5 5.1.7 — Menu sempre acima de anúncios
   ========================================================= */

:root {
  --novo-gp5-menu-z: 2147483000;
  --novo-gp5-menu-overlay-z: 2147482990;
}

.novo-gp5-menu-oficial {
  z-index: var(--novo-gp5-menu-z) !important;
}

body.novo-gp5-menu-open .gp-head,
body.novo-gp5-menu-open .gp-site-header {
  z-index: var(--novo-gp5-menu-z) !important;
  position: relative !important;
}

body.novo-gp5-menu-open .gp-nav,
.gp-nav.is-open {
  z-index: var(--novo-gp5-menu-z) !important;
  isolation: isolate !important;
}

/* Camada de fundo para cobrir banners e iframes */
.novo-gp5-menu-backdrop {
  display: none;
}

body.novo-gp5-menu-open .novo-gp5-menu-backdrop {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: var(--novo-gp5-menu-overlay-z) !important;
  background: rgba(7,31,61,.18) !important;
  backdrop-filter: blur(1px) !important;
  -webkit-backdrop-filter: blur(1px) !important;
  pointer-events: auto !important;
}

/* Reduz a força visual dos anúncios enquanto o menu está aberto */
body.novo-gp5-menu-open iframe[id^="google_ads_iframe"],
body.novo-gp5-menu-open ins.adsbygoogle,
body.novo-gp5-menu-open .adsbygoogle,
body.novo-gp5-menu-open .google-auto-placed,
body.novo-gp5-menu-open [id^="google_ads_iframe"],
body.novo-gp5-menu-open [id*="google_ads"],
body.novo-gp5-menu-open [class*="adsbygoogle"],
body.novo-gp5-menu-open [class*="ad-container"],
body.novo-gp5-menu-open [class*="ad-slot"],
body.novo-gp5-menu-open [class*="banner"] {
  z-index: 1 !important;
  position: relative !important;
}

/* Garante que o painel fique acima da camada de fundo */
body.novo-gp5-menu-open .gp-nav,
.gp-nav.is-open,
body.novo-gp5-menu-open .novo-gp5-menu-oficial {
  z-index: var(--novo-gp5-menu-z) !important;
}


/* =========================================================
   Novo GP5 5.1.8 — Refinamento da área final dos posts
   Transparência editorial + assinatura
   ========================================================= */

.gp-transparencia,
.gp-editorial-transparency,
.gp-transparencia-editorial,
.gp-content .gp-transparencia,
.gp-content .gp-editorial-transparency,
.gp-content .gp-transparencia-editorial {
  margin: 38px 0 28px !important;
  padding: 24px 26px !important;
  background: #f8fafc !important;
  border: 1px solid #dfe5ee !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(7,31,61,.055) !important;
  max-width: 760px !important;
}

.gp-transparencia::before,
.gp-editorial-transparency::before,
.gp-transparencia-editorial::before {
  content: "Transparência editorial";
  display: block;
  margin: 0 0 18px;
  color: #071f3d;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.gp-transparencia h2,
.gp-editorial-transparency h2,
.gp-transparencia-editorial h2,
.gp-content .gp-transparencia h2,
.gp-content .gp-editorial-transparency h2,
.gp-content .gp-transparencia-editorial h2 {
  margin: 0 0 18px !important;
  color: #071f3d !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
}

/* Oculta título duplicado quando o bloco já tem pseudo-título */
.gp-transparencia > h2:first-child,
.gp-editorial-transparency > h2:first-child,
.gp-transparencia-editorial > h2:first-child {
  display: none !important;
}

/* Linhas de metadados: corrige "Tipo de conteúdoNotícia" */
.gp-transparencia p,
.gp-editorial-transparency p,
.gp-transparencia-editorial p {
  margin: 0 0 10px !important;
  color: #263244 !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.gp-transparencia p strong,
.gp-editorial-transparency p strong,
.gp-transparencia-editorial p strong {
  display: inline-block !important;
  min-width: 168px !important;
  margin-right: 8px !important;
  color: #111827 !important;
  font-weight: 900 !important;
}

/* Texto explicativo */
.gp-transparencia p:not(:has(strong)),
.gp-editorial-transparency p:not(:has(strong)),
.gp-transparencia-editorial p:not(:has(strong)) {
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid #e3e9f2 !important;
  color: #374151 !important;
}

/* Lista de links institucionais */
.gp-transparencia a,
.gp-editorial-transparency a,
.gp-transparencia-editorial a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  margin: 6px 6px 0 0 !important;
  padding: 8px 13px !important;
  border: 1px solid #cfd8e6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #071f3d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(7,31,61,.04) !important;
}

.gp-transparencia a:hover,
.gp-editorial-transparency a:hover,
.gp-transparencia-editorial a:hover {
  border-color: #b84f00 !important;
  background: #b84f00 !important;
  color: #ffffff !important;
}

/* Quando os links aparecem soltos depois do texto, força bloco visual */
.gp-content p + p a[href*="sobre"],
.gp-content p + p a[href*="expediente"],
.gp-content p + p a[href*="politica"],
.gp-content p + p a[href*="contato"],
.gp-content p + p a[href*="equipe"] {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  margin: 6px 6px 0 0 !important;
  padding: 8px 13px !important;
  border: 1px solid #cfd8e6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #071f3d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

/* Separador antes da transparência */
.gp-content hr,
.gp-single-v360 .gp-content hr {
  max-width: 760px !important;
  margin: 36px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid #dfe5ee !important;
}

/* Refinamento do card de autor */
.gp-author-box {
  max-width: 760px !important;
  margin-top: 28px !important;
  padding: 22px !important;
  border: 1px solid #dbe4f0 !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  box-shadow: 0 12px 30px rgba(7,31,61,.06) !important;
}

.gp-author-avatar {
  background: #e8eef8 !important;
  border: 4px solid #ffffff !important;
  box-shadow: 0 0 0 1px #dbe4f0 !important;
  color: #071f3d !important;
}

.gp-author-label {
  color: #b84f00 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .085em !important;
  text-transform: uppercase !important;
}

.gp-author-info h2,
.gp-author-info h2 a {
  color: #071f3d !important;
  font-size: 22px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.gp-author-info h2 a:hover {
  color: #b84f00 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Fallback visual para bloco textual específico, caso não exista classe */
.gp-content h2:has(+ p strong) {
  margin-top: 38px !important;
}

/* Mobile */
@media (max-width: 700px) {
  .gp-transparencia,
  .gp-editorial-transparency,
  .gp-transparencia-editorial,
  .gp-content .gp-transparencia,
  .gp-content .gp-editorial-transparency,
  .gp-content .gp-transparencia-editorial {
    margin: 30px 0 22px !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  .gp-transparencia::before,
  .gp-editorial-transparency::before,
  .gp-transparencia-editorial::before {
    font-size: 23px !important;
  }

  .gp-transparencia p strong,
  .gp-editorial-transparency p strong,
  .gp-transparencia-editorial p strong {
    display: block !important;
    min-width: 0 !important;
    margin: 0 0 2px !important;
  }

  .gp-transparencia a,
  .gp-editorial-transparency a,
  .gp-transparencia-editorial a,
  .gp-content p + p a[href*="sobre"],
  .gp-content p + p a[href*="expediente"],
  .gp-content p + p a[href*="politica"],
  .gp-content p + p a[href*="contato"],
  .gp-content p + p a[href*="equipe"] {
    width: 100% !important;
    justify-content: center !important;
    margin-right: 0 !important;
  }

  .gp-author-box {
    padding: 16px !important;
    border-radius: 18px !important;
  }
}


/* =========================================================
   Novo GP5 5.1.9 — Ads Intelligence + imagens com máximo fixo
   ========================================================= */

:root {
  --novo-gp5-ad-max-desktop: 280px;
  --novo-gp5-ad-max-tablet: 220px;
  --novo-gp5-ad-max-mobile: 160px;
  --novo-gp5-img-max-home: 430px;
  --novo-gp5-img-max-card: 220px;
  --novo-gp5-img-max-single: 620px;
}

/* ANÚNCIOS GOOGLE — limite visual sem remover o anúncio */
ins.adsbygoogle,
.google-auto-placed,
.google-auto-placed ins.adsbygoogle,
[data-ad-status],
iframe[id^="google_ads_iframe"],
[id^="google_ads_iframe"],
[id*="google_ads"],
[class*="adsbygoogle"] {
  max-height: var(--novo-gp5-ad-max-desktop) !important;
  overflow: hidden !important;
}

.google-auto-placed,
.google-auto-placed > div,
.google-auto-placed ins,
ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Evita que anúncios automáticos ocupem metade da tela */
.google-auto-placed {
  min-height: 0 !important;
  height: auto !important;
  contain: layout paint style !important;
}

/* Banners dentro de post: menores */
.single .google-auto-placed,
.single ins.adsbygoogle,
.single iframe[id^="google_ads_iframe"],
.gp-content .google-auto-placed,
.gp-content ins.adsbygoogle,
.gp-content iframe[id^="google_ads_iframe"] {
  max-height: 200px !important;
}

/* Home: limite moderado */
.home .google-auto-placed,
.home ins.adsbygoogle,
.home iframe[id^="google_ads_iframe"],
body.home .google-auto-placed,
body.home ins.adsbygoogle {
  max-height: 220px !important;
}

/* Sidebar: mantém formato vertical, mas não extrapola */
.gp-sidebar .google-auto-placed,
.gp-sidebar ins.adsbygoogle,
.gp-sidebar iframe[id^="google_ads_iframe"],
aside .google-auto-placed,
aside ins.adsbygoogle {
  max-height: 360px !important;
}

/* Anúncios laterais fixos/autoposicionados */
body > .google-auto-placed,
body > ins.adsbygoogle {
  max-height: 280px !important;
}

/* Enquanto o menu estiver aberto, anúncios ficam por baixo */
body.novo-gp5-menu-open .google-auto-placed,
body.novo-gp5-menu-open ins.adsbygoogle,
body.novo-gp5-menu-open iframe[id^="google_ads_iframe"] {
  z-index: 1 !important;
  position: relative !important;
}

/* IMAGENS — tamanho máximo automático, preservando proporção */
.gp-hero-media {
  max-height: var(--novo-gp5-img-max-home) !important;
}

.gp-hero-media img,
.gp-hero-media .gp-placeholder {
  max-height: var(--novo-gp5-img-max-home) !important;
  object-fit: cover !important;
}

/* Cards da home e listas */
.gp-side-thumb,
.gp-side-thumb img,
.gp-region-post > a:first-child,
.gp-region-post > a:first-child img,
.gp-list-card img,
.gp-list-card .gp-placeholder,
.gp-related-thumb,
.gp-related-thumb img {
  max-height: var(--novo-gp5-img-max-card) !important;
  object-fit: cover !important;
}

/* Imagem principal da matéria */
.gp-featured,
.gp-single .gp-featured,
.gp-single-v360 .gp-featured {
  max-height: none !important;
}

.gp-featured img,
.gp-single .gp-featured img,
.gp-single-v360 .gp-featured img,
.wp-post-image {
  max-height: var(--novo-gp5-img-max-single) !important;
  object-fit: cover !important;
}

/* Conteúdo editorial: imagens nunca passam do contêiner */
.gp-content img,
.entry-content img,
.wp-block-image img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Imagens muito altas no corpo da matéria */
.gp-content figure,
.entry-content figure,
.wp-block-image {
  max-width: 100% !important;
  overflow: hidden !important;
}

.gp-content figure img,
.entry-content figure img,
.wp-block-image img {
  max-height: 620px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  ins.adsbygoogle,
  .google-auto-placed,
  .google-auto-placed ins.adsbygoogle,
  [data-ad-status],
  iframe[id^="google_ads_iframe"],
  [id^="google_ads_iframe"],
  [id*="google_ads"],
  [class*="adsbygoogle"] {
    max-height: var(--novo-gp5-ad-max-tablet) !important;
  }

  .gp-hero-media,
  .gp-hero-media img {
    max-height: 360px !important;
  }
}

/* Mobile */
@media (max-width: 700px) {
  ins.adsbygoogle,
  .google-auto-placed,
  .google-auto-placed ins.adsbygoogle,
  [data-ad-status],
  iframe[id^="google_ads_iframe"],
  [id^="google_ads_iframe"],
  [id*="google_ads"],
  [class*="adsbygoogle"] {
    max-height: var(--novo-gp5-ad-max-mobile) !important;
  }

  .single .google-auto-placed,
  .single ins.adsbygoogle,
  .gp-content .google-auto-placed,
  .gp-content ins.adsbygoogle {
    max-height: 150px !important;
  }

  .gp-sidebar .google-auto-placed,
  .gp-sidebar ins.adsbygoogle,
  aside .google-auto-placed,
  aside ins.adsbygoogle {
    max-height: 220px !important;
  }

  .gp-hero-media,
  .gp-hero-media img,
  .gp-hero-media .gp-placeholder {
    max-height: 260px !important;
  }

  .gp-featured img,
  .gp-single .gp-featured img,
  .gp-single-v360 .gp-featured img,
  .wp-post-image {
    max-height: 420px !important;
  }

  .gp-content figure img,
  .entry-content figure img,
  .wp-block-image img {
    max-height: 420px !important;
  }
}


/* =========================================================
   Novo GP5 5.2.0 — Mídia segura: anúncios e imagens
   Corrige corte de Auto Ads e reserva espaços estáveis.
   ========================================================= */

/* Cancela cortes agressivos da versão anterior em anúncios automáticos */
ins.adsbygoogle,
.google-auto-placed,
.google-auto-placed ins.adsbygoogle,
[data-ad-status],
iframe[id^="google_ads_iframe"],
[id^="google_ads_iframe"],
[id*="google_ads"],
[class*="adsbygoogle"] {
  max-height: none !important;
  height: auto;
  overflow: visible !important;
}

/* Slots próprios do tema: estes sim têm altura controlada */
.novo-gp5-ad-slot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 980px) !important;
  max-width: 100% !important;
  min-height: 90px !important;
  max-height: 280px !important;
  margin: 22px auto !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #f7f9fc !important;
  contain: layout paint style !important;
}

.novo-gp5-ad-slot--home {
  min-height: 120px !important;
  max-height: 260px !important;
}

.novo-gp5-ad-slot--post {
  min-height: 90px !important;
  max-height: 180px !important;
  margin: 28px auto !important;
}

.novo-gp5-ad-slot--sidebar {
  width: 300px !important;
  min-height: 250px !important;
  max-height: 600px !important;
}

.novo-gp5-ad-slot > ins.adsbygoogle,
.novo-gp5-ad-slot > .adsbygoogle,
.novo-gp5-ad-slot iframe[id^="google_ads_iframe"] {
  max-width: 100% !important;
  max-height: inherit !important;
  overflow: hidden !important;
}

/* Se o Google injetar anúncio automático fora dos slots, não corta; apenas evita empurrões gigantes */
.google-auto-placed {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  max-width: 100% !important;
}

/* Imagens: limitar apenas containers do tema, não anúncios */
.gp-hero-media {
  max-height: 430px !important;
  overflow: hidden !important;
}

.gp-hero-media img,
.gp-hero-media .gp-placeholder {
  width: 100% !important;
  height: 100% !important;
  max-height: 430px !important;
  object-fit: cover !important;
  object-position: center 42% !important;
}

.gp-featured img,
.gp-single .gp-featured img,
.gp-single-v360 .gp-featured img {
  max-height: 620px !important;
  object-fit: cover !important;
  object-position: center 35% !important;
}

.gp-content img,
.entry-content img,
.wp-block-image img {
  max-width: 100% !important;
  height: auto !important;
}

.gp-content figure img,
.entry-content figure img,
.wp-block-image img {
  max-height: 620px !important;
  object-fit: contain !important;
}

/* Cards e miniaturas */
.gp-side-thumb,
.gp-side-thumb img {
  max-height: 138px !important;
}

.gp-list-card img,
.gp-region-post img,
.gp-related-thumb img {
  object-fit: cover !important;
}

@media (max-width: 1024px) {
  .novo-gp5-ad-slot {
    max-height: 220px !important;
  }

  .novo-gp5-ad-slot--post {
    max-height: 170px !important;
  }

  .gp-hero-media,
  .gp-hero-media img {
    max-height: 360px !important;
  }
}

@media (max-width: 700px) {
  .novo-gp5-ad-slot {
    min-height: 70px !important;
    max-height: 150px !important;
    margin: 16px auto !important;
    border-radius: 10px !important;
  }

  .novo-gp5-ad-slot--post {
    max-height: 140px !important;
  }

  .novo-gp5-ad-slot--sidebar {
    width: 100% !important;
    min-height: 120px !important;
    max-height: 220px !important;
  }

  .gp-hero-media,
  .gp-hero-media img,
  .gp-hero-media .gp-placeholder {
    max-height: 260px !important;
  }

  .gp-featured img,
  .gp-single .gp-featured img,
  .gp-single-v360 .gp-featured img,
  .gp-content figure img,
  .entry-content figure img,
  .wp-block-image img {
    max-height: 420px !important;
  }
}


/* =========================================================
   Novo GP5 5.3.0 — Base definitiva Core Web Vitals
   Mídia, anúncios, home, post e layout estável.
   ========================================================= */

:root {
  --novo-gp5-width: 1180px;
  --novo-gp5-navy: #071f3d;
  --novo-gp5-orange: #b84f00;
  --novo-gp5-line: #dfe5ee;
  --novo-gp5-soft: #f6f8fb;
  --novo-gp5-shadow: 0 10px 28px rgba(7,31,61,.06);
  --novo-gp5-radius: 18px;

  --novo-gp5-ad-home-h: 180px;
  --novo-gp5-ad-post-h: 160px;
  --novo-gp5-ad-sidebar-h: 300px;
  --novo-gp5-ad-mobile-h: 120px;

  --novo-gp5-hero-h: 430px;
  --novo-gp5-card-h: 240px;
  --novo-gp5-mini-h: 132px;
  --novo-gp5-single-h: 560px;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.gp-wrap {
  width: min(calc(100% - 48px), var(--novo-gp5-width)) !important;
  margin-inline: auto !important;
}

/* Imagens: tamanhos máximos sem deformar */
.gp-hero-media {
  max-height: var(--novo-gp5-hero-h) !important;
  overflow: hidden !important;
  background: #eef2f7 !important;
}

.gp-hero-media img,
.gp-hero-media .gp-placeholder {
  width: 100% !important;
  height: 100% !important;
  max-height: var(--novo-gp5-hero-h) !important;
  object-fit: cover !important;
  object-position: center 42% !important;
}

.gp-list-card img,
.gp-region-post img,
.gp-related-thumb img,
.gp-side-thumb img {
  object-fit: cover !important;
  object-position: center 35% !important;
}

.gp-featured img,
.gp-single .gp-featured img,
.gp-single-v360 .gp-featured img {
  max-height: var(--novo-gp5-single-h) !important;
  object-fit: cover !important;
  object-position: center 35% !important;
}

.gp-content img,
.entry-content img,
.wp-block-image img {
  max-width: 100% !important;
  height: auto !important;
}

.gp-content figure img,
.entry-content figure img,
.wp-block-image img {
  max-height: 620px !important;
  object-fit: contain !important;
}

/* Slots de anúncios controlados pelo tema */
.novo-gp5-ad-slot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 970px) !important;
  min-height: 80px !important;
  max-height: var(--novo-gp5-ad-home-h) !important;
  margin: 22px auto !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #f7f9fc !important;
  contain: layout paint style !important;
}

.novo-gp5-ad-slot--home {
  max-height: var(--novo-gp5-ad-home-h) !important;
}

.novo-gp5-ad-slot--post {
  max-height: var(--novo-gp5-ad-post-h) !important;
  margin: 30px auto !important;
}

.novo-gp5-ad-slot--sidebar {
  width: 300px !important;
  min-height: 250px !important;
  max-height: var(--novo-gp5-ad-sidebar-h) !important;
}

.novo-gp5-ad-slot > ins.adsbygoogle,
.novo-gp5-ad-slot iframe[id^="google_ads_iframe"] {
  max-width: 100% !important;
  max-height: inherit !important;
  overflow: hidden !important;
}

/* Auto Ads: não cortar, mas evitar espaçamentos descontrolados */
.google-auto-placed {
  max-width: 100% !important;
  margin: 18px auto !important;
  overflow: visible !important;
}

body.novo-gp5-ads-compact .google-auto-placed:nth-of-type(n+4) {
  display: none !important;
}

/* Home mais compacta */
.gp-section {
  margin-top: 30px !important;
}

.gp-dashboard {
  margin-top: 22px !important;
}

.gp-card,
.gp-panel,
.gp-side-item,
.gp-legal-card,
.gp-region-box,
.gp-list-card,
.gp-widget {
  box-shadow: var(--novo-gp5-shadow) !important;
}

/* Post */
.gp-content {
  max-width: 760px !important;
}

.gp-transparencia-editorial,
.gp-editorial-transparency,
.gp-transparencia {
  margin: 38px 0 28px !important;
  padding: 24px 26px !important;
  background: #f8fafc !important;
  border: 1px solid #dfe5ee !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(7,31,61,.055) !important;
  max-width: 760px !important;
}

.gp-transparencia-editorial p strong,
.gp-editorial-transparency p strong,
.gp-transparencia p strong {
  display: inline-block !important;
  min-width: 168px !important;
  margin-right: 8px !important;
}

/* Menu sempre acima dos anúncios */
body.novo-gp5-menu-open .gp-nav,
.gp-nav.is-open,
body.novo-gp5-menu-open .novo-gp5-menu-oficial {
  z-index: 2147483000 !important;
}

body.novo-gp5-menu-open .novo-gp5-menu-backdrop {
  z-index: 2147482990 !important;
}

@media (max-width: 1024px) {
  :root {
    --novo-gp5-ad-home-h: 150px;
    --novo-gp5-ad-post-h: 140px;
    --novo-gp5-hero-h: 360px;
    --novo-gp5-single-h: 500px;
  }
}

@media (max-width: 700px) {
  :root {
    --novo-gp5-ad-home-h: var(--novo-gp5-ad-mobile-h);
    --novo-gp5-ad-post-h: var(--novo-gp5-ad-mobile-h);
    --novo-gp5-hero-h: 260px;
    --novo-gp5-single-h: 400px;
  }

  .gp-wrap {
    width: min(calc(100% - 22px), var(--novo-gp5-width)) !important;
  }

  .novo-gp5-ad-slot {
    min-height: 64px !important;
    margin: 16px auto !important;
    border-radius: 10px !important;
  }

  .gp-transparencia-editorial,
  .gp-editorial-transparency,
  .gp-transparencia {
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  .gp-transparencia-editorial p strong,
  .gp-editorial-transparency p strong,
  .gp-transparencia p strong {
    display: block !important;
    min-width: 0 !important;
  }
}


/* =========================================================
   Novo GP5 5.3.1 — Controle rígido de Auto Ads
   ========================================================= */

/* Impede anúncio gigante fixo inferior/ancorado */
body.novo-gp5-ads-clean iframe[id^="google_ads_iframe"][style*="position: fixed"],
body.novo-gp5-ads-clean ins.adsbygoogle[data-anchor-status],
body.novo-gp5-ads-clean .google-auto-placed.novo-gp5-ad-hidden,
body.novo-gp5-ads-clean .novo-gp5-ad-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Remove espaços vazios deixados por anúncio ocultado */
body.novo-gp5-ads-clean .novo-gp5-ad-collapse {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Controle visual dos anúncios restantes */
body.novo-gp5-ads-clean .google-auto-placed,
body.novo-gp5-ads-clean ins.adsbygoogle {
  max-width: min(100%, 970px) !important;
  margin: 18px auto !important;
}

/* Nunca permitir Auto Ads antes do conteúdo principal ocupar a primeira dobra */
body.novo-gp5-ads-clean .novo-gp5-before-content-ad {
  display: none !important;
}

/* Anúncios dentro da matéria: compactos */
body.novo-gp5-ads-clean.single .google-auto-placed,
body.novo-gp5-ads-clean.single ins.adsbygoogle {
  max-height: 180px !important;
  overflow: hidden !important;
}

/* Mobile ainda mais restrito */
@media (max-width: 700px) {
  body.novo-gp5-ads-clean .google-auto-placed,
  body.novo-gp5-ads-clean ins.adsbygoogle {
    max-height: 130px !important;
    overflow: hidden !important;
  }
}


/* =========================================================
   Novo GP5 5.3.2 — Editorial Trust
   ========================================================= */

.novo-gp5-trust {
  max-width: 800px;
  margin: 42px 0 30px;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(7,31,61,.07);
}

.novo-gp5-trust__head {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  padding: 22px 24px;
  background: linear-gradient(135deg, #071f3d, #0b2b52);
  color: #ffffff;
}

.novo-gp5-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  font-size: 22px;
}

.novo-gp5-trust__head h2 {
  margin: 0 0 4px !important;
  color: #ffffff !important;
  font-size: 26px !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
}

.novo-gp5-trust__head p {
  margin: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

.novo-gp5-trust__body {
  padding: 22px 24px 24px;
}

.novo-gp5-trust__summary {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.novo-gp5-trust__item {
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e3eaf4;
  border-radius: 16px;
}

.novo-gp5-trust__label {
  display: block;
  margin: 0 0 5px;
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.novo-gp5-trust__value {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.novo-gp5-trust__note {
  margin: 16px 0 0;
  padding: 16px;
  background: #fff8f0;
  border: 1px solid #f4d8bd;
  border-radius: 16px;
  color: #374151;
  font-size: 15px;
  line-height: 1.5;
}

.novo-gp5-trust__checks {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.novo-gp5-trust__checks li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #263244;
  font-size: 14px;
  font-weight: 800;
}

.novo-gp5-trust__checks li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #e8f7ee;
  color: #167a3f;
  font-size: 12px;
  font-weight: 900;
}

.novo-gp5-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e3eaf4;
}

.novo-gp5-trust__links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  border: 1px solid #cfd8e6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #071f3d !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.novo-gp5-trust__links a:hover {
  border-color: #b84f00 !important;
  background: #b84f00 !important;
  color: #ffffff !important;
}

/* Esconde o bloco textual antigo quando o novo trust card foi inserido */
body.novo-gp5-trust-active .gp-transparencia-editorial,
body.novo-gp5-trust-active .gp-editorial-transparency,
body.novo-gp5-trust-active .gp-transparencia {
  display: none !important;
}

@media (max-width: 700px) {
  .novo-gp5-trust {
    margin: 32px 0 24px;
    border-radius: 20px;
  }

  .novo-gp5-trust__head {
    grid-template-columns: 40px minmax(0,1fr);
    padding: 18px 16px;
  }

  .novo-gp5-trust__icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .novo-gp5-trust__head h2 {
    font-size: 23px !important;
  }

  .novo-gp5-trust__body {
    padding: 18px 16px;
  }

  .novo-gp5-trust__summary,
  .novo-gp5-trust__checks {
    grid-template-columns: 1fr;
  }

  .novo-gp5-trust__links a {
    width: 100%;
  }
}


/* =========================================================
   Novo GP5 5.3.4 — Trust visual restaurado e legado removido
   ========================================================= */

/* Mantém o modelo claro anterior */
.novo-gp5-trust {
  max-width: 800px !important;
  margin: 42px 0 30px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #dbe4f0 !important;
  border-radius: 24px !important;
  box-shadow: 0 14px 34px rgba(7,31,61,.07) !important;
  color: #111827 !important;
}

.novo-gp5-trust__head {
  background: linear-gradient(135deg, #071f3d, #0b2b52) !important;
  color: #ffffff !important;
}

.novo-gp5-trust__body {
  background: #ffffff !important;
  color: #111827 !important;
}

/* Evita que a assinatura entre visualmente no bloco de transparência */
.novo-gp5-trust + .gp-author-box,
.novo-gp5-trust + .gp-after-article,
.novo-gp5-trust ~ .gp-author-box,
.novo-gp5-trust ~ .gp-after-article {
  margin-top: 28px !important;
}

/* Caso algum bloco legado ainda escape antes do JS */
.novo-gp5-legacy-trust-remove {
  display: none !important;
}


/* =========================================================
   Novo GP5 5.3.5 — Refinos sem alterar layout
   ========================================================= */

/* 1. Espaçamento vertical mais enxuto sem mudar a estrutura */
.gp-section {
  margin-top: clamp(24px, 3vw, 32px) !important;
}

.gp-dashboard,
.gp-region-grid,
.gp-legal-grid,
.gp-opinion-grid {
  gap: 16px !important;
}

/* 2. Cards mais consistentes */
.gp-card,
.gp-panel,
.gp-side-item,
.gp-legal-card,
.gp-region-box,
.gp-list-card,
.gp-widget {
  box-shadow: 0 8px 22px rgba(7,31,61,.055) !important;
}

.gp-list-card h2,
.gp-region-post h4,
.gp-side-title,
.gp-legal-card h3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.gp-list-card h2 {
  -webkit-line-clamp: 3 !important;
}

.gp-region-post h4,
.gp-side-title,
.gp-legal-card h3 {
  -webkit-line-clamp: 2 !important;
}

/* 3. Imagens com altura máxima, sem deformar */
.gp-hero-media,
.gp-hero-media img {
  max-height: 410px !important;
}

.gp-side-thumb,
.gp-side-thumb img {
  max-height: 128px !important;
}

.gp-region-post > a:first-child,
.gp-region-post > a:first-child img,
.gp-region-post img {
  max-height: 64px !important;
}

.gp-list-card img,
.gp-list-card .gp-placeholder {
  max-height: 108px !important;
}

.gp-featured img,
.gp-single .gp-featured img,
.gp-single-v360 .gp-featured img {
  max-height: 560px !important;
}

/* 4. Anúncios menos invasivos, sem cortar Auto Ads globalmente */
.novo-gp5-ad-slot,
.novo-gp5-ad-slot--home {
  max-height: 170px !important;
}

.novo-gp5-ad-slot--post {
  max-height: 150px !important;
}

.google-auto-placed {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

/* Evita anúncios antes do primeiro bloco editorial quando o JS marcar */
.novo-gp5-ad-before-main,
.novo-gp5-ad-excess,
.novo-gp5-ad-too-close {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* 5. Cabeçalho levemente mais compacto */
.gp-head .gp-wrap {
  min-height: 70px !important;
}

.custom-logo {
  max-height: 56px !important;
}

/* 6. Assinatura mais limpa sem mudar o componente */
.gp-author-box {
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(7,31,61,.055) !important;
}

.gp-author-info h2,
.gp-author-info h2 a {
  letter-spacing: -.02em !important;
}

/* 7. Transparência editorial preservada */
.novo-gp5-trust {
  margin-top: 38px !important;
  margin-bottom: 28px !important;
}

/* 8. Mobile */
@media (max-width: 700px) {
  .gp-section {
    margin-top: 24px !important;
  }

  .gp-hero-media,
  .gp-hero-media img {
    max-height: 250px !important;
  }

  .gp-featured img,
  .gp-single .gp-featured img,
  .gp-single-v360 .gp-featured img {
    max-height: 390px !important;
  }

  .novo-gp5-ad-slot,
  .novo-gp5-ad-slot--home,
  .novo-gp5-ad-slot--post {
    max-height: 115px !important;
  }

  .gp-head .gp-wrap {
    min-height: 60px !important;
  }

  .custom-logo {
    max-height: 42px !important;
  }
}

/* Novo GP5 5.3.6 — Inteligência Editorial */
.novo-gp5-editorial-score{margin:16px 0;padding:14px 16px;border:1px solid #dbe4f0;border-radius:14px;background:#f8fafc}
.novo-gp5-editorial-score strong{color:#071f3d}
.novo-gp5-editorial-score ul{margin:10px 0 0 18px}
.novo-gp5-editorial-score li{margin:4px 0}
.novo-gp5-related-inline{max-width:760px;margin:34px 0 24px;padding:18px;border:1px solid #dfe5ee;border-radius:18px;background:#f8fafc}
.novo-gp5-related-inline h2{margin:0 0 12px;color:#071f3d;font-size:22px;line-height:1.1}
.novo-gp5-related-inline li{margin:8px 0}
.novo-gp5-related-inline a{font-weight:800;color:#071f3d}

/* Novo GP5 5.3.7 — Core Web Vitals */
.gp-hero-media{aspect-ratio:16/9!important;min-height:260px!important;background:#eef2f7!important;overflow:hidden!important}
.gp-featured{min-height:280px!important;background:#eef2f7!important;border-radius:18px!important;overflow:hidden!important}
.gp-hero-media img,.gp-featured img,.wp-post-image{contain:layout paint style}
@supports(content-visibility:auto){.gp-section:nth-of-type(n+3),.gp-sidebar,.gp-related-widget,.novo-gp5-related-inline,.novo-gp5-trust{content-visibility:auto;contain-intrinsic-size:1px 720px}}
.google-auto-placed,ins.adsbygoogle{contain:layout paint style!important}
.novo-gp5-ad-before-main,.novo-gp5-ad-excess,.novo-gp5-ad-too-close,.novo-gp5-cwv-hide-ad{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.gp-card,.gp-panel,.gp-side-item,.gp-region-box,.gp-list-card,.gp-legal-card{contain:layout paint style}
@media(max-width:700px){.gp-hero-media{min-height:190px!important}.gp-featured{min-height:210px!important}}
