/* Ads */

[class^="gcnot-"]:has(> :not(img):nth-child(3)) {
    display: flex;     
    justify-content: space-between;
    gap: 20px;
}
[class^="gcnot-"] > * {
    border-radius: var(--secondary-rounded);
    overflow: hidden;
}

[class^="gcnot-"]:has(img) {
    width: fit-content;
}

.gcnot-post-conteudo-sidebar, .gcnot-noticias-dos-poderes-sidebar, .gcnot-colunistas-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
}

/* Geral */

body.page:not(.home) .page-header {
  font-style: italic;
  color: var(--primary-color);
  border-bottom: 1px solid #DEE0E2;
  padding-bottom: 0.75rem; /* Equivalente ao pb-3 (12px) */
  position: relative;
}

body.page:not(.home) .page-header::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 0.5rem; /* Equivalente ao h-2 (8px) */
  width: 155px;
  border-radius: 5px;
  background-color: var(--primary-color);
}

body.page:not(.home) h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
}