/* ═══════════════════════════════════════════════════
   PBS PREMIUM REDESIGN — mantém IDs/funções, muda experiência visual
   ═══════════════════════════════════════════════════ */
:root,
[data-theme="light"] {
  --bg: #F7FBFF;
  --bg-2: #FFFFFF;
  --bg-3: #F4E7C6;
  --bg-4: #EAF5FF;
  --bg-5: #D7ECFF;
  --card: #FFFFFF;
  --card-2: #FFFFFF;
  --red: #1677FF;
  --red-2: #66B8FF;
  --red-glow: rgba(22,119,255,.28);
  --red-subtle: rgba(22,119,255,.10);
  --sand: #F4E7C6;
  --navy: #001B2A;
  --text: #1F1F1F;
  --text-2: #475569;
  --text-3: #718096;
  --line: rgba(0,27,42,.08);
  --line-2: rgba(0,27,42,.14);
  --header-bg: #001B2A;
  --topbar-bg: #001B2A;
  --shadow: 0 8px 28px rgba(0,27,42,.08);
  --shadow-lg: 0 18px 60px rgba(0,27,42,.15);
}

body {
  background:
    radial-gradient(circle at top left, rgba(22,119,255,.12), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(244,231,198,.55), transparent 26%),
    linear-gradient(180deg, #F8FCFF 0%, #FFFFFF 42%, #F7FBFF 100%);
}

.site-container { width: min(1240px, calc(100% - 40px)); }

.pbs-header {
  position: sticky;
  top: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(102,184,255,.18), transparent 32%),
    linear-gradient(135deg, #00111D 0%, #001B2A 58%, #062B46 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 42px rgba(0,27,42,.26);
}

.pbs-header::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.topbar { display: none; }

.pbs-header-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, auto) 1fr auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  min-height: 128px;
  height: auto;
  padding: 12px 0 10px;
}

.pbs-brand {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pbs-brand img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,.25));
  flex-shrink: 0;
}

.pbs-wordmark strong {
  display: block;
  color: #fff;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .86;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.28);
}

.pbs-wordmark strong span {
  color: #1677FF;
  font-size: 1.18em;
  letter-spacing: -.07em;
}

.pbs-wordmark small {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sand);
  color: #001B2A;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pbs-header-right {
  grid-column: 2 / 4;
  justify-self: end;
  display: grid;
  gap: 14px;
  width: min(720px, 100%);
}

.pbs-social-row,
.pbs-action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.pbs-social-row a,
.pbs-weather {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.pbs-weather { gap: 6px; font-size: .78rem; }
.pbs-weather b { color: #fff; font-size: .7rem; }

.pbs-search {
  display: flex;
  max-width: 360px;
  flex: 1;
  margin: 0;
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.12);
  border-radius: 999px;
}

.pbs-search input { color: #fff; }
.pbs-search input::placeholder { color: rgba(255,255,255,.58); }
.pbs-search button { border-radius: 50%; width: 42px; background: #1677FF; }

.btn-header-primary,
.btn-header-sand {
  min-height: 46px;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: .92rem;
  font-weight: 900;
}

.btn-header-primary { background: #1677FF; color: #fff; }
.btn-header-sand { background: var(--sand); color: #001B2A; }
.btn-header-sand:hover { background: #fff1cc; color: #001B2A; }

.pbs-category-nav {
  position: relative;
  z-index: 2;
  background: rgba(0,13,23,.46);
  border-top: 1px solid rgba(255,255,255,.08);
}

.pbs-category-nav .cat-nav-inner { justify-content: space-between; gap: 2px; }
.pbs-category-nav .cat-nav-inner a {
  color: rgba(255,255,255,.82);
  border-right: 0;
  border-radius: 10px 10px 0 0;
  padding: 13px 12px;
  font-size: .78rem;
  letter-spacing: 0;
  text-transform: none;
}
.pbs-category-nav .cat-nav-inner a:first-child { color: #fff; background: rgba(22,119,255,.22); }
.pbs-category-nav .cat-nav-inner a::after { height: 3px; background: #1677FF; border-radius: 999px 999px 0 0; }

.breaking-bar {
  margin-top: 18px;
  background: #fff;
  border-color: rgba(0,27,42,.08);
  border-radius: 18px;
  box-shadow: var(--shadow);
  grid-template-columns: 142px 1fr;
}
.breaking-label {
  background: linear-gradient(135deg, #1677FF, #005FCF);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: .76rem;
  letter-spacing: .03em;
}
.breaking-items a { color: #334155; }

.home-blocks {
  grid-template-columns: 1fr;
  padding-top: 18px;
  gap: 22px;
}

.home-blocks .content-stack { gap: 20px; }
.home-blocks #homeSidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .9fr);
  gap: 14px;
}

.pbs-hero-main,
.hero-tile {
  border: 1px solid rgba(0,27,42,.08);
  box-shadow: var(--shadow-lg);
}

.pbs-hero-main {
  min-height: 430px;
  border-radius: 22px;
  overflow: hidden;
  background: #001B2A;
}
.pbs-hero-main::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.50) 48%, rgba(0,0,0,.10) 100%),
    linear-gradient(to top, rgba(0,0,0,.78), transparent 55%);
}
.pbs-hero-main img { opacity: .86; }
.pbs-hero-overlay { max-width: 620px; padding: clamp(22px, 4vw, 34px); }
.pbs-hero-overlay h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4.7vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -.06em;
  text-transform: none;
  margin: 14px 0 10px;
}
.pbs-hero-overlay p {
  color: rgba(255,255,255,.84);
  font-size: 1rem;
  max-width: 520px;
}
.hero-meta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.hero-meta-actions span,
.hero-meta-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.hero-meta-actions a { background: #1677FF; padding-inline: 18px; }

.pbs-hero-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.hero-tile { position: relative; min-height: 205px; border-radius: 20px; overflow: hidden; background: #001B2A; }
.hero-tile:first-child { grid-column: 1 / -1; }
.hero-tile a { display: block; width: 100%; height: 100%; color: #fff; }
.hero-tile img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .5s, opacity .3s; }
.hero-tile:hover img { transform: scale(1.06); opacity: 1; }
.hero-tile-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.12)); }
.hero-tile .tag { position: absolute; left: 16px; top: 16px; background: #1677FF; color: #fff; border-radius: 999px; padding: 5px 10px; }
.hero-tile h3 { position: absolute; left: 16px; right: 16px; bottom: 34px; font-size: clamp(1rem, 1.7vw, 1.45rem); line-height: 1.08; color: #fff; }
.hero-tile small { position: absolute; left: 16px; bottom: 14px; color: rgba(255,255,255,.8); font-weight: 700; }

.section-block {
  border-radius: 22px;
  border-color: rgba(0,27,42,.08);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(12px);
}
.section-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: #001B2A;
}
.section-head p { color: #64748B; }
.section-head > a { color: #1677FF; border-color: rgba(22,119,255,.15); border-radius: 999px; }
.clean-head { border-bottom: 0; margin-bottom: 12px; padding-bottom: 0; }

.editorias-premium { padding: 0; background: transparent; box-shadow: none; border: 0; }
.category-strip-premium {
  grid-template-columns: repeat(14, minmax(74px, 1fr));
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 10px;
}
.category-strip-premium a {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 78px;
  padding: 12px 10px;
  text-align: center;
  background: #fff;
  color: #1F1F1F;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 6px 18px rgba(0,27,42,.06);
  white-space: nowrap;
}
.category-strip-premium a:first-child { background: #1677FF; color: #fff; }
.category-strip-premium a span { font-size: 1.28rem; line-height: 1; }
.category-strip-premium a::after { display: none; }

.ad-featured-wrap { margin: 0; }
.ad-featured-wrap .ad-slot:not(:empty) + .ad-placeholder-premium { display: none; }
.ad-placeholder-premium {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 14px 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 50%, rgba(22,119,255,.18), transparent 18%),
    linear-gradient(90deg, #FFF4D6, #F4E7C6 55%, #FFF7E6);
  color: #001B2A;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0,27,42,.07);
}
.ad-placeholder-premium .ad-mascot { width: 144px; height: 114px; overflow: hidden; align-self: end; }
.ad-placeholder-premium img { width: 138px; height: 168px; object-fit: contain; transform: translateY(6px); }
.ad-placeholder-premium strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(1.15rem, 2.4vw, 1.9rem); line-height: 1; text-transform: uppercase; }
.ad-placeholder-premium small { display: block; color: #475569; margin-top: 4px; }
.ad-placeholder-premium b { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border-radius: 12px; background: #1677FF; color: #fff; text-transform: uppercase; box-shadow: 0 12px 24px rgba(22,119,255,.22); }

.post-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.latest-premium .post-grid { grid-template-columns: repeat(2, 1fr); }
.post-card {
  border-radius: 18px;
  background: #fff;
  border-color: rgba(0,27,42,.08);
  box-shadow: 0 8px 24px rgba(0,27,42,.06);
}
.post-card:hover { box-shadow: 0 18px 38px rgba(0,27,42,.12); border-color: rgba(22,119,255,.22); }
.post-card-body h3 { color: #001B2A; font-weight: 900; }
.post-card-body p { color: #64748B; }
.tag { border-radius: 999px; background: rgba(22,119,255,.10); color: #005FCF; }
.tag-hot, .tag-alert { background: #1677FF; color: #fff; }
.meta-line { color: #64748B; }

#homeSidebar .sidebar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.widget { border-radius: 22px; border-color: rgba(0,27,42,.08); box-shadow: var(--shadow); background: #fff; }
.widget-social-blue,
.widget-whatsapp {
  min-height: 240px;
  background: linear-gradient(145deg, #005FCF, #001B2A);
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.widget-whatsapp { background: linear-gradient(145deg, #009F61, #00513A); }
.widget-social-blue h3,
.widget-whatsapp h3 { font-family: 'Montserrat', sans-serif; font-size: 1.18rem; line-height: 1.05; text-transform: uppercase; margin: 12px 0 8px; }
.widget-social-blue p,
.widget-whatsapp p { color: rgba(255,255,255,.78); font-size: .86rem; margin-bottom: 16px; }
.social-icon-bubble { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.15); font-size: 2rem; }
.social-icon-bubble.wa { background: rgba(255,255,255,.18); }
.btn-light-pill { background: #fff; color: #001B2A; border-radius: 999px; text-transform: none; letter-spacing: 0; }
.widget-ranking-card { grid-column: span 1; }
.widget-colunista { background: linear-gradient(135deg, #FFF4D6, #F4E7C6); color: #001B2A; }
.widget-colunista h4 { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; line-height: 1.05; text-transform: uppercase; margin-bottom: 8px; }
.widget-colunista p { color: #475569; font-size: .88rem; margin-bottom: 14px; }
.widget-title { color: #001B2A; font-family: 'Montserrat', sans-serif; letter-spacing: -.02em; }
.mini-info { color: #001B2A; font-weight: 800; }
.mini-info em { color: #64748B; }
.ranked .mini-num { background: #1677FF; color: #fff; border-radius: 10px; }

.pbs-footer {
  margin-top: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(102,184,255,.18), transparent 28%),
    linear-gradient(135deg, #00111D, #001B2A 62%, #062B46);
  color: #fff;
}
.pbs-footer-inner { grid-template-columns: 1.3fr .8fr 1.1fr 1fr; gap: 34px; }
.pbs-footer-brand img { width: 111px; height: 111px; background: transparent; border-radius: 0; padding: 0; }
.pbs-footer-brand strong { font-family: 'Montserrat', sans-serif; font-size: 1.35rem; line-height: .9; letter-spacing: -.06em; }
.pbs-footer-brand strong span { color: #1677FF; }
.footer-cats nav { grid-template-columns: 1fr 1fr; display: grid; column-gap: 20px; }

@media (max-width: 1100px) {
  .pbs-header-main { grid-template-columns: 1fr auto; }
  .pbs-header-right { grid-column: 1 / -1; justify-self: stretch; width: 100%; }
  .pbs-social-row, .pbs-action-row { justify-content: center; }
  .hero-grid { grid-template-columns: 1fr; }
  #homeSidebar .sidebar { grid-template-columns: repeat(2, 1fr); }
  .post-grid, .latest-premium .post-grid { grid-template-columns: repeat(2, 1fr); }
  .pbs-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .pbs-header-main { min-height: 92px; grid-template-columns: 1fr auto; padding: 8px 0; }
  .pbs-brand { grid-column: 1; justify-self: start; gap: 8px; }
  .pbs-brand img { width: 102px; height: 102px; }
  .pbs-wordmark strong { font-size: 1.55rem; letter-spacing: -.06em; }
  .pbs-wordmark small { display: none; }
  .pbs-header-right { display: none; }
  .hamburger { display: flex; grid-column: 2; }
  .category-nav { display: none; }
  body.menu-open .category-nav { display: block; }
  .pbs-category-nav .cat-nav-inner { flex-direction: column; align-items: stretch; }
  .pbs-category-nav .cat-nav-inner a { border-radius: 0; padding: 14px 16px; }
  .breaking-bar { grid-template-columns: 104px 1fr; }
  .pbs-hero-main { min-height: 330px; }
  .pbs-hero-side { grid-template-columns: 1fr; }
  .hero-tile:first-child { grid-column: auto; }
  .category-strip-premium { grid-template-columns: repeat(7, minmax(74px, 1fr)); }
  .ad-placeholder-premium { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .ad-placeholder-premium .ad-mascot { display: none; }
  #homeSidebar .sidebar { grid-template-columns: 1fr; }
  .pbs-footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-container { width: calc(100% - 24px); }
  .pbs-brand img { width: 87px; height: 87px; }
  .pbs-wordmark strong { font-size: 1.25rem; }
  .hero-grid { gap: 10px; }
  .pbs-hero-main { min-height: 300px; border-radius: 18px; }
  .pbs-hero-overlay h1 { font-size: 1.65rem; letter-spacing: -.04em; }
  .pbs-hero-overlay p { font-size: .88rem; }
  .hero-meta-actions a { width: 100%; justify-content: center; }
  .post-grid, .latest-premium .post-grid { grid-template-columns: 1fr; }
  .category-strip-premium { grid-template-columns: repeat(4, minmax(72px, 1fr)); }
  .category-strip-premium a { min-height: 68px; font-size: .66rem; }
  .section-block { padding: 16px; border-radius: 18px; }
}

/* =========================================
   AJUSTE GLOBAL — LOGOS +50%
   Mantém a estrutura do site e aumenta apenas a presença visual da marca.
========================================= */
.pbs-brand img {
  width: 168px;
  height: 168px;
  object-fit: contain;
}

.pbs-footer-brand img {
  width: 111px;
  height: 111px;
  object-fit: contain;
}

.ad-placeholder-premium .ad-mascot {
  width: 144px;
  height: 114px;
}

.ad-placeholder-premium img {
  width: 138px;
  height: 168px;
  object-fit: contain;
}

/* Páginas internas, login e admin — tamanhos exatos +50% */
.brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.footer-brand img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.widget-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.login-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.admin-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* Evita que a logo maior fique espremida */
.brand,
.footer-brand,
.widget-brand,
.admin-brand,
.pbs-brand,
.pbs-footer-brand {
  gap: 18px;
}

@media (max-width: 820px) {
  .pbs-brand img {
    width: 102px;
    height: 102px;
  }
}

@media (max-width: 560px) {
  .pbs-brand img {
    width: 87px;
    height: 87px;
  }

  .brand img {
    width: 51px;
    height: 51px;
  }
}

/* =========================================
   AJUSTE GLOBAL — LOGOS +75% SOBRE A VERSÃO ANTERIOR
   Mantém funções, IDs e estrutura. Aumenta a presença da marca no site inteiro.
========================================= */
.pbs-header-main {
  grid-template-columns: minmax(620px, auto) 1fr auto;
  min-height: 230px;
  padding: 18px 0 16px;
}

.pbs-brand img {
  width: 294px !important;
  height: 294px !important;
  max-width: 42vw;
  object-fit: contain;
  object-position: center;
}

.pbs-brand {
  gap: 22px;
}

.pbs-wordmark small {
  background: #F4E7C6;
  color: #001B2A;
  font-size: .68rem;
  letter-spacing: .055em;
}

/* Logo do banner "Sua marca merece ser vista aqui" centralizada */
.ad-placeholder-premium {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: 12px;
  min-height: 300px;
  padding: 22px 30px 26px;
}

.ad-placeholder-premium .ad-mascot {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  width: 252px;
  height: 205px;
  margin-inline: auto;
  overflow: visible;
}

.ad-placeholder-premium img {
  width: 242px !important;
  height: 294px !important;
  max-width: min(242px, 70vw);
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: drop-shadow(0 18px 24px rgba(0, 27, 42, .18));
}

.ad-placeholder-premium strong {
  font-size: clamp(1.45rem, 3vw, 2.45rem);
}

.ad-placeholder-premium small {
  color: #334155;
  font-size: .96rem;
  font-weight: 700;
}

/* Rodapé premium */
.pbs-footer-brand img {
  width: 194px !important;
  height: 194px !important;
  max-width: 42vw;
  object-fit: contain;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-brand-copy small {
  display: inline-flex;
  width: fit-content;
  max-width: 280px;
  color: #F4E7C6;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.25;
}

/* Logos em páginas internas, widgets, login e admin */
.brand img {
  width: 116px !important;
  height: 116px !important;
  object-fit: contain;
}

.footer-brand img {
  width: 105px !important;
  height: 105px !important;
  object-fit: contain;
}

.widget-brand img {
  width: 137px !important;
  height: 137px !important;
  object-fit: contain;
}

.login-card img {
  width: 168px !important;
  height: 168px !important;
  object-fit: contain;
}

.admin-brand img {
  width: 95px !important;
  height: 95px !important;
  object-fit: contain;
}

.widget-brand p,
.widget-social-blue p,
.widget-whatsapp p,
.widget-colunista p {
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .pbs-header-main {
    grid-template-columns: 1fr auto;
    min-height: auto;
  }

  .pbs-brand {
    justify-self: center;
  }

  .pbs-brand img {
    width: 210px !important;
    height: 210px !important;
    max-width: 34vw;
  }
}

@media (max-width: 820px) {
  .pbs-header-main {
    min-height: 128px;
  }

  .pbs-brand {
    justify-self: start;
    gap: 12px;
  }

  .pbs-brand img {
    width: 179px !important;
    height: 179px !important;
    max-width: 30vw;
  }

  .ad-placeholder-premium {
    min-height: 260px;
  }

  .ad-placeholder-premium .ad-mascot {
    width: 205px;
    height: 165px;
  }

  .ad-placeholder-premium img {
    width: 196px !important;
    height: 238px !important;
  }

  .pbs-footer-brand img {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 560px) {
  .pbs-brand img {
    width: 152px !important;
    height: 152px !important;
    max-width: 32vw;
  }

  .pbs-wordmark strong {
    font-size: 1.05rem;
  }

  .brand img {
    width: 89px !important;
    height: 89px !important;
  }

  .widget-brand img {
    width: 112px !important;
    height: 112px !important;
  }

  .login-card img {
    width: 132px !important;
    height: 132px !important;
  }

  .admin-brand img {
    width: 72px !important;
    height: 72px !important;
  }

  .ad-placeholder-premium {
    padding: 18px;
    min-height: 235px;
  }

  .ad-placeholder-premium .ad-mascot {
    width: 165px;
    height: 132px;
  }

  .ad-placeholder-premium img {
    width: 158px !important;
    height: 192px !important;
  }
}

/* Correção de prioridade: logos principais não podem ser reduzidas pelas regras genéricas */
.brand.pbs-brand img {
  width: 294px !important;
  height: 294px !important;
}

.footer-brand.pbs-footer-brand img {
  width: 194px !important;
  height: 194px !important;
}

@media (max-width: 1100px) {
  .brand.pbs-brand img {
    width: 210px !important;
    height: 210px !important;
  }
}

@media (max-width: 820px) {
  .brand.pbs-brand img {
    width: 179px !important;
    height: 179px !important;
  }

  .footer-brand.pbs-footer-brand img {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 560px) {
  .brand.pbs-brand img {
    width: 152px !important;
    height: 152px !important;
  }
}
