/* ===== TOPO 15: destaque editorial com top 5 ===== */

.th15-wrap {
  clear: both;
  float: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: start;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 38px;
  padding: 36px 0 0;
  background: #fff;
  color: #111;
  font-family: "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
}

.th15-wrap,
.th15-wrap * {
  box-sizing: border-box;
}

.th15-wrap a,
.th15-wrap a:hover {
  color: inherit;
  text-decoration: none;
}

.urgente + .th15-wrap {
  padding-top: 34px;
}

.th15-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #111;
  font: 900 11px/1 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.th15-kicker span {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 4px;
  background: var(--th15-accent, var(--cor-principal-site, #e4002b));
  color: #fff;
}

.th15-kicker b {
  display: inline-block;
  color: #777;
  font: inherit;
}

.th15-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
}

.th15-hero-img {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.th15-hero-img img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  background: #e5e5e5;
  transition: opacity .25s ease, filter .25s ease;
}

.th15-hero-img:hover img,
.th15-card:hover img,
.th15-top-card:hover img {
  opacity: .88;
  filter: brightness(.9);
}

.th15-hero-copy {
  min-width: 0;
}

.th15-hero-copy em,
.th15-card em,
.th15-top-card em {
  display: block;
  margin: 0 0 7px;
  color: var(--th15-accent, var(--cor-principal-site, #e4002b));
  font: 900 11px/1.15 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
}

.th15-hero-copy strong {
  display: block;
  color: #111;
  font: 900 42px/1 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  transition: color .2s ease;
}

.th15-hero-copy a:hover strong,
.th15-card:hover strong,
.th15-top-card:hover strong {
  color: var(--th15-accent, var(--cor-principal-site, #e4002b));
}

.th15-hero-copy p {
  display: block;
  max-width: 92%;
  margin: 18px 0 0;
  color: #666;
  font: 700 17px/1.35 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
}

.th15-hero-copy small,
.th15-card small,
.th15-top-card small {
  display: block;
  margin-top: 11px;
  color: #777;
  font: 700 11px/1.15 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.th15-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.th15-card {
  display: block;
  min-width: 0;
}

.th15-card img {
  display: block;
  width: 100%;
  height: 156px;
  margin-bottom: 12px;
  object-fit: cover;
  object-position: center;
  background: #e5e5e5;
  border-radius: 7px;
  transition: opacity .25s ease, filter .25s ease;
}

.th15-card em {
  display: inline-block;
  margin-bottom: 7px;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--th15-accent, var(--cor-principal-site, #e4002b));
  color: #fff;
  font-size: 10px;
}

.th15-card strong {
  display: block;
  color: #111;
  font: 900 18px/1.06 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  transition: color .2s ease;
}

.th15-top {
  min-width: 0;
}

.th15-top-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: #111;
  font: 900 18px/1 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.th15-top-title:before {
  content: "";
  display: block;
  width: 5px;
  height: 18px;
  border-radius: 2px;
  background: var(--th15-accent, var(--cor-principal-site, #e4002b));
}

.th15-top-title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d9d9d9;
}

.th15-top-card {
  display: grid;
  grid-template-columns: 38px 112px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-width: 0;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e2e2e2;
}

.th15-top-card:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.th15-top-card > span {
  display: block;
  color: var(--th15-accent, var(--cor-principal-site, #e4002b));
  font: 900 40px/.9 Roboto, Arial, sans-serif;
  text-align: left;
}

.th15-top-card img {
  display: block;
  width: 112px;
  height: 78px;
  object-fit: cover;
  object-position: center;
  background: #e5e5e5;
  border-radius: 4px;
  transition: opacity .25s ease, filter .25s ease;
}

.th15-top-card strong {
  display: block;
  color: #111;
  font: 900 17px/1.06 "Roboto Condensed", "Arial Narrow", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  transition: color .2s ease;
}

.th15-top-card small {
  margin-top: 6px;
  color: #777;
}

@media (max-width: 1250px) {
  .th15-wrap {
    grid-template-columns: minmax(0, 1fr) 330px;
    max-width: 980px;
    gap: 24px;
  }

  .th15-hero-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .th15-hero-img img {
    height: 320px;
  }

  .th15-hero-copy strong {
    font-size: 38px;
  }

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

  .th15-card img {
    height: 160px;
  }

  .th15-top-card {
    grid-template-columns: 34px 96px minmax(0, 1fr);
    gap: 11px;
  }

  .th15-top-card > span {
    font-size: 36px;
  }

  .th15-top-card img {
    width: 96px;
    height: 72px;
  }

  .th15-top-card strong {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .th15-wrap {
    grid-template-columns: minmax(0, 1fr);
    max-width: 720px;
    gap: 28px;
    padding-top: 30px;
  }

  .th15-hero-img img {
    height: 360px;
  }

  .th15-hero-copy strong {
    font-size: 36px;
    line-height: .98;
  }

  .th15-top-card {
    grid-template-columns: 38px 128px minmax(0, 1fr);
  }

  .th15-top-card img {
    width: 128px;
    height: 94px;
  }
}

@media (max-width: 700px) {
  .th15-wrap {
    max-width: 100%;
    margin: 0 0 32px;
    padding: 24px 12px 0;
    gap: 24px;
  }

  .th15-kicker {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.1;
  }

  .th15-kicker span {
    padding: 5px 8px;
  }

  .th15-hero-row {
    gap: 14px;
    margin-bottom: 24px;
  }

  .th15-hero-img img {
    height: 245px;
    border-radius: 7px;
  }

  .th15-hero-copy strong {
    font-size: 26px;
    line-height: 1.02;
  }

  .th15-hero-copy p {
    display: none;
  }

  .th15-card-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .th15-card {
    position: relative;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 6px 14px;
    align-items: start;
    padding-bottom: 17px;
    margin-bottom: 16px;
    border-bottom: 0;
  }

  .th15-card:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ececec;
  }

  .th15-card img {
    grid-row: 1 / span 3;
    width: 128px;
    height: 96px;
    margin: 0;
    border-radius: 7px;
  }

  .th15-card em {
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 4px 7px;
    font-size: 9px;
  }

  .th15-card em,
  .th15-card strong,
  .th15-card small {
    grid-column: 2;
  }

  .th15-card strong {
    font-size: 18px;
    line-height: 1.04;
  }

  .th15-card small {
    margin-top: 0;
  }

  .th15-top-title {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .th15-top-card {
    grid-template-columns: 34px 112px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .th15-top-card > span {
    font-size: 32px;
    line-height: 1;
  }

  .th15-top-card img {
    width: 112px;
    height: 84px;
  }

  .th15-top-card strong {
    font-size: 17px;
    line-height: 1.04;
  }
}

@media (max-width: 480px) {
  .th15-hero-img img {
    height: 220px;
  }

  .th15-hero-copy strong {
    font-size: 23px;
  }

  .th15-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 5px 12px;
  }

  .th15-card img {
    width: 112px;
    height: 84px;
  }

  .th15-card strong {
    font-size: 16px;
  }

  .th15-top-card {
    grid-template-columns: 28px 96px minmax(0, 1fr);
    gap: 10px;
  }

  .th15-top-card > span {
    font-size: 25px;
  }

  .th15-top-card img {
    width: 96px;
    height: 74px;
  }

  .th15-top-card strong {
    font-size: 15.5px;
  }
}
