:root {
  --qg-primary: #052b5c;
  --qg-secondary: #078aa0;
  --qg-border: #dce5ec;
  --qg-live: #ed161d;
  --qg-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --qg-serif: Georgia, "Times New Roman", serif;
}

/* Aplicativo e telas móveis: conteúdo integral na largura, sem carrosséis laterais. */
@media (max-width: 760px) {
  .qgv4-home .qgv4-hero__secondary {
    display: grid;
    height: 210px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
    overflow: visible;
  }

  .qgv4-home .qgv4-hero__secondary .qgv4-overlay {
    width: auto;
    min-width: 0;
    height: 210px;
    flex: none;
  }

  .qgv4-home .qgv4-hero__secondary .qgv4-overlay > a > span { padding: 12px 10px; }
  .qgv4-home .qgv4-hero__secondary .qgv4-overlay h3 { font-size: .92rem; line-height: 1.14; }

  .qgv4-home .qgv4-editorials__articles {
    display: block;
    overflow: visible;
  }

  .qgv4-home .qgv4-editorials__articles article {
    width: 100%;
    height: 255px;
    flex: none;
  }

  .qgv4-home .qgv4-editorials__articles h3 { font-size: 1.3rem; }

  .qgv4-home .qgv4-editorials .qgv4-editorials__people {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
  }

  .qgv4-home .qgv4-editorials .qgv4-editorials__people article {
    min-width: 0;
    min-height: 92px;
    padding: 5px 3px;
    flex: none;
  }

  .qgv4-home .qgv4-editorials .qgv4-editorials__people article > a {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .qgv4-home .qgv4-editorials .qgv4-editorials__people article strong {
    max-width: 100%;
    font-size: .61rem;
  }

  .qgv4-home .qgv4-editorials .qgv4-editorials__people article em { font-size: .46rem; }
  .qgv4-home .qgv4-editorials .qgv4-editorials__people article small { display: none; }

  .qgv4-home .qgv4-three,
  .qgv4-home .qgv4-politica .qgv4-three {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
  }

  .qgv4-home .qgv4-three .qgv4-small,
  .qgv4-home .qgv4-politica .qgv4-three .qgv4-small {
    width: auto;
    min-width: 0;
    height: 150px;
    flex: none;
  }

  .qgv4-home .qgv4-grid--middle,
  .qgv4-home .qgv4-grid--bottom {
    display: block;
  }

  .qgv4-home .qgv4-grid--middle > *,
  .qgv4-home .qgv4-grid--bottom > *,
  .qgv4-home .qgv4-local-column,
  .qgv4-home .qgv4-world-column,
  .qgv4-home .qgv4-grid--bottom > .qgv4-stack {
    position: static;
    top: auto;
    width: 100%;
    margin-top: 10px;
  }

  .qgv4-home .qgv4-grid--bottom { margin-bottom: 0; }
  .qgv4-home .qgv4-local-column,
  .qgv4-home .qgv4-world-column { display: block; }

  .qgv4-home .qgv4-grid--bottom .qgv4-card,
  .qgv4-home .qgv4-grid--middle .qgv4-card { clear: both; }

  .qgv4-home .qgv4-ad-editorial,
  .qgv4-home .qg-managed-ad.qgv4-ad-editorial {
    position: static;
    display: flex;
    width: 100% !important;
    max-width: none !important;
    min-height: 140px;
    margin: 10px 0 0 !important;
    overflow: hidden;
  }

  .qgv4-home .qgv4-play { margin-top: 10px; }
  .qgv4-home .qgv4-play__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .qgv4-home .qgv4-brasil-list,
  .qgv4-home .qgv4-world .qgv4-brasil-list {
    width: 100%;
    overflow: visible;
  }
}

html,
body.home {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background: #041f42;
}

html {
  overflow-y: auto;
}

body.home {
  overflow-y: hidden;
}

body.home .qgv4-home {
  background: #fff;
}

body.home .qg-footer {
  margin-bottom: 0 !important;
}

@media (min-width: 1101px) {
  .qg-header .container,
  .qgv4-shell,
  .qg-footer .container {
    width: min(var(--qgv4-shell), calc(100% - 164px));
  }

  .qgv4-overlay > a > span {
    padding: 16px;
  }

  .qgv4-overlay h3 {
    overflow: hidden;
  }

  .qgv4-hero__lead h3 {
    font-size: 1.58rem;
    line-height: 1.08;
  }

  .qgv4-hero__secondary .qgv4-overlay h3 {
    font-size: 1.08rem;
  }
}

.qg-header {
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: 0;
}

.qg-header *,
.qg-header *::before,
.qg-header *::after {
  box-sizing: border-box;
}

.qg-header a {
  text-decoration: none;
}

.qg-header__main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  height: 88px;
}

.qg-header__left {
  display: flex;
  align-items: start;
  justify-self: start;
  height: 48px;
}

.qg-icon-action {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: var(--qg-primary);
  color: #fff;
}

.qg-icon-action .dashicons {
  width: 27px;
  height: 27px;
  font-size: 27px;
}

.qg-wordmark {
  grid-column: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.qg-wordmark strong {
  color: var(--qg-primary);
  font: 900 2rem/.92 var(--qg-sans);
  letter-spacing: -.06em;
  white-space: nowrap;
}

.qg-wordmark strong em {
  color: inherit;
  font-style: normal;
}

.qg-wordmark small {
  margin-top: 6px;
  color: #536b82;
  font-size: .48rem;
  font-weight: 700;
  letter-spacing: .22em;
  white-space: nowrap;
}

.qg-header-search-trigger {
  display: grid;
  place-items: center;
  align-self: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--qg-border);
  background: transparent;
  color: var(--qg-primary);
}

.qg-header-search-trigger .dashicons {
  width: 21px;
  height: 21px;
  font-size: 21px;
}

.qg-header__right {
  display: flex;
  align-items: stretch;
  height: 48px;
  justify-self: end;
}

.qg-header__left .qg-live-link {
  border-left: 0;
}

.qg-header__left .qg-header-search-trigger {
  border-right: 0;
  border-left: 1px solid var(--qg-border);
}

.qgv4-stories {
  width: calc(100% - 28px);
  margin: 0 0 12px;
  margin-inline: auto;
  padding: 8px 0;
}

.qgv4-stories__track {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.qgv4-story { min-width: 0; }

.qgv4-story > a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.qgv4-story__image {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  padding: 2px;
  border: 2px solid #d72a5f;
  border-radius: 50%;
}

.qgv4-story__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.qgv4-story strong {
  display: -webkit-box;
  overflow: hidden;
  color: #0a2a51;
  font-size: .62rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.qgv4-story time {
  display: block;
  margin-top: 4px;
  color: #788792;
  font-size: .5rem;
}

.qgv4-hero .qgv4-overlay > a::after {
  background: none;
}

.qgv4-hero {
  grid-template-areas: "side lead secondary";
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(290px, .88fr);
  margin-bottom: 0;
}

.qgv4-hero__side {
  position: relative;
  grid-area: side;
  min-width: 0;
  overflow: hidden;
  background: transparent;
}
.qgv4-hero__lead { grid-area: lead; }
.qgv4-hero__secondary { grid-area: secondary; }

.qgv4-hero .qgv4-overlay,
.qgv4-hero .qgv4-overlay > a,
.qgv4-hero .qgv4-overlay img {
  border-radius: 7px;
}

.qgv4-hero__side {
  border-radius: 7px;
}

.qgv4-hero__side h3 {
  font-size: 1.58rem;
  line-height: 1.08;
}

.qgv4-hero__side p {
  display: none;
}

.qgv4-hero__side-slide > a > span {
  bottom: 25px;
}

.qgv4-hero__side-slide > a > span::before {
  bottom: -25px;
  height: calc(100% + 48px);
}

.qgv4-hero__side-track {
  display: flex;
  width: 400%;
  height: 100%;
  will-change: transform;
  animation: qgv4-side-track 15s infinite;
}

.qgv4-hero__side-slide {
  position: relative;
  flex: 0 0 25%;
  height: 100%;
}

.qgv4-hero__side--count-2 .qgv4-hero__side-track {
  width: 300%;
  animation-name: qgv4-side-track-two;
  animation-duration: 10s;
}

.qgv4-hero__side--count-2 .qgv4-hero__side-slide {
  flex-basis: 33.333333%;
}

.qgv4-hero__side--count-1 .qgv4-hero__side-track {
  width: 200%;
  animation: none;
}

.qgv4-hero__side--count-1 .qgv4-hero__side-slide {
  flex-basis: 50%;
}

.qgv4-hero__side:hover .qgv4-hero__side-track {
  animation-play-state: paused;
}

.qgv4-hero__side-dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  transform: translateX(-50%);
  pointer-events: none;
}

.qgv4-hero__side-dots span {
  width: 21px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .32);
  animation: qgv4-side-dot 15s infinite;
}

.qgv4-hero__side-dots span:nth-child(1) { animation-delay: -.6s; }
.qgv4-hero__side-dots span:nth-child(2) { animation-delay: 4.4s; }
.qgv4-hero__side-dots span:nth-child(3) { animation-delay: 9.4s; }

.qgv4-hero__side:hover .qgv4-hero__side-dots span {
  animation-play-state: paused;
}

@keyframes qgv4-side-track {
  0%, 28% { transform: translateX(0); }
  34%, 61% { transform: translateX(-25%); }
  67%, 94% { transform: translateX(-50%); }
  100% { transform: translateX(-75%); }
}

@keyframes qgv4-side-track-two {
  0%, 43% { transform: translateX(0); }
  50%, 93% { transform: translateX(-33.333333%); }
  100% { transform: translateX(-66.666667%); }
}

@keyframes qgv4-side-dot {
  0%, 30% { background: #fff; }
  33.333%, 100% { background: rgba(255, 255, 255, .42); }
}

@media (prefers-reduced-motion: reduce) {
  .qgv4-hero__side-track {
    width: 100%;
    animation: none;
  }

  .qgv4-hero__side-slide {
    display: none;
  }

  .qgv4-hero__side-dots span {
    animation: none;
  }

  .qgv4-hero__side-dots span:first-child {
    background: #fff;
  }

  .qgv4-hero__side-slide:first-child {
    display: block;
    flex-basis: 100%;
  }
}

.qgv4-hero .qgv4-overlay > a > span {
  isolation: isolate;
  padding: 12px 16px 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .62);
}

.qgv4-hero .qgv4-overlay > a > span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% + 34px);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, .98) 0%,
    rgba(0, 0, 0, .94) 44%,
    rgba(0, 0, 0, .68) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.qgv4-hero .qgv4-hero__side-slide > a > span::before {
  bottom: -25px;
  height: calc(100% + 48px);
}

.qgv4-hero .qgv4-overlay small {
  display: none;
}

.qgv4-hero__secondary .qgv4-overlay > a > span::before {
  height: calc(100% + 14px);
}

.qgv4-hero__lead p {
  max-width: 94%;
  max-height: 2.9em;
  font-size: .76rem;
  line-height: 1.45;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.qgv4-ad-slot {
  display: grid;
  place-items: center;
  width: min(970px, calc(100% - 36px));
  min-height: 90px;
  margin: 0 auto 14px;
  border: 1px solid #e1e8ee;
  border-radius: 7px;
  background: #f6f8fa;
  color: #84929d;
}

.qgv4-ad-slot span,
.qgv4-ad-slot strong {
  grid-column: 1;
  grid-row: 1;
}

.qgv4-ad-slot span {
  margin-top: -15px;
  font-size: .55rem;
  letter-spacing: .08em;
}

.qgv4-ad-slot strong {
  margin-top: 12px;
  font-size: .72rem;
}

.qgv4-ad-slot--between {
  position: relative;
  z-index: 1;
  width: min(970px, calc(100% - 36px));
  min-height: 90px;
  margin-top: 0;
  margin-bottom: 16px;
  clear: both;
}

.qgv4-ad-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--qgv4-gap);
  width: 100%;
  margin: 0 0 16px;
}

.qgv4-ad-pair .qgv4-ad-slot--between {
  width: 100%;
  margin: 0;
}

/* A própria faixa controla o respiro dos dois lados. A camada isolada impede
   que o carrossel animado seja pintado por cima dos banners. */
.qgv4-hero + .qgv4-ad-pair {
  position: relative;
  z-index: 4;
  isolation: isolate;
  clear: both;
  margin: 44px 0 16px;
}

/* Na faixa inferior, Cotidiano e Mundo dividem igualmente a área das duas
   primeiras colunas; a terceira mantém a largura própria da publicidade lateral. */
.qgv4-grid--bottom {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.04fr) minmax(290px, .88fr);
}

/* Reserva final equivalente à altura de um banner antes do rodapé. */
.qgv4-grid--channels {
  margin-bottom: 62px;
}

@media (max-width: 760px) {
  .qgv4-ad-pair {
    grid-template-columns: 1fr;
  }
}

.qgv4-editorials__articles {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  width: min(440px, 100%);
  margin-inline: auto;
  padding: 10px 0 12px;
  border-bottom: 1px solid #e7edf1;
}

.qgv4-editorials {
  padding: 8px 12px 11px;
  background: #fcfdfe;
}

.qgv4-editorials-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(290px, .88fr);
  align-items: start;
  gap: var(--qgv4-gap);
  width: 100%;
  margin: 16px 0 0;
}

.qgv4-editorials-row .qgv4-editorials {
  grid-column: 2;
  min-width: 0;
  margin-left: 0;
  margin-top: 0;
}

.qgv4-editorials-row .qgv4-most--editorial {
  grid-column: 3;
}

.qgv4-ad-editorial {
  display: grid;
  min-width: 0;
  place-items: center;
  align-content: center;
  border: 1px solid #dce5ec;
  border-radius: 8px;
  background: linear-gradient(145deg, #f8fafc, #eef3f7);
  color: #8795a1;
}

.qgv4-most--editorial {
  min-width: 0;
}

.qgv4-stack--ad {
  position: relative;
  top: -2px;
  grid-template-rows: 283px auto;
  align-content: start;
}

.qgv4-flow-column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: var(--qgv4-gap);
}

.qgv4-agenda-column,
.qgv4-world-column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: var(--qgv4-gap);
}

.qgv4-ad-agenda,
.qgv4-ad-world {
  min-height: 250px;
}

.qgv4-ad-agenda {
  height: 290px;
}

.qgv4-ad-world {
  height: 319px;
}

.qgv4-ad-flow {
  min-height: 501px;
}

.qgv4-brasil-list {
  display: grid;
  gap: 5px;
  margin: 0 8px 8px;
}

.qgv4-brasil-list article {
  position: relative;
  min-width: 0;
  height: 82px;
  overflow: hidden;
  padding-top: 6px;
}

.qgv4-brasil-list article + article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  left: 114px;
  height: 1px;
  background: rgba(9, 38, 77, .09);
}

.qgv4-brasil-list article > a {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  height: 100%;
}

.qgv4-brasil-list img {
  width: 104px;
  height: 74px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center top;
}

.qgv4-brasil-list h3 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--qgv4-navy);
  font-size: .82rem;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.qgv4-brasil-list p {
  display: -webkit-box;
  margin: 5px 0 0;
  overflow: hidden;
  color: #607485;
  font-size: .56rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.qgv4-brasil-list p,
.qgv4-flow > .qgv4-overlay p {
  display: none;
}

.qgv4-flow__trending {
  margin: 10px 8px 0;
  overflow: hidden;
  border: 1px solid #f1bfd4;
  border-radius: 7px;
  background: rgba(255, 255, 255, .72);
}

.qgv4-flow .qgv4-two .qgv4-small {
  position: relative;
  height: 150px;
  border-color: #efb8d0;
  background: #8f1d67;
}

.qgv4-flow > .qgv4-overlay > a::after {
  background: linear-gradient(180deg, transparent 25%, rgba(205, 31, 126, .18) 48%, rgba(175, 22, 111, .68) 73%, rgba(73, 8, 61, .97) 100%);
}

.qgv4-flow .qgv4-two .qgv4-small > a {
  position: relative;
  display: block;
  height: 100%;
}

.qgv4-flow .qgv4-two .qgv4-small > a::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 25% 0 0;
  background: linear-gradient(180deg, transparent, rgba(190, 24, 112, .6) 48%, rgba(91, 12, 74, .96) 100%);
  pointer-events: none;
}

.qgv4-flow .qgv4-two .qgv4-small img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qgv4-flow .qgv4-two .qgv4-small > a > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 11px 9px;
}

.qgv4-flow .qgv4-two .qgv4-small b {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  background: rgba(232, 31, 119, .88);
  color: #fff;
  font-size: .5rem;
}

.qgv4-flow .qgv4-two .qgv4-small h3 {
  margin-top: 6px;
  color: #fff;
  font-size: .72rem;
  line-height: 1.18;
  text-shadow: 0 1px 4px rgba(55, 0, 38, .65);
  -webkit-line-clamp: 2;
}

.qgv4-flow .qgv4-two .qgv4-small time {
  margin-top: 6px;
  color: rgba(255, 255, 255, .86);
  font-size: .5rem;
}

.qgv4-flow__trending header {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 7px 10px;
  border-bottom: 1px solid #f3d6e2;
  color: var(--qgv4-pink);
}

.qgv4-flow__trending header .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.qgv4-flow__trending h3 {
  margin: 0;
  color: var(--qgv4-pink);
  font-size: .65rem;
  text-transform: uppercase;
}

.qgv4-flow__trending header a {
  font-size: .5rem;
  font-weight: 900;
}

.qgv4-flow__trending ol {
  margin: 0;
  padding: 5px 10px 8px;
  list-style: none;
}

.qgv4-flow__trending li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 30px;
  border-bottom: 1px solid rgba(228, 33, 112, .09);
}

.qgv4-flow__trending li:last-child { border-bottom: 0; }

.qgv4-flow__trending li b {
  color: var(--qgv4-pink);
  font-size: .68rem;
}

.qgv4-flow__trending li a {
  display: -webkit-box;
  overflow: hidden;
  color: #42324a;
  font-size: .59rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.qgv4-flow__nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 8px;
  padding: 8px 6px;
  background: linear-gradient(90deg, #e62170, #a719b9);
}

.qgv4-flow__nav a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-size: .48rem;
  font-weight: 800;
  white-space: nowrap;
}

.qgv4-flow__nav .dashicons {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

/* Tecnologia: mesma profundidade editorial do Quadro Flow, com identidade azul. */
.qgv4-tech {
  border-color: #b9d7f2;
  background: linear-gradient(180deg, #f8fcff, #eef7ff);
}

.qgv4-tech > .qgv4-overlay {
  height: 274px;
}

.qgv4-tech .qgv4-head__icon {
  border-color: #9cc8ee;
  background: #e8f4ff;
  color: #0968bd;
}

.qgv4-tech .qgv4-head h2,
.qgv4-tech .qgv4-head > a,
.qgv4-tech .qgv4-flow__trending header,
.qgv4-tech .qgv4-flow__trending h3,
.qgv4-tech .qgv4-flow__trending li b {
  color: #0968bd;
}

.qgv4-tech > .qgv4-overlay b,
.qgv4-tech .qgv4-two .qgv4-small b {
  background: rgba(8, 108, 196, .92);
}

.qgv4-tech > .qgv4-overlay > a::after {
  background: linear-gradient(180deg, transparent 24%, rgba(19, 119, 205, .15) 47%, rgba(8, 78, 145, .72) 74%, rgba(3, 31, 70, .98) 100%);
}

.qgv4-tech .qgv4-two .qgv4-small {
  border-color: #a9cfee;
  background: #07569d;
}

.qgv4-tech .qgv4-two .qgv4-small > a::after {
  background: linear-gradient(180deg, transparent, rgba(12, 104, 183, .62) 48%, rgba(3, 42, 88, .97) 100%);
}

.qgv4-tech .qgv4-two .qgv4-small h3 {
  text-shadow: 0 1px 4px rgba(0, 31, 69, .72);
}

.qgv4-tech .qgv4-flow__trending {
  border-color: #b9d8f1;
  background: rgba(255, 255, 255, .82);
}

.qgv4-tech .qgv4-flow__trending header {
  border-bottom-color: #d6e8f6;
}

.qgv4-tech .qgv4-flow__trending li {
  border-bottom-color: rgba(8, 104, 186, .1);
}

.qgv4-tech .qgv4-flow__trending li a {
  color: #173653;
}

.qgv4-tech .qgv4-flow__nav {
  background: linear-gradient(90deg, #075aa6, #0798c7);
}

/* Newsletter ampla no encerramento da home. */
.qgv4-newsletter-wide {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(260px, .8fr) minmax(510px, 1.45fr);
  align-items: center;
  gap: 17px;
  margin-top: 18px;
  padding: 15px 26px;
  overflow: hidden;
  border: 1px solid rgba(92, 181, 226, .24);
  border-radius: 9px;
  background: linear-gradient(112deg, #061d3c 0%, #073d72 57%, #075c7c 100%);
  box-shadow: 0 16px 35px rgba(3, 29, 64, .16);
  color: #fff;
}

.qgv4-newsletter-wide::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -118px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255, 255, 255, .025), 0 0 0 68px rgba(255, 255, 255, .018);
  pointer-events: none;
}

.qgv4-newsletter-wide__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}
.qgv4-newsletter-wide__icon .dashicons { width: 29px; height: 29px; font-size: 29px; }
.qgv4-newsletter-wide__copy { position: relative; z-index: 1; min-width: 0; }
.qgv4-newsletter-wide__copy > span { color: #69dbe2; font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.qgv4-newsletter-wide__copy h2 { margin: 4px 0 5px; color: #fff; font-size: 1.28rem; line-height: 1.08; }
.qgv4-newsletter-wide__copy p { max-width: 430px; margin: 0; color: #d9e8f1; font-size: .69rem; line-height: 1.42; }
.qgv4-newsletter-wide__copy p strong { color:#fff; font-weight:700; }

.qgv4-newsletter-wide__form {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) 24px minmax(150px, 1fr) auto;
  align-items: center;
  gap: 7px;
}
.qgv4-newsletter-wide__form label {
  display: grid;
  height: 42px;
  grid-template-columns: 31px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 6px;
  background: #fff;
  color: #0b5579;
}
.qgv4-newsletter-wide__form label > .dashicons { justify-self: end; width: 17px; height: 17px; font-size: 17px; }
.qgv4-newsletter-wide__form input { min-width: 0; height: 40px; padding: 0 9px; border: 0; outline: 0; background: transparent; color: #102b4d; font-size: .66rem; }
.qgv4-newsletter-wide__form input:focus,
.qgv4-newsletter-wide__form input:focus-visible { box-shadow: none; outline: 0; }
.qgv4-newsletter-wide__form input:focus::placeholder { color: transparent; opacity: 0; }
.qgv4-newsletter-wide__form > i { color: #b9d0df; font-size: .52rem; font-style: normal; font-weight: 900; text-align: center; }
.qgv4-newsletter-wide__form button { height: 42px; padding: 0 17px; border: 0; border-radius: 6px; background: #13a169; color: #fff; font-size: .59rem; font-weight: 900; letter-spacing: .025em; cursor: pointer; white-space: nowrap; }
.qgv4-newsletter-wide__form button:hover { background: #0e8c5a; }
.qgv4-newsletter-wide__form > small {
  grid-column: 1 / -1;
  margin-top: 1px;
  color: #b4cad8;
  font-size: .48rem;
  line-height: 1.3;
  text-align: center;
}
.qgv4-newsletter-wide__notice { position: relative; z-index: 2; grid-column: 1 / -1; margin-top: 1px; padding: 7px 10px; border-radius: 5px; font-size: .58rem; font-weight: 800; text-align: center; }
.qgv4-newsletter-wide__notice.is-success { background: rgba(19, 161, 105, .22); color: #bff5db; }
.qgv4-newsletter-wide__notice.is-error { background: rgba(225, 58, 72, .2); color: #ffd5da; }

@media (max-width: 1100px) {
  .qgv4-newsletter-wide { grid-template-columns: 58px 1fr; }
  .qgv4-newsletter-wide__form { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .qgv4-newsletter-wide { grid-template-columns: 48px minmax(0, 1fr); gap: 13px; padding: 20px 16px; }
  .qgv4-newsletter-wide__icon { width: 48px; height: 48px; }
  .qgv4-newsletter-wide__copy h2 { font-size: 1rem; }
  .qgv4-newsletter-wide__form { display: grid; grid-template-columns: 1fr; }
  .qgv4-newsletter-wide__form > i { padding: 1px 0; }
  .qgv4-newsletter-wide__form button { width: 100%; }
}

/* Home: interação restrita à própria fotografia. O transform não altera a
   caixa, o texto ou o espaçamento dos módulos. */
.qgv4-home img {
  transition: transform .42s cubic-bezier(.2, .72, .25, 1);
  transform-origin: center center;
}

.qgv4-home img:hover {
  transform: scale(1.04) !important;
}

/* Os destaques usam texto e degradê sobre a fotografia; nesses módulos o
   estado de hover pertence ao link, mas somente a imagem é transformada. */
.qgv4-home .qgv4-overlay > a:hover > img {
  transform: scale(1.04) !important;
}

.qgv4-home .qg-managed-ad img:hover {
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .qgv4-home img { transition: none; }
  .qgv4-home img:hover { transform: none !important; }
}

.qgv4-play__screen-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 8px 8px 0;
  overflow: hidden;
  border-radius: 7px;
  background: #071a31;
}

.qgv4-grid--middle > .qgv4-play {
  align-self: start;
}

.qgv4-play .qgv4-head > .qgv4-play__live-link {
  padding: 7px 9px;
  border-radius: 4px;
  background: #e51b35;
  color: #fff;
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}

.qgv4-play__screen,
.qgv4-play__screen-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.qgv4-play__screen {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.qgv4-play__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qgv4-play__info {
  margin: 0 8px;
  padding: 11px 2px 13px;
  border-bottom: 1px solid #e3e9ee;
}

.qgv4-play__info > b {
  color: #d91d5d;
  font-size: .55rem;
  text-transform: uppercase;
}

.qgv4-play__info h2 {
  margin: 6px 0 8px;
  color: var(--qgv4-navy);
  font-family: var(--qg-serif);
  font-size: 1.05rem;
  line-height: 1.15;
}

.qgv4-play__info p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #74828d;
  font-size: .55rem;
}

.qgv4-play__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 8px;
}

.qgv4-play__item {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background: #fff;
  color: var(--qgv4-navy);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.qgv4-play__thumb {
  position: relative;
  display: block;
  height: 88px;
  overflow: hidden;
}

.qgv4-play__thumb::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgba(2, 18, 38, .55));
}

.qgv4-play__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qgv4-play__thumb i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(4, 37, 73, .78);
  color: #fff;
  font-size: 21px;
  font-style: normal;
  transform: translate(-50%, -50%);
}

.qgv4-play__item-copy {
  display: block;
  padding: 8px;
}

.qgv4-play__item-copy b,
.qgv4-play__item-copy strong,
.qgv4-play__item-copy small {
  display: block;
}

.qgv4-play__item-copy b {
  color: #d91d5d;
  font-size: .48rem;
  text-transform: uppercase;
}

.qgv4-play__item-copy strong {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  font-size: .63rem;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.qgv4-play__item-copy small {
  margin-top: 5px;
  color: #7b8993;
  font-size: .48rem;
}

.qgv4-brasil-list small,
.qgv4-brasil-list time {
  display: block;
  margin-top: 4px;
  color: #84919a;
  font-size: .49rem;
}

.qgv4-most li .qgv4-most__image {
  grid-row: 1 / 3;
}

.qgv4-most li > b {
  grid-row: 1 / 3;
}

.qgv4-most li > a:not(.qgv4-most__image) {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  display: -webkit-box;
  overflow: hidden;
  font-size: .67rem;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.qgv4-most__date {
  grid-column: 3;
  grid-row: 2;
  align-self: start;
  margin-top: 3px;
  color: #7b8993;
  font-size: .5rem;
}

/* Ajusta o ritmo da coluna direita: cinco linhas somam 15px e alinham
   Tempo + publicidade ao rodapé dos blocos Cotidiano e Mundo. */
.qgv4-agro li {
  grid-template-columns: 101px 30px minmax(0, 1fr);
  min-height: 77px;
}

.qgv4-agro .qgv4-most__image {
  width: 101px;
  height: 61px;
}

.qgv4-politica > .qgv4-overlay p {
  margin: 8px 0 0;
  line-height: 1.38;
  -webkit-line-clamp: 2;
}

.qgv4-brasil > .qgv4-overlay p,
.qgv4-politica > .qgv4-overlay p {
  display: none;
}

.qgv4-politica > .qgv4-overlay small {
  display: block;
  margin-top: 12px;
}

.qgv4-politica .qgv4-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.qgv4-politica .qgv4-three .qgv4-small {
  height: 156px;
  border-color: #e6ebef;
  border-radius: 6px;
}

.qgv4-politica .qgv4-three .qgv4-small img {
  height: 92px;
}

.qgv4-politica .qgv4-three .qgv4-small span {
  padding: 7px 8px;
}

.qgv4-politica .qgv4-three .qgv4-small h3 {
  font-size: .67rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
}

.qgv4-politica .qgv4-three .qgv4-small time {
  margin-top: 5px;
  color: #778691;
  font-size: .5rem;
}

.qgv4-grid--middle > .qgv4-play,
.qgv4-grid--bottom > .qgv4-world-column {
  position: relative;
  top: -322px;
}

.qgv4-grid--bottom > .qgv4-world-column {
  top: -859px;
}

.qgv4-grid--primary > .qgv4-brasil,
.qgv4-grid--middle > .qgv4-flow-column,
.qgv4-grid--bottom > .qgv4-local {
  position: relative;
  top: -548px;
}

.qgv4-grid--bottom > .qgv4-local {
  align-self: start;
}

/* Mantém a coluna da direita no mesmo ritmo vertical do bloco Mais lidas. */
.qgv4-grid--primary > .qgv4-politica,
.qgv4-grid--middle > .qgv4-agenda-column,
.qgv4-grid--bottom > .qgv4-stack {
  position: relative;
  top: -100px;
}

.qgv4-grid--bottom > .qgv4-stack {
  top: -666px;
  align-self: start;
  grid-template-rows: auto auto;
}

.qgv4-grid--bottom {
  margin-bottom: -858px;
}

.qgv4-ad-services {
  height: 345px;
}

.qgv4-weather-regions {
  height: 330px;
}

.qgv4-weather-regions > header {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 6px 10px;
  border-bottom: 1px solid #e7edf1;
}

.qgv4-weather-regions > header > .dashicons {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--qgv4-navy);
  color: #fff;
  font-size: 20px;
}

.qgv4-weather-regions > header h2 {
  margin: 0;
  color: var(--qgv4-navy);
  font-size: .86rem;
  text-transform: uppercase;
}

.qgv4-weather-regions > header a {
  font-size: .52rem;
  font-weight: 900;
}

.qgv4-weather-regions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
  padding: 3px 10px 7px;
}

.qgv4-weather-regions__grid article {
  display: grid;
  grid-template-columns: 28px 74px auto;
  align-items: center;
  justify-content: start;
  column-gap: 3px;
  min-width: 0;
  min-height: 46px;
  border-bottom: 1px solid #edf1f4;
}

.qgv4-weather-regions__grid article:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 6px);
}

.qgv4-weather-regions__grid .dashicons {
  width: 23px;
  height: 23px;
  color: #e3a118;
  font-size: 23px;
}

.qgv4-weather-regions__grid p,
.qgv4-weather-regions__grid b,
.qgv4-weather-regions__grid small {
  display: block;
  margin: 0;
}

.qgv4-weather-regions__grid b {
  color: var(--qgv4-navy);
  font-size: .65rem;
  line-height: 1.1;
}

.qgv4-weather-regions__grid small {
  margin-top: 2px;
  color: #71808b;
  font-size: .52rem;
}

.qgv4-weather-regions__grid strong {
  color: #0b4e91;
  font-size: .9rem;
  white-space: nowrap;
}

.qgv4-weather-regions__local {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 10px;
  padding: 11px 13px;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef7fc, #f8fbfd);
  border: 1px solid #d9e9f2;
}

.qgv4-weather-regions__local > .dashicons {
  width: 42px;
  height: 42px;
  color: #e3a118;
  font-size: 42px;
}

.qgv4-weather-regions__local small,
.qgv4-weather-regions__local b,
.qgv4-weather-regions__local p {
  display: block;
  margin: 0;
}

.qgv4-weather-regions__local small {
  color: #24829a;
  font-size: .47rem;
  font-weight: 850;
  letter-spacing: .06em;
}

.qgv4-weather-regions__local b {
  margin-top: 2px;
  color: var(--qgv4-navy);
  font-size: .7rem;
}

.qgv4-weather-regions__local p {
  margin-top: 2px;
  color: #647887;
  font-size: .52rem;
}

.qgv4-weather-regions__local > strong {
  color: var(--qgv4-navy);
  font-size: 1.45rem;
  font-weight: 600;
}

.qgv4-weather-regions__label {
  margin: 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7edf1;
  color: #0b4e91;
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.qg-footer {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #0a8da2;
  background:
    radial-gradient(circle at 88% 12%, rgba(25, 143, 171, .2), transparent 26%),
    linear-gradient(135deg, #062f5b 0%, #041f42 100%);
}

.qg-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.035), transparent);
}

.qg-footer__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(3, minmax(120px, .72fr)) minmax(180px, .9fr);
  gap: clamp(24px, 3vw, 48px);
  padding: 46px 0 34px;
}

.qg-footer__brand {
  padding-right: 20px;
}

.qg-footer .qg-wordmark {
  grid-column: auto;
  align-items: flex-start;
}

.qg-footer .qg-wordmark strong {
  color: #fff;
  font-size: 1.72rem;
  letter-spacing: -.055em;
}

.qg-footer .qg-wordmark strong em {
  color: #48c5d4;
}

.qg-footer .qg-wordmark small {
  margin-top: 7px;
  color: #a9c6d8;
  font-size: .46rem;
  letter-spacing: .16em;
  white-space: normal;
}

.qg-footer__brand > p {
  max-width: 285px;
  margin: 18px 0 0;
  color: #c8d8e4;
  font-size: .65rem;
  line-height: 1.55;
}

.qg-footer__grid nav,
.qg-footer__apps {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.qg-footer__grid h3 {
  position: relative;
  margin: 3px 0 17px;
  padding-bottom: 10px;
  color: #fff;
  font-size: .67rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.qg-footer__grid h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #36b7ca;
}

.qg-footer__grid nav > a {
  margin-bottom: 9px;
  color: #c9d9e5;
  font-size: .62rem;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.qg-footer__grid nav > a:hover {
  color: #fff;
  transform: translateX(3px);
}

.qg-footer__social {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.qg-footer__social a {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.qg-footer__social a:hover {
  border-color: #48c5d4;
  background: #0a7892;
  transform: translateY(-2px);
}

.qg-footer__social .dashicons {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.qg-footer__social b {
  font-size: .65rem;
}

.qg-footer__apps > p {
  margin: -5px 0 13px;
  color: #adc4d4;
  font-size: .58rem;
}

.qg-footer__apps > a {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 8px;
  width: 150px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: .63rem;
  font-weight: 750;
  line-height: 1.05;
  text-decoration: none;
}

.qg-footer__apps > a .dashicons {
  color: #65d3df;
}

.qg-footer__apps > a small {
  display: block;
  margin-bottom: 2px;
  color: #a9c2d3;
  font-size: .43rem;
  font-weight: 500;
}

.qg-footer__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: #9fb8ca;
  font-size: .54rem;
}

.qg-columns-page {
  min-height: 70vh;
  padding: 34px 0 52px;
  background: #f7f9fb;
  color: var(--qgv4-navy);
}

.qg-columns-page > .container {
  width: min(var(--qgv4-shell), calc(100% - 164px));
}

.qg-columns-intro,
.qg-column-hero {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #062f5b, #074d72);
  color: #fff;
}

.qg-columns-intro {
  padding: 46px 52px;
}

.qg-columns-intro::after,
.qg-column-hero::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(42, 187, 205, .14);
}

.qg-columns-intro > span,
.qg-column-hero > div:nth-child(2) > span {
  color: #6bd2de;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.qg-columns-intro h1 {
  max-width: 700px;
  margin: 9px 0 10px;
  color: #fff;
  font-family: var(--qg-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.03;
}

.qg-columns-intro p {
  max-width: 620px;
  margin: 0;
  color: #d6e5ee;
  font-size: .84rem;
}

.qg-columnists-list,
.qg-all-columns,
.qg-column-feed {
  margin-top: 30px;
}

.qg-columnists-list > header,
.qg-all-columns > header,
.qg-column-feed > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dce5ec;
}

.qg-columnists-list h2,
.qg-all-columns h2,
.qg-column-feed h2 {
  margin: 0;
  color: var(--qgv4-navy);
  font-family: var(--qg-serif);
  font-size: 1.45rem;
}

.qg-all-columns > header p,
.qg-column-feed > header span {
  margin: 0;
  color: #6c7d89;
  font-size: .64rem;
}

.qg-columnists-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.qg-columnists-list__grid > article {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #dce5ec;
  border-radius: 9px;
  background: #fff;
}

.qg-columnist-profile__image {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 4px solid #d9e0e5;
  border-radius: 50%;
  background: #eaf0f4;
}

.qg-columnist-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qg-columnist-profile__image > .dashicons {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #0b4e91;
  font-size: 38px;
}

.qg-columnists-list__grid article span,
.qg-all-columns__grid article span,
.qg-column-feed__grid article span {
  color: #07889c;
  font-size: .55rem;
  font-weight: 850;
  text-transform: uppercase;
}

.qg-columnists-list__grid h3 {
  margin: 4px 0 6px;
  font-size: .85rem;
}

.qg-columnists-list__grid h3 a,
.qg-all-columns__grid h3 a,
.qg-column-feed__grid h2 a {
  color: var(--qgv4-navy);
  text-decoration: none;
}

.qg-columnists-list__grid p {
  display: -webkit-box;
  margin: 0 0 7px;
  overflow: hidden;
  color: #5e7180;
  font-size: .58rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.qg-columnists-list__grid small {
  display: block;
  color: #81909a;
  font-size: .5rem;
}

.qg-columnist-profile__more {
  display: inline-block;
  margin-top: 9px;
  color: #0b4e91;
  font-size: .52rem;
  font-weight: 900;
  text-decoration: none;
}

.qg-all-columns__grid,
.qg-column-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.qg-all-columns__grid article,
.qg-column-feed__grid article {
  overflow: hidden;
  border: 1px solid #dce5ec;
  border-radius: 9px;
  background: #fff;
}

.qg-column-card__image {
  display: block;
  height: 175px;
  overflow: hidden;
}

.qg-column-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .3s ease;
}

.qg-all-columns__grid article:hover img,
.qg-column-feed__grid article:hover img {
  transform: scale(1.035);
}

.qg-all-columns__grid article > div,
.qg-column-feed__grid article > div {
  padding: 14px 15px 16px;
}

.qg-all-columns__grid h3,
.qg-column-feed__grid h2 {
  margin: 5px 0 7px;
  font-family: var(--qg-serif);
  font-size: 1rem;
  line-height: 1.16;
}

.qg-all-columns__grid p,
.qg-column-feed__grid p {
  display: -webkit-box;
  margin: 0 0 9px;
  overflow: hidden;
  color: #5f7180;
  font-size: .65rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.qg-all-columns__grid small,
.qg-column-feed__grid small {
  color: #81909a;
  font-size: .52rem;
}

.qg-column-hero {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 28px 34px;
}

.qg-column-hero__portrait {
  position: relative;
  z-index: 1;
  width: 146px;
  height: 146px;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: #dce7ee;
}

.qg-column-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qg-column-hero h1 {
  margin: 5px 0 8px;
  color: #fff;
  font-family: var(--qg-serif);
  font-size: 2.3rem;
}

.qg-column-hero p {
  max-width: 670px;
  margin: 0;
  color: #d9e6ee;
  font-size: .76rem;
  line-height: 1.5;
}

.qg-column-hero > a {
  position: relative;
  z-index: 1;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 6px;
  color: #fff;
  font-size: .57rem;
  font-weight: 900;
  text-decoration: none;
}

.qg-columns-empty {
  padding: 40px;
  border: 1px solid #dce5ec;
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

.qgv4-ad-editorial span,
.qgv4-ad-editorial strong {
  display: block;
  text-align: center;
}

.qgv4-ad-editorial span {
  font-size: .58rem;
  letter-spacing: .08em;
}

.qgv4-ad-editorial strong {
  margin-top: 5px;
  font-size: .78rem;
}

.qgv4-editorials > header {
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 7px;
  min-height: 36px;
  padding-bottom: 5px;
}

.qgv4-editorials__icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.qgv4-editorials__icon .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.qgv4-editorials h2 {
  font-size: .82rem;
}

.qgv4-editorials__articles article {
  min-width: 0;
  height: 280px;
  overflow: hidden;
  border-radius: 7px;
  background: #092d49;
}

.qgv4-editorials__articles article > a {
  position: relative;
  display: block;
  height: 100%;
}

.qgv4-editorials__articles article > a::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(180deg, transparent, rgba(2, 17, 35, .96));
  pointer-events: none;
}

.qgv4-editorials__articles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qgv4-editorials__articles article span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px;
  color: #fff;
}

.qgv4-editorials__articles article b,
.qgv4-editorials__articles article strong,
.qgv4-editorials__articles article small {
  display: block;
}

.qgv4-editorials__articles article b {
  color: #69d1df;
  font-size: .52rem;
  text-transform: uppercase;
}

.qgv4-editorials__articles article strong {
  margin-top: 4px;
  font-size: .62rem;
}

.qgv4-editorials__articles h3 {
  display: -webkit-box;
  margin: 5px 0 7px;
  overflow: hidden;
  color: #fff;
  font-family: var(--qg-serif);
  font-size: 1.4rem;
  line-height: 1.1;
  line-height: 1.16;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.qgv4-editorials__articles article small {
  color: rgba(255, 255, 255, .8);
  font-size: .52rem;
}

.qgv4-editorials__columnists-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 24px;
  padding-top: 7px;
}

.qgv4-editorials__columnists-head strong {
  color: var(--qgv4-navy);
  font-size: .68rem;
  text-transform: uppercase;
}

.qgv4-editorials__columnists-head a {
  font-size: .55rem;
  font-weight: 900;
}

.qgv4-editorials__columnists-head + .qgv4-editorials__people {
  padding-top: 7px;
}

.qgv4-editorials .qgv4-editorials__people {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.qgv4-editorials .qgv4-editorials__people article {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.qgv4-editorials .qgv4-editorials__people article:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  width: 1px;
  height: 64%;
  background: #d9e0e6;
}

.qgv4-editorials .qgv4-editorials__people article > a {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  overflow: hidden;
  border: 3px solid #c7d0d8;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(5, 43, 92, .12);
}

.qgv4-editorials .qgv4-editorials__people article > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.qgv4-editorials .qgv4-editorials__people article span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
}

.qgv4-editorials .qgv4-editorials__people article b {
  color: #12869a;
  font-size: .5rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.qgv4-editorials .qgv4-editorials__people article strong {
  margin-top: 1px;
  color: var(--qgv4-navy);
  font-family: var(--qg-serif);
  font-size: .75rem;
  line-height: 1.12;
}

.qgv4-editorials .qgv4-editorials__people article em {
  margin-top: 3px;
  color: #2f6e9a;
  font-size: .52rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.qgv4-editorials .qgv4-editorials__people article small {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: #607485;
  font-size: .56rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.qg-weather-mini,
.qg-live-link,
.qg-account {
  display: grid;
  align-content: center;
  padding: 0 16px;
  border-left: 1px solid var(--qg-border);
}

.qg-weather-mini {
  grid-template-columns: auto auto;
  column-gap: 7px;
  min-width: 128px;
}

.qg-weather-mini .dashicons {
  color: #e9aa13;
}

.qg-weather-mini strong {
  font-size: .86rem;
}

.qg-weather-mini small {
  grid-column: 1/3;
  margin-top: 2px;
  color: #5c7182;
  font-size: .54rem;
}

.qg-live-link {
  min-width: 96px;
  text-align: center;
}

.qg-live-link strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 7px 9px;
  border-radius: 4px;
  background: var(--qg-live);
  color: #fff;
  font-size: .64rem;
  white-space: nowrap;
}

.qg-live-link small {
  margin-top: 3px;
  color: #5c7182;
  font-size: .52rem;
}

.qg-live-ring {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: qg-header-pulse 1.35s infinite;
}

.qg-account {
  grid-template-columns: auto auto;
  align-items: center;
  gap: 6px;
  color: var(--qg-primary);
  font-size: .7rem;
  white-space: nowrap;
}

.qg-marketbar {
  min-height: 36px;
  background: var(--qg-primary) !important;
  border: 0 !important;
}

.qg-marketbar__inner {
  display: block;
  min-height: 36px;
}

.qg-marketbar__nav {
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.qg-marketbar__nav::-webkit-scrollbar {
  display: none;
}

.qg-marketbar__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.8vw, 30px);
  width: max-content;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.qg-marketbar__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qg-marketbar__nav li:last-child {
  position: relative;
  margin-left: 3px;
  padding-left: 18px;
  border-left: 0;
}

.qg-marketbar__nav li:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .34);
  transform: translateY(-50%);
}

.qg-marketbar__nav a {
  display: block;
  padding: 12px 0 11px;
  color: rgba(255, 255, 255, .72) !important;
  font-size: .66rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.qg-marketbar__nav a:hover,
.qg-marketbar__nav a:focus-visible {
  color: #82dbe7 !important;
}

.qg-header button:focus-visible,
.qg-header a:focus-visible,
.qg-header input:focus-visible {
  outline: 3px solid #21a8bd;
  outline-offset: 2px;
}

@keyframes qg-header-pulse {
  50% { opacity: .35; transform: scale(.72); }
}

@media (max-width: 1100px) {
  .qg-columns-page > .container {
    width: min(100% - 48px, var(--qgv4-shell));
  }

  .qg-columnists-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qg-all-columns__grid,
  .qg-column-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qg-header__main {
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    height: 82px;
  }

  .qg-weather-mini { display: none; }
  .qg-live-link,
  .qg-account { padding-inline: 11px; }
  .qg-header__left { height: 44px; }

  .qgv4-stories__track {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .qgv4-stories__track::-webkit-scrollbar { display: none; }
  .qgv4-story { flex: 0 0 168px; }

  .qgv4-hero {
    grid-template-areas: "lead secondary" "side side";
    grid-template-columns: 1.45fr .85fr;
  }

  .qgv4-hero__side {
    height: 260px;
  }

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

  .qgv4-editorials .qgv4-editorials__people {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qgv4-editorials-row {
    display: block;
  }

  .qgv4-editorials-row .qgv4-editorials {
    margin-left: 0;
  }

  .qgv4-ad-editorial {
    min-height: 140px;
    margin-top: 12px;
  }

  .qgv4-grid--middle > .qgv4-play,
  .qgv4-grid--bottom > .qgv4-world-column {
    top: 0;
  }
  .qgv4-stack--ad {
    top: 0;
  }

  .qgv4-grid--primary > .qgv4-brasil,
  .qgv4-grid--middle > .qgv4-flow-column,
  .qgv4-grid--bottom > .qgv4-local {
    top: 0;
  }

  .qgv4-grid--primary > .qgv4-politica,
  .qgv4-grid--middle > .qgv4-agenda-column,
  .qgv4-grid--bottom > .qgv4-stack {
    top: 0;
  }

  .qgv4-grid--bottom {
    margin-bottom: 0;
  }

  .qg-footer__grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }

  .qg-footer__brand {
    grid-row: span 2;
  }

}

@media (max-width: 760px) {
  .qg-columns-page {
    padding: 18px 0 34px;
  }

  .qg-columns-page > .container {
    width: min(100% - 24px, var(--qgv4-shell));
  }

  .qg-columns-intro {
    padding: 30px 24px;
  }

  .qg-columnists-list__grid,
  .qg-all-columns__grid,
  .qg-column-feed__grid {
    grid-template-columns: 1fr;
  }

  .qg-column-hero {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .qg-column-hero__portrait {
    width: 90px;
    height: 90px;
  }

  .qg-column-hero h1 {
    font-size: 1.55rem;
  }

  .qg-column-hero > a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .qg-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    padding: 34px 0 26px;
  }

  .qg-footer__brand {
    grid-column: 1 / -1;
    grid-row: auto;
    padding-right: 0;
  }

  .qg-footer__apps {
    grid-column: 1 / -1;
  }

  .qg-footer__bottom {
    display: grid;
    gap: 8px;
  }

  .qg-header__main {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
    height: 70px;
  }

  .qg-icon-action {
    width: 38px;
    height: 38px;
  }

  .qg-icon-action .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .qg-wordmark { grid-column: 2; }
  .qg-wordmark strong { font-size: 1.25rem; }

  .qg-wordmark small {
    max-width: 180px;
    overflow: hidden;
    font-size: .38rem;
    letter-spacing: .14em;
    text-overflow: ellipsis;
  }

  .qg-weather-mini,
  .qg-account { display: none; }

  .qg-header__right { height: 38px; }
  .qg-header__left { height: 38px; }

  .qg-header-search-trigger {
    width: 38px;
    height: 38px;
    border-right: 1px solid var(--qg-border);
  }

  .qg-live-link {
    min-width: 72px;
    padding: 0;
    border: 0;
  }

  .qg-live-link strong {
    padding: 6px 7px;
    font-size: .54rem;
  }

  .qg-live-link small { display: none; }
  .qg-marketbar,
  .qg-marketbar__inner { min-height: 36px; }

  .qg-marketbar__nav ul {
    justify-content: flex-start;
    gap: 24px;
    min-width: max-content;
  }

  .qg-marketbar__nav a {
    padding: 12px 0 11px;
    font-size: .6rem;
  }

  .qg-marketbar__nav li:last-child {
    margin-left: 0;
    padding-left: 18px;
  }

  .qgv4-stories {
    padding-inline: 8px;
  }

  .qgv4-story {
    flex-basis: 154px;
  }

  .qgv4-story > a {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .qgv4-story__image {
    width: 52px;
    height: 52px;
  }

  .qgv4-ad-slot {
    min-height: 62px;
  }

  .qgv4-hero {
    display: flex;
    flex-direction: column;
  }

  .qgv4-hero__lead { order: 1; }
  .qgv4-hero__secondary { order: 2; }
  .qgv4-hero__side {
    order: 3;
    height: 245px;
    margin-top: 10px;
  }

  .qgv4-editorials__articles {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .qgv4-editorials__articles::-webkit-scrollbar { display: none; }

  .qgv4-editorials__articles article {
    flex: 0 0 82%;
    height: 190px;
  }

  .qgv4-editorials .qgv4-editorials__people {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .qgv4-editorials .qgv4-editorials__people::-webkit-scrollbar { display: none; }

  .qgv4-editorials .qgv4-editorials__people article {
    flex: 0 0 210px;
  }
}

/* Correção final do aplicativo: estas regras precisam vencer os alinhamentos do desktop. */
@media (max-width: 760px) {
  .qgv4-home .qgv4-hero__secondary {
    display: grid !important;
    height: 220px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  .qgv4-home .qgv4-hero__secondary > .qgv4-overlay {
    width: 100% !important;
    min-width: 0 !important;
    height: 220px !important;
    overflow: hidden !important;
  }

  .qgv4-home .qgv4-hero__secondary .qgv4-overlay > a > span {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 11px 9px 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .qgv4-home .qgv4-hero__secondary .qgv4-overlay h3 {
    display: -webkit-box !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: .84rem !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .qgv4-home .qgv4-grid--middle,
  .qgv4-home .qgv4-grid--bottom,
  .qgv4-home .qgv4-grid--channels {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin-bottom: 0 !important;
  }

  .qgv4-home .qgv4-grid--middle > *,
  .qgv4-home .qgv4-grid--bottom > *,
  .qgv4-home .qgv4-grid--channels > *,
  .qgv4-home .qgv4-local-column,
  .qgv4-home .qgv4-world-column,
  .qgv4-home .qgv4-flow-column,
  .qgv4-home .qgv4-agenda-column,
  .qgv4-home .qgv4-grid--bottom > .qgv4-stack {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  .qgv4-home .qgv4-grid--bottom #cotidiano,
  .qgv4-home .qgv4-grid--bottom #mundo,
  .qgv4-home .qgv4-grid--channels > .qgv4-card {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qgv4-ad-editorial,
  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qg-managed-ad {
    display: flex !important;
    width: 100% !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    margin: 0 0 10px !important;
    overflow: hidden !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qgv4-ad-editorial img,
  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qg-managed-ad img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .qgv4-home .qgv4-bottom-ad-pair {
    position: static !important;
    clear: both !important;
    margin-top: 10px !important;
  }
}

/* Ritmo final das publicidades entre as editorias no aplicativo. */
@media (max-width: 760px) {
  .qgv4-home .qg-managed-ad[data-ad-position="home_flow_cotidiano"],
  .qgv4-home .qgv4-ad-cotidiano,
  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qgv4-ad-agenda,
  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qg-managed-ad {
    align-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column > .qgv4-stack {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column .qgv4-agro {
    width: 100% !important;
    margin-top: 7px !important;
  }

  .qgv4-home .qgv4-grid--bottom { gap: 0 !important; }

  .qgv4-home .qgv4-grid--bottom > .qgv4-world-column {
    margin-top: 7px !important;
  }

  .qgv4-home .qgv4-grid--bottom > .qgv4-world-column > .qgv4-ad-world,
  .qgv4-home .qgv4-grid--bottom > .qgv4-world-column > .qg-managed-ad {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .qgv4-home .qgv4-grid--bottom > .qgv4-world-column > #mundo {
    margin-top: 10px !important;
  }

  .qgv4-home .qgv4-local-column > #cotidiano { margin-top: 7px !important; }
}

/* Distância uniforme entre estruturas no aplicativo. */
@media (max-width: 760px) {
  .qgv4-home { --qgv4-mobile-section-gap: 12px; }

  .qgv4-home .qgv4-hero + .qgv4-ad-pair {
    margin: var(--qgv4-mobile-section-gap) 0 !important;
  }

  .qgv4-home .qgv4-ad-pair {
    gap: var(--qgv4-mobile-section-gap) !important;
    margin-bottom: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-ad-pair .qgv4-ad-slot--between,
  .qgv4-home .qgv4-ad-pair .qg-managed-ad {
    margin: 0 !important;
  }

  .qgv4-home .qgv4-grid,
  .qgv4-home .qgv4-grid--primary,
  .qgv4-home .qgv4-grid--middle,
  .qgv4-home .qgv4-grid--bottom,
  .qgv4-home .qgv4-grid--channels {
    margin-top: var(--qgv4-mobile-section-gap) !important;
    row-gap: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-agenda-column .qgv4-agro {
    margin-top: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-grid--bottom > .qgv4-world-column {
    margin-top: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-grid--bottom > .qgv4-world-column > #mundo {
    margin-top: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-local-column > #cotidiano {
    margin-top: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-grid--bottom > .qgv4-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--qgv4-mobile-section-gap) !important;
  }

  .qgv4-home .qgv4-grid--bottom > .qgv4-stack > * {
    width: 100% !important;
    margin: 0 !important;
  }
}

/* Grades internas de Flow e Tecnologia sem rolagem lateral no aplicativo. */
@media (max-width: 760px) {
  .qgv4-home .qgv4-flow .qgv4-two,
  .qgv4-home .qgv4-tech .qgv4-two {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
  }

  .qgv4-home .qgv4-flow .qgv4-two .qgv4-small,
  .qgv4-home .qgv4-tech .qgv4-two .qgv4-small {
    width: auto !important;
    min-width: 0 !important;
    height: 150px !important;
    flex: none !important;
  }
}

/* Cabeçalho equilibrado: ações, marca central e conta do leitor. */
.qg-header__left {
  align-items: center;
}

.qg-header__left .qg-live-link {
  min-width: 84px;
  padding-inline: 8px;
}

.qg-header__left .qg-live-link strong {
  padding: 6px 8px;
}

@media (max-width: 760px) {
  .qg-header__main {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 6px;
  }

  .qg-header__left {
    justify-self: start;
    gap: 3px;
    width: max-content;
  }

  .qg-header__left .qg-live-link {
    min-width: 56px;
    padding: 0;
  }

  .qg-header__left .qg-live-link strong {
    padding: 5px 6px;
    border-radius: 5px;
    font-size: .5rem;
  }

  .qg-header__left .qg-header-search-trigger {
    width: 32px;
    height: 34px;
    border: 0;
  }

  .qg-header__left .qg-header-search-trigger .dashicons {
    width: 19px;
    height: 19px;
    font-size: 19px;
  }

  .qg-wordmark {
    grid-column: 2;
    justify-self: center;
  }

  .qg-wordmark strong {
    font-size: clamp(1.08rem, 5.2vw, 1.3rem);
  }

  .qg-header__right {
    display: flex;
    align-items: center;
    justify-self: end;
    height: 38px;
  }

  .qg-header__right .qg-weather-mini {
    display: none;
  }

  .qg-header__right .qg-reader-account,
  .qg-header__right .qg-account {
    display: flex;
  }

  .qg-header__right .qg-reader-account__toggle {
    min-height: 36px;
    padding: 0;
    border: 0;
  }

  .qg-header__right .qg-reader-avatar {
    width: 34px;
    height: 34px;
  }

  .qg-header__right .qg-reader-account__identity,
  .qg-header__right .qg-reader-account__arrow {
    display: none;
  }

  .qg-header__right .qg-reader-login-open {
    width: 34px;
    min-width: 34px;
    min-height: 34px;
    justify-content: center;
    padding: 0;
    border: 0;
  }

  .qg-header__right .qg-reader-login-open strong {
    display: none;
  }

  .qg-header__right .qg-reader-account__menu {
    right: 0;
  }
}

/* Banner imediatamente abaixo do Quadro Play: largura integral da grade. */
@media (max-width: 760px) {
  .qgv4-home .qgv4-grid--middle > .qgv4-play + .qgv4-agenda-column {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-play + .qgv4-agenda-column > .qgv4-ad-agenda,
  .qgv4-home .qgv4-grid--middle > .qgv4-play + .qgv4-agenda-column > .qg-managed-ad {
    display: flex !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
    grid-column: 1 / -1 !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-play + .qgv4-agenda-column > .qgv4-stack {
    grid-column: 1 / -1 !important;
  }

  .qgv4-home .qgv4-grid--middle > .qgv4-play + .qgv4-agenda-column > .qg-managed-ad > a,
  .qgv4-home .qgv4-grid--middle > .qgv4-play + .qgv4-agenda-column > .qg-managed-ad img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
  }
}
