/*
Theme Name: SportsJá
Author: SEC
Description: Tema WordPress editorial para portal de notícias esportivas.
Version: 1.0.17
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: streamingplus
Tags: blog, news, sports, football
*/
body {
  font-family: 'Nunito', sans-serif !important;
  transition: opacity 0.12s ease;
}

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

html,
body {
  overscroll-behavior-x: none;
}

.font-sans,
body,
p,
li,
blockquote,
button,
input,
textarea,
figcaption,
small,
time {
  font-family: 'Nunito', sans-serif !important;
}

h1,
h2,
h3,
h4,
[class*="heading"] {
  font-family: 'Figtree', sans-serif !important;
  font-weight: 700 !important;
}

h1 *,
h2 *,
h3 *,
h4 *,
[class*="heading"] * {
  font-family: inherit !important;
  font-weight: inherit !important;
}

[class*="subtitle"],
.sec-subtitle,
[class*="meta"],
.wp-caption-text,
.wp-block-image figcaption {
  font-family: 'Nunito', sans-serif !important;
}

html.sec-preload body {
  opacity: 0;
}

.horizontal-scroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  touch-action: pan-x pan-y pinch-zoom;
  overscroll-behavior-x: contain;
}

.horizontal-scroll:active {
  cursor: grabbing;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

#sec-site-header {
  background-color: #121212 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

#sec-search-overlay {
  background-color: #000000 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

#sec-site-header [data-sec-open-menu] {
  color: #ffffff;
}

#sec-site-header [data-sec-open-menu]:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.sec-sports-brand-logo {
  display: block;
  width: auto;
  height: clamp(1.7rem, 3.6vw, 2.7rem);
  max-width: 11.5rem;
  object-fit: contain;
}

.sec-sports-brand-logo--drawer {
  height: 2.1rem;
  max-width: 10.5rem;
}

.sec-sports-brand-logo--footer {
  height: 2.7rem;
  max-width: 12rem;
  filter: brightness(0);
}

.sec-clubs-menu {
  position: relative;
}

.sec-clubs-toggle {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #ffffff;
  color: #246E53;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sec-clubs-toggle:hover,
.sec-clubs-toggle:focus-visible,
.sec-clubs-toggle[aria-expanded="true"] {
  border-color: #d7eee1;
  background: #e9f6ef;
  color: #10A95D;
}

.sec-clubs-toggle[aria-expanded="true"] {
  transform: translateY(-1px);
}

.sec-clubs-dropdown {
  position: absolute;
  z-index: 80;
  top: calc(100% + 0.8rem);
  right: 0;
  width: min(45rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid #d9e9e0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(10, 41, 29, 0.22);
}

.sec-clubs-dropdown[hidden] {
  display: none;
}

.sec-clubs-dropdown-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -0.1rem 0 0.8rem;
  color: #193d2e;
  font-family: 'Figtree', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.sec-clubs-close {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #527166;
}

.sec-clubs-close:hover,
.sec-clubs-close:focus-visible {
  background: #edf6f1;
  color: #10A95D;
}

.sec-club-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.sec-club-group {
  min-width: 0;
  padding: 0.8rem;
  border-radius: 0.7rem;
  background: #f6faf8;
}

.sec-club-group h2 {
  margin: 0 0 0.6rem;
  color: #246E53;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sec-club-list {
  display: grid;
  gap: 0.18rem;
}

.sec-club-link {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.45rem;
  border-radius: 0.45rem;
  padding: 0.28rem;
  color: #263d33;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color 140ms ease, color 140ms ease;
}

.sec-club-link:hover,
.sec-club-link:focus-visible {
  background: #e2f4e9;
  color: #087d41;
}

.sec-club-crest {
  display: inline-flex;
  width: 1.6rem;
  height: 1.8rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 93% 16%, 87% 71%, 50% 100%, 13% 71%, 7% 16%);
  background: var(--club-color, #246E53);
  color: #ffffff;
  font-size: 0.45rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.sec-club-logo {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  object-fit: contain;
}

@media (max-width: 767px) {
  .sec-sports-brand-logo {
    height: 1.75rem;
    max-width: 9rem;
  }

  .sec-clubs-dropdown {
    position: fixed;
    top: 4.7rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
  }

  .sec-club-groups {
    grid-template-columns: 1fr;
  }

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

.sec-sports-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 1;
}

.sec-sports-wordmark span {
  color: #d7f25a;
}

.sec-sports-wordmark--drawer {
  color: #163e31;
  font-size: 1.85rem;
}

.sec-sports-wordmark--footer {
  font-size: 2rem;
}

.sec-sports-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #343434;
}

.sec-sports-nav-inner {
  display: flex;
  gap: 1.3rem;
  width: min(80rem, 100%);
  margin: 0 auto;
  padding: 0.75rem 1rem;
  overflow-x: auto;
  white-space: nowrap;
}

.sec-sports-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-decoration: none;
  transition: color 160ms ease;
}

.sec-sports-nav a:hover,
.sec-sports-nav a:focus-visible {
  color: #26CC4D;
}

.sec-matchday {
  background: #f0f6f3;
  border-bottom: 1px solid #d8e6df;
}

.sec-matchday-inner {
  display: grid;
  grid-template-columns: minmax(8rem, 0.58fr) minmax(0, 2.6fr) auto;
  gap: 1.5rem;
  align-items: center;
  width: min(80rem, 100%);
  margin: 0 auto;
  padding: 1rem;
}

.sec-matchday-heading {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.sec-matchday-kicker {
  color: #246E53;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sec-matchday h2 {
  margin: 0;
  color: #132b22;
  font-size: 1.15rem;
}

.sec-matchday-list {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
}

.sec-match-card {
  flex: 0 0 15.5rem;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #d8e6df;
  border-radius: 0.7rem;
  background: #ffffff;
}

.sec-match-card-top,
.sec-match-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.sec-match-card-top {
  color: #537167;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-match-status {
  color: #246E53;
}

.sec-match-status.is-live {
  color: #c52e2e;
}

.sec-match-status.is-live::before {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.28rem;
  border-radius: 50%;
  background: currentColor;
  content: '';
}

.sec-match-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  margin-top: 0.7rem;
  color: #14241d;
  font-size: 0.78rem;
  font-weight: 800;
}

.sec-match-team {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.15;
}

.sec-match-team--away {
  align-items: flex-end;
  text-align: right;
}

.sec-match-team img {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}

.sec-match-teams strong {
  padding: 0.2rem 0.38rem;
  border-radius: 0.28rem;
  background: #e3f0e9;
  color: #246E53;
  font-size: 0.73rem;
}

.sec-match-card p {
  margin: 0.55rem 0 0;
  color: #65776f;
  font-size: 0.72rem;
}

.sec-matchday-link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #246E53;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.sec-matchday-link-icon {
  display: none;
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  transform: rotate(180deg);
}

.sec-sports-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.sec-section-title {
  border-left: 0.23rem solid #246E53;
  padding-left: 0.7rem;
}

.sec-sports-category-pill {
  display: inline-block;
  border-radius: 999px;
  background: #e3f0e9;
  color: #246E53;
  padding: 0.22rem 0.62rem;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sec-sports-related-marker {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 0.12rem;
  border-radius: 50%;
  background: #246E53;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

/* Tema SportsJá: um único verde de destaque para links, pills e controles.
   Estes seletores também cobrem as utilitárias Tailwind já compiladas. */
:root {
  --sportsja-accent: #10A95D;
}

[class*="bg-[#3E91EA]"],
[class*="bg-[#10A95D]"] {
  background-color: var(--sportsja-accent) !important;
}

[class*="text-[#3E91EA]"],
[class*="text-[#10A95D]"],
[class*="group-hover:text-[#3E91EA]"],
[class*="group-hover:text-[#10A95D]"] {
  color: var(--sportsja-accent) !important;
}

[class*="border-[#3E91EA]"],
[class*="border-[#10A95D]"],
[class*="hover:border-[#3E91EA]"]:hover,
[class*="hover:border-[#10A95D]"]:hover {
  border-color: var(--sportsja-accent) !important;
}

[class*="hover:bg-[#3E91EA]"]:hover,
[class*="hover:bg-[#10A95D]"]:hover {
  background-color: var(--sportsja-accent) !important;
}

[class*="hover:text-[#3E91EA]"]:hover,
[class*="hover:text-[#10A95D]"]:hover,
.group:hover [class*="group-hover:text-[#3E91EA]"],
.group:hover [class*="group-hover:text-[#10A95D]"],
.group\/item:hover [class*="group-hover/item:text-[#3E91EA]"],
.group\/item:hover [class*="group-hover/item:text-[#10A95D]"] {
  color: var(--sportsja-accent) !important;
}

.sec-trending-heading::before,
.sec-trending-category,
.sec-live-dot,
.sec-header-tag:hover,
.sec-header-tag:focus-visible,
.sec-footer-nav-link:hover,
.sec-footer-nav-link:focus-visible {
  color: var(--sportsja-accent) !important;
}

.sec-live-dot,
.sec-trending-heading::before {
  background-color: var(--sportsja-accent) !important;
}

:is(
  .sec-header-search-close:hover,
  .sec-header-tags-label,
  .sec-topic-highlight,
  .sec-trending-rank,
  .sec-menu-trending-tag,
  .sec-drawer-primary-link.is-active,
  .sec-drawer-theme-toggle:focus-visible,
  .sec-mobile-kicker-text,
  .sec-single-share-link,
  body.single-post .md\:hidden .prose a,
  body.single-post .hidden.md\:block .prose a,
  body.theme-dark .md\:hidden .prose a,
  body.theme-dark .hidden.md\:block .prose a,
  body.theme-dark .md\:hidden .prose strong,
  body.theme-dark .hidden.md\:block .prose strong,
  body.theme-dark footer .hover\:text-black:hover,
  body.theme-dark [data-sec-drawer] [data-sec-close-menu]:hover,
  body.theme-dark [data-sec-drawer] .sec-drawer-primary-link.is-active
) {
  color: var(--sportsja-accent) !important;
}

:is(
  .sec-expand-search-input:focus-visible,
  .sec-header-tag:hover,
  .sec-header-tag:focus-visible,
  .sec-streaming-card:hover,
  .sec-streaming-card:focus-visible,
  .sec-single-share-link:hover,
  .sec-single-share-link:focus-visible,
  body.theme-dark .sec-single-share-link:hover,
  body.theme-dark .sec-single-share-link:focus-visible
) {
  border-color: var(--sportsja-accent) !important;
}

:is(
  .sec-header-tag:hover,
  .sec-header-tag:focus-visible,
  .sec-menu-trending-tag,
  .sec-menu-trending-tag:hover,
  .sec-mobile-cat-pill,
  .sec-desktop-cat-pill,
  .sec-mobile-author-search,
  .sec-tag-showcase-watch-link:hover,
  .sec-tag-showcase-watch-link,
  .sec-single-share-link:hover,
  .sec-single-share-link:focus-visible,
  body.theme-dark .sec-mobile-cat-pill,
  body.theme-dark .sec-desktop-cat-pill,
  body.theme-dark .sec-mobile-author-search,
  body.theme-dark .sec-tag-showcase-watch-link,
  body.theme-dark .sec-desktop-single-sidebar [class*="hover:bg-[#3E91EA]"]:hover
) {
  background-color: var(--sportsja-accent) !important;
}

.sec-expand-search-input:focus-visible {
  box-shadow: inset 0 0 0 2px var(--sportsja-accent) !important;
}

.sec-header-tags-label::after,
.sec-drawer-primary-link.is-active::before,
.sec-section-title,
.sec-mobile-section-title {
  border-color: var(--sportsja-accent) !important;
}

@media (max-width: 767px) {
  .sec-sports-nav-inner {
    gap: 1rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .sec-matchday-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.8rem 1rem;
  }

  .sec-matchday-heading {
    grid-column: 1;
    grid-row: 1;
  }

  .sec-matchday-kicker {
    display: none;
  }

  .sec-matchday-list {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0 -1rem;
    padding: 0 1rem;
  }

  .sec-match-card {
    flex-basis: 17rem;
  }

  .sec-matchday-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: auto;
  }

  .sec-matchday-link-icon {
    display: block;
  }

  .sec-sports-editorial-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.sec-header-bar {
  box-sizing: border-box;
  min-height: 4.75rem;
  padding: 0.75rem 1rem;
  background-color: #121212;
}

#sec-search-overlay.sec-header-search-expand {
  position: absolute;
  z-index: 70;
  top: 50%;
  right: 1rem;
  left: auto;
  display: flex;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
  border-radius: 999px;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  opacity: 1;
  transform: translateY(-50%);
  transform-origin: right center;
  pointer-events: none;
  transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
  will-change: width;
}

#sec-search-overlay.sec-header-search-expand.is-open {
  width: min(50vw, 40rem);
  pointer-events: auto;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.sec-header-search-form-wrap {
  width: 100%;
  min-width: 0;
  opacity: 0;
  transform: translateX(1rem);
  transition: opacity 150ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

#sec-search-overlay.is-open .sec-header-search-form-wrap {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 90ms;
}

.sec-expand-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  margin: 0;
}

.sec-expand-search-input {
  width: 100%;
  height: 100%;
  padding: 0.5rem 5.2rem 0.5rem 1.1rem;
  border: 0;
  outline: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
}

.sec-expand-search-input::placeholder {
  color: #6b7280;
}

.sec-expand-search-submit,
.sec-header-search-close {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent !important;
  color: #111827 !important;
  transform: translateY(-50%);
  transition: color 160ms ease, background-color 160ms ease;
}

.sec-expand-search-submit {
  right: 2.35rem;
}

.sec-header-search-close {
  right: 0.25rem;
  z-index: 2;
}

.sec-expand-search-submit:hover,
.sec-header-search-close:hover {
  background: #eef1f3 !important;
  color: #3E91EA !important;
}

.sec-expand-search-input:focus-visible {
  box-shadow: inset 0 0 0 2px #3E91EA;
}

.sec-primary-nav-link {
  position: relative;
  display: inline-block;
  padding: 0.35rem 0.15rem 0.55rem;
  font-family: 'Figtree', sans-serif !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: transparent !important;
  border-radius: 0 !important;
  line-height: 1;
  isolation: isolate;
}

.sec-streaming-name,
.sec-footer-nav-link {
  font-family: 'Figtree', sans-serif !important;
  font-weight: 700 !important;
}

.sec-site-footer,
body.theme-dark .sec-site-footer {
  background: #E2E2E2 !important;
  color: #343434;
}

.sec-footer-nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  row-gap: 0.1rem;
  margin: 0 auto 2rem;
  max-width: 42rem;
  text-align: center;
}

.sec-footer-nav-link {
  display: block;
  padding: 0.75rem 0;
  color: #343434;
  font-size: 0.78rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.sec-footer-nav-link:hover,
.sec-footer-nav-link:focus-visible {
  color: #26CC4D;
  transform: translateY(-1px);
}

.sec-footer-divider {
  background: #bcbcbc;
}

.sec-footer-copyright {
  color: #343434;
}

.sec-footer-social-label {
  color: #168d34;
}

.sec-footer-social-link {
  color: #168d34;
}

.sec-footer-social-link:hover,
.sec-footer-social-link:focus-visible {
  color: #0f6d29;
}

@media (min-width: 768px) {
  .sec-footer-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 2.25rem;
    max-width: none;
  }

  .sec-footer-nav-link {
    padding: 0.5rem 0;
  }
}

.sec-primary-nav-link::before {
  content: attr(data-label);
  position: absolute;
  inset: 0.35rem auto auto 0.15rem;
  z-index: 1;
  width: 0;
  overflow: hidden;
  color: #3E91EA;
  white-space: nowrap;
  transition: width 260ms ease;
  pointer-events: none;
}

.sec-primary-nav-link::after {
  content: '';
  position: absolute;
  right: 0.15rem;
  bottom: 0;
  left: 0.15rem;
  height: 2px;
  background: #3E91EA;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms ease;
}

.sec-primary-nav-link:hover::before,
.sec-primary-nav-link:focus-visible::before,
.sec-primary-nav-link:active::before,
.sec-primary-nav-link.is-active::before {
  width: calc(100% - 0.3rem);
}

.sec-primary-nav-link:hover::after,
.sec-primary-nav-link:focus-visible::after,
.sec-primary-nav-link:active::after,
.sec-primary-nav-link.is-active::after {
  transform: scaleX(1);
}

.sec-primary-nav-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.sec-logo-dark {
  display: none;
}

#sec-site-header {
  position: relative !important;
  z-index: 200;
  width: 100%;
}

#sec-site-header.sec-header-fixed {
  position: fixed !important;
  top: var(--sec-top-fixed-offset, 0px);
  left: 0;
  right: 0;
}

#page {
  padding-top: 0 !important;
}

#page.sec-header-spacer {
  padding-top: var(--sec-header-offset, 128px) !important;
}

.sec-header-compact .sec-header-tags-row {
  display: none;
}

.sec-header-tags-row {
  width: 100%;
  padding: 0.1rem 0 1rem;
  overflow: hidden;
}

.sec-header-tags-list {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.25rem 1rem 0.25rem 0;
  overflow-x: auto;
}

.sec-header-tags-label {
  position: sticky;
  left: 0;
  z-index: 4;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.4rem;
  margin-right: 0.85rem;
  padding: 0.5rem 0.35rem 0.5rem 1rem;
  background: #000000;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sec-header-tags-label::after {
  position: absolute;
  top: -0.35rem;
  bottom: -0.35rem;
  left: calc(100% - 0.05rem);
  width: 2rem;
  content: '';
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.sec-header-tags-label-icon {
  width: 1rem;
  height: 1rem;
  color: #3E91EA;
}

#sec-site-header .sec-header-tag {
  flex: 0 0 auto;
  color: #fff !important;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1) !important;
  font-family: 'Figtree', sans-serif !important;
  font-size: 0.76rem;
  font-weight: 700 !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#sec-site-header .sec-header-tag:hover,
#sec-site-header .sec-header-tag:focus-visible {
  color: #ffffff !important;
  border-color: #3E91EA;
  background: #3E91EA !important;
  transform: translateY(-1px);
}

.sec-topic-highlight {
  color: #3E91EA;
}

.sec-header-logo {
  max-width: min(46vw, 300px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 220ms ease;
}

.sec-header-logo img {
  max-width: 100%;
  filter: none;
}

.sec-header-actions {
  padding-left: 0.65rem;
}

@media (min-width: 768px) {
  #sec-header-main .sec-header-logo {
    left: 3.75rem !important;
    justify-content: flex-start;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 767px) {
  .sec-header-bar {
    min-height: 4.25rem;
  }

  #sec-search-overlay.is-open + #sec-header-main .sec-header-logo {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92) !important;
    pointer-events: none;
  }
}

body.theme-dark .sec-logo-light,
html.theme-dark-boot body .sec-logo-light {
  display: none !important;
}

body.theme-dark .sec-logo-dark,
html.theme-dark-boot body .sec-logo-dark {
  display: inline-block !important;
}

.sec-hero-slider-shell {
  position: relative;
}

.sec-hero-slider {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.sec-hero-slider::-webkit-scrollbar {
  display: none;
}

.sec-hero-slide {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: clamp(16.1rem, 39vw, 30rem);
  min-height: 0;
  scroll-snap-align: center;
}

.sec-hero-slide-content {
  width: min(calc(100% - 7rem), 68rem);
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.sec-hero-slide .sec-hero-slide-title {
  font-size: clamp(1.35rem, 2.8vw, 2.55rem);
  line-height: 1.08;
}

.sec-hero-slider-controls {
  position: absolute;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1.25rem, 2.5vw, 2rem);
  z-index: 2;
  display: flex;
  gap: 0.6rem;
}

.sec-hero-slider-arrow {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.72);
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sec-slider-arrow-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.sec-slider-arrow-icon--next {
  transform: rotate(180deg);
}

.sec-hero-slider-arrow:hover,
.sec-hero-slider-arrow:focus-visible {
  border-color: #10A95D;
  background: #10A95D;
  transform: translateY(-2px);
}

.sec-hero-slider-dots {
  position: absolute;
  bottom: clamp(1.15rem, 2.4vw, 1.9rem);
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transform: translateX(-50%);
}

.sec-hero-slider-dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  transition: width 180ms ease, background 180ms ease;
}

.sec-hero-slider-dot.is-active {
  width: 2rem;
  background: #10A95D;
}

@media (max-width: 767px) {
  .sec-hero-slider-section {
    padding-top: 1rem;
  }

  .sec-hero-slide {
    height: 27.25rem;
    min-height: 27.25rem;
  }

  .sec-hero-slide-content {
    width: 100%;
    padding: 1rem 1.25rem 4.75rem;
  }

  .sec-hero-slide .sec-hero-slide-title {
    font-size: clamp(1.08rem, 5.6vw, 1.52rem);
    line-height: 1.1;
  }

  .sec-hero-slider-controls {
    right: 1rem;
    bottom: 1rem;
  }

  .sec-hero-slider-arrow {
    width: 2.45rem;
    height: 2.45rem;
  }

  .sec-hero-slider-controls {
    display: none;
  }

  .sec-hero-slider-dots {
    bottom: 1.65rem;
  }
}

.sec-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.sec-hero-grid-card {
  min-width: 0;
  aspect-ratio: 4 / 3;
}

.sec-hero-grid-card--main {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 11;
}

.sec-hero-grid-content {
  width: 100%;
  padding: 1rem;
}

.sec-hero-grid-title {
  font-size: 0.95rem;
}

.sec-hero-grid-card--main .sec-hero-grid-content {
  padding: 1.5rem;
}

.sec-hero-grid-card--main .sec-hero-grid-title {
  font-size: clamp(1.25rem, 5.4vw, 1.7rem);
}

@media (max-width: 767px) {
  .sec-hero-grid-card--secondary {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none !important;
  }

  .sec-hero-grid-card--secondary .sec-home-hero-img {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 3;
    border-radius: 0.9rem;
    object-fit: cover;
  }

  .sec-hero-grid-card--secondary > .absolute {
    position: static !important;
    display: block;
    background: none !important;
  }

  .sec-hero-grid-card--secondary .sec-hero-grid-content {
    padding: 0.75rem 0.1rem 0;
  }

  .sec-hero-grid-card--secondary .sec-hero-grid-title {
    margin-top: 0.55rem;
    color: #111827 !important;
    font-size: clamp(0.92rem, 4vw, 1.05rem);
    line-height: 1.25;
  }

  body.theme-dark .sec-hero-grid-card--secondary .sec-hero-grid-title {
    color: #f7f7f8 !important;
  }
}

@media (min-width: 768px) {
  .sec-hero-grid {
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-height: 520px;
    gap: 1rem;
  }

  .sec-hero-grid-card,
  .sec-hero-grid-card--main {
    aspect-ratio: auto;
  }

  .sec-hero-grid-card--main {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .sec-hero-grid-card--secondary {
    grid-column: 2;
  }

  .sec-hero-grid-card--main .sec-hero-grid-title {
    font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  }

  .sec-hero-grid-card--secondary .sec-hero-grid-title {
    font-size: 1.2rem;
  }
}

.custom-logo-link img,
.custom-logo {
  max-height: 48px;
  width: auto;
}

.prose p {
  margin-bottom: 1.25rem;
}

body.single-post .prose h2 {
  display: block;
  clear: both;
  margin: 2rem 0 1rem;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}

body.single-post .prose h2 + p {
  margin-top: 0;
}

body.single-post .prose .wp-block-embed,
body.single-post .prose .wp-block-embed.is-type-video,
body.single-post .prose .wp-block-embed__wrapper,
body.single-post .prose iframe,
body.single-post .prose embed,
body.single-post .prose object {
  display: block;
  clear: both;
  width: 100%;
  max-width: 100%;
}

body.single-post .prose .wp-block-embed,
body.single-post .prose iframe,
body.single-post .prose embed,
body.single-post .prose object {
  margin: 0rem 0;
}

/* In-content media style for single post body */
body.single-post .prose figure.wp-block-image,
body.single-post .prose figure.wp-block-gallery,
body.single-post .prose .wp-caption {
  margin: 1.75rem auto 1.5rem;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
}

body.single-post .prose figure.wp-block-image img,
body.single-post .prose figure.wp-block-gallery img,
body.single-post .prose .wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  margin: 0;
}

body.single-post .prose figure.wp-block-image figcaption,
body.single-post .prose figure.wp-block-gallery figcaption,
body.single-post .prose .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0.75rem 1rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.25;
  text-align: center;
  color: #6b6b6b;
  background: #d9d9d9;
}

body.single-post .prose p > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Prevent in-article ad overlays from cutting paragraph text on desktop. */
@media (min-width: 768px) {
  body.single-post .prose [id^="sec-ad-"],
  body.single-post .prose [data-ad-slot],
  body.single-post .prose .adsbygoogle,
  body.single-post .prose [id^="google_ads_iframe"],
  body.single-post .prose iframe[src*="doubleclick.net"],
  body.single-post .prose iframe[src*="googlesyndication.com"],
  body.single-post .prose p > .adsbygoogle,
  body.single-post .prose p > [id^="google_ads_iframe"],
  body.single-post .prose p > iframe[src*="doubleclick.net"],
  body.single-post .prose p > iframe[src*="googlesyndication.com"] {
    display: block !important;
    float: none !important;
    clear: both !important;
    position: static !important;
    margin: 0rem 0 !important;
    z-index: 1 !important;
  }
}

@media (min-width: 768px) {
  body.single-post .hidden.md\:block .prose a {
    color: #3E91EA;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  body.single-post .hidden.md\:block .prose a:hover {
    color: #3E91EA;
  }

  body.single-post .sec-desktop-single-sidebar {
    position: sticky;
    top: 96px;
    align-self: start;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }
}

.sec-mobile-content {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.sec-mobile-content .prose p {
  margin-bottom: 1.5rem;
}

.sec-mobile-content .prose h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}

body.single-post .md\:hidden .prose a {
  color: #3E91EA;
  text-decoration: none;
}

body.single-post .md\:hidden .prose a:hover {
  color: #3E91EA;
}

.sec-hero-caption-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: 82%;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  isolation: isolate;
  background: rgba(20, 20, 24, 0.5) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  line-height: 1.25;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  #sec-header-main {
    gap: 0.75rem;
  }

  .sec-header-left {
    gap: 0.85rem;
  }

  .sec-mobile-kicker-pill,
  .sec-mobile-cat-pill {
    max-width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sec-hero-caption-badge {
    right: 0.6rem;
    bottom: 0.6rem;
    max-width: calc(100% - 1.2rem);
    font-size: 0.72rem;
    line-height: 1.2;
    padding: 0.4rem 0.72rem;
  }
}

.sec-section-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 0;
}

.sec-section-title::before {
  content: "";
  flex: 0 0 auto;
  width: 2rem;
  height: 0.22rem;
  border-radius: 999px;
  background: #3E91EA;
  box-shadow: none;
  transform: none;
}

.sec-section-title::after {
  content: none !important;
  display: none !important;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-menu-trending-title {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: 'Figtree', sans-serif !important;
  font-size: 37px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.sec-menu-trending-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}

.sec-menu-trending-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.44rem 1rem;
  border-radius: 999px;
  background: #3E91EA;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.sec-menu-trending-tag:hover {
  background: #3E91EA;
  color: #000000 !important;
}

.sec-drawer-menu-title {
  margin: 0 0 1rem;
  color: #fff;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1.75rem;
  font-weight: 700 !important;
  line-height: 1.1;
}

.sec-drawer-primary-nav {
  display: grid;
}

.sec-drawer-primary-link {
  display: flex;
  align-items: center;
  min-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #000 !important;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1rem;
  font-weight: 700 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  transition: color 180ms ease, padding-left 180ms ease;
}

.sec-drawer-primary-link:last-child {
  border-bottom: 0;
}

.sec-drawer-primary-link:hover,
.sec-drawer-primary-link:focus-visible,
.sec-drawer-primary-link.is-active {
  padding-left: 0.45rem;
  color: #087444 !important;
}

.sec-drawer-primary-link.is-active:not(:hover):not(:focus-visible) {
  color: #000 !important;
}

.sec-drawer-theme-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 0.85rem;
  background: #f1f3f5;
  color: #000000;
  font-family: 'Figtree', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 700 !important;
  text-align: left;
  transition: background-color 180ms ease, color 180ms ease;
}

.sec-drawer-theme-toggle:hover,
.sec-drawer-theme-toggle:focus-visible {
  background: #e3e7eb;
  color: #3E91EA;
}

.sec-drawer-theme-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
}

.sec-trending-section {
  padding: 0;
}

.sec-brasileirao-hub {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
}

.sec-brasileirao-standings,
.sec-brasileirao-news {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8e6df;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(19, 43, 34, 0.06);
}

.sec-brasileirao-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.1rem 0.85rem;
}

.sec-brasileirao-panel-heading > div > span {
  display: block;
  margin-bottom: 0.15rem;
  color: #10A95D;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sec-brasileirao-panel-heading h2 {
  margin: 0;
  color: #132b22;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.1;
}

.sec-sports-icon-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.sec-sports-heading-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: #10A95D;
}

.sec-category-back-link,
.sec-category-forward-link {
  align-items: center;
  gap: 0.45rem;
}

.sec-category-back-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.sec-category-back-icon--forward {
  transform: rotate(180deg);
}

.sec-brasileirao-panel-heading a {
  color: #246E53;
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.sec-brasileirao-panel-heading a:hover,
.sec-brasileirao-panel-heading a:focus-visible {
  color: #10A95D;
}

.sec-brasileirao-table-wrap {
  max-height: 21.3rem;
  overflow-y: auto;
  border-top: 1px solid #e3eee8;
}

.sec-brasileirao-table {
  width: 100%;
  border-collapse: collapse;
  color: #263d33;
  font-size: 0.75rem;
}

.sec-brasileirao-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.55rem 0.8rem;
  background: #f1f7f4;
  color: #537167;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.sec-brasileirao-table th:first-child,
.sec-brasileirao-table td:first-child {
  width: 2.6rem;
  padding-left: 1rem;
}

.sec-brasileirao-table th:nth-last-child(-n + 2),
.sec-brasileirao-table td:nth-last-child(-n + 2) {
  width: 2.4rem;
  text-align: center;
}

.sec-brasileirao-table td {
  padding: 0.42rem 0.8rem;
  border-bottom: 1px solid #edf3ef;
  vertical-align: middle;
}

.sec-brasileirao-table tr:last-child td {
  border-bottom: 0;
}

.sec-brasileirao-position {
  display: inline-flex;
  width: 1.3rem;
  height: 1.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  background: #edf3ef;
  color: #527166;
  font-size: 0.66rem;
  font-weight: 900;
}

.sec-brasileirao-position--1,
.sec-brasileirao-position--2,
.sec-brasileirao-position--3,
.sec-brasileirao-position--4 {
  background: #d9f1e3;
  color: #087d41;
}

.sec-brasileirao-club {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
}

.sec-brasileirao-club img {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.sec-brasileirao-update {
  margin: 0;
  padding: 0.7rem 1.1rem;
  border-top: 1px solid #e3eee8;
  color: #65776f;
  font-size: 0.67rem;
}

.sec-brasileirao-news {
  display: flex;
  flex-direction: column;
}

.sec-brasileirao-news-track {
  display: flex;
  flex: 1;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.sec-brasileirao-news-track::-webkit-scrollbar {
  display: none;
}

.sec-brasileirao-news-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(12rem, 0.92fr);
  flex: 0 0 100%;
  min-height: 19.5rem;
  color: #132b22;
  scroll-snap-align: center;
  text-decoration: none;
}

.sec-brasileirao-news-image {
  display: block;
  overflow: hidden;
  background: #e2ede7;
}

.sec-brasileirao-news-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.sec-brasileirao-news-kicker {
  margin-bottom: 0.65rem;
  color: #10A95D;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sec-brasileirao-news-copy strong {
  font-size: clamp(1.15rem, 2.1vw, 1.65rem);
  line-height: 1.14;
}

.sec-brasileirao-slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.35rem;
  padding: 0.65rem 1rem;
  border-top: 1px solid #e3eee8;
}

.sec-brasileirao-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.sec-brasileirao-slider-dots button {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c9d9d0;
  transition: width 180ms ease, background 180ms ease;
}

.sec-brasileirao-slider-dots button.is-active {
  width: 1.75rem;
  background: #10A95D;
}

.sec-brasileirao-slider-arrows {
  display: flex;
  gap: 0.45rem;
}

.sec-brasileirao-slider-arrows button {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe0d6;
  border-radius: 50%;
  background: #ffffff;
  color: #246E53;
  font-size: 1rem;
  line-height: 1;
}

.sec-brasileirao-slider-arrows button:hover,
.sec-brasileirao-slider-arrows button:focus-visible {
  border-color: #10A95D;
  background: #10A95D;
  color: #ffffff;
}

@media (max-width: 767px) {
  .sec-brasileirao-hub {
    grid-template-columns: 1fr;
  }

  .sec-brasileirao-news-slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sec-brasileirao-news-image {
    aspect-ratio: 16 / 8;
  }

  .sec-brasileirao-news-copy {
    min-height: 9rem;
  }
}

.sec-trending-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 4px solid #10A95D;
}

.sec-trending-heading-icon {
  font-size: 1.35rem;
  line-height: 1;
}

.sec-trending-heading h2 {
  margin: 0;
  color: #111827;
  font-family: 'Figtree', sans-serif !important;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700 !important;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.sec-trending-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e7eb;
}

.sec-trending-list > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
}

.sec-trending-list-item {
  display: grid;
  grid-template-columns: 3.5rem 8.25rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 7.5rem;
  padding: 1rem 0.5rem;
  color: #111827 !important;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.sec-trending-list-item:hover,
.sec-trending-list-item:focus-visible {
  background: #f5f7f8;
  transform: translateX(0.25rem);
}

.sec-trending-rank {
  color: #3E91EA;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1.65rem;
  font-weight: 700 !important;
  line-height: 1;
  text-align: center;
}

.sec-trending-thumb {
  display: block;
  width: 8.25rem;
  height: 5.15rem;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #e5e7eb;
}

.sec-trending-copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.sec-trending-category {
  color: #3E91EA;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sec-trending-title {
  display: -webkit-box;
  overflow: hidden;
  color: #111827;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1.05rem;
  font-weight: 700 !important;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec-streaming-section {
  background: #eef1f3;
}

.sec-streaming-title {
  color: #111827;
}

body.theme-dark .sec-streaming-section,
html.theme-dark-boot body .sec-streaming-section {
  background: #24272e !important;
  color: #ffffff;
}

body.theme-dark .sec-streaming-title,
html.theme-dark-boot body .sec-streaming-title,
body.theme-dark .sec-streaming-name,
html.theme-dark-boot body .sec-streaming-name {
  color: #ffffff !important;
}

.sec-streaming-card {
  flex: 0 0 125px;
  width: 125px;
  height: 125px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #111827;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sec-streaming-slider {
  gap: 0.75rem !important;
}

.sec-streaming-overlay {
  padding: 0.6rem !important;
}

.sec-streaming-card .sec-streaming-name {
  max-width: 100%;
  font-size: 0.78rem !important;
  line-height: 1.1 !important;
}

.sec-streaming-card:hover,
.sec-streaming-card:focus-visible {
  border-color: #3E91EA;
  box-shadow: none;
  transform: translateY(-0.25rem);
}

.sec-streaming-overlay {
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 15%, rgba(0, 0, 0, 0.78) 100%);
}

@media (max-width: 767px) {
  .sec-trending-list-item {
    grid-template-columns: 2.4rem 6rem minmax(0, 1fr);
    gap: 0.7rem;
    min-height: 6.5rem;
    padding: 0.8rem 0;
  }

  .sec-trending-rank {
    font-size: 1.2rem;
  }

  .sec-trending-thumb {
    width: 6rem;
    height: 4rem;
    border-radius: 0.6rem;
  }

  .sec-trending-title {
    font-size: 0.95rem;
  }
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.theme-dark {
  background: #0f1115;
  color: #e5e7eb;
}

html.theme-dark-boot body {
  background: #0f1115;
  color: #e5e7eb;
}

body.theme-dark main,
body.theme-dark .bg-white {
  background-color: rgba(0, 0, 0, 0.94) !important;
  color: #fff !important;
}

body.theme-dark header {
  background-color: #1f2937 !important;
  border-color: #374151 !important;
}

body.theme-dark .text-gray-900 {
  color: #f3f4f6 !important;
}

body.theme-dark .text-gray-500,
body.theme-dark .text-gray-600,
body.theme-dark .text-gray-700 {
  color: #9ca3af !important;
}

body.theme-dark .bg-gray-100,
body.theme-dark .bg-gray-50 {
  background-color: #1f2937 !important;
}

/* Dark Mode v2 - aligned with provided visual reference */
body.theme-dark,
html.theme-dark-boot body {
  background: #17191e !important;
  color: #f4f4f5;
}

body.theme-dark #page,
body.theme-dark main,
body.theme-dark .bg-white {
  background: transparent !important;
  color: #f4f4f5 !important;
}

/* Header remains black in both color modes. */
body.theme-dark header {
  background: #000000 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.theme-dark header a,
body.theme-dark header button,
body.theme-dark header span {
  color: #ffffff !important;
}

body.theme-dark header button[data-sec-toggle-theme],
body.theme-dark header button[data-sec-open-search],
body.theme-dark header button[data-sec-close-search] {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #111217 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}

body.theme-dark header button[data-sec-toggle-theme]:hover,
body.theme-dark header button[data-sec-open-search]:hover,
body.theme-dark header button[data-sec-close-search]:hover {
  background: #e5e7eb !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #000000 !important;
}

body.theme-dark .sec-trending-heading h2,
body.theme-dark .sec-trending-title {
  color: #f4f4f5;
}

body.theme-dark .sec-trending-list,
body.theme-dark .sec-trending-list > li {
  border-color: rgba(255, 255, 255, 0.14);
}

body.theme-dark .sec-trending-list-item {
  color: #f4f4f5 !important;
}

body.theme-dark .sec-trending-list-item:hover,
body.theme-dark .sec-trending-list-item:focus-visible {
  background: rgba(255, 255, 255, 0.06);
}

body.theme-dark #sec-search-overlay {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

body.theme-dark #sec-search-overlay button[data-sec-close-search] {
  background: transparent !important;
  color: #111827 !important;
  box-shadow: none !important;
}

/* Primary text hierarchy */
body.theme-dark .text-gray-900 {
  color: #f7f7f8 !important;
}

body.theme-dark .text-gray-700 {
  color: #dbdde0 !important;
}

body.theme-dark .text-gray-600,
body.theme-dark .text-gray-500 {
  color: #c7c9ce !important;
}

body.theme-dark .prose,
body.theme-dark .prose p,
body.theme-dark .prose li {
  color: #f1f1f3 !important;
}

body.theme-dark .prose figure.wp-block-image figcaption,
body.theme-dark .prose figure.wp-block-gallery figcaption,
body.theme-dark .prose .wp-caption .wp-caption-text {
  background: #3f434d !important;
  color: #e8ebf0 !important;
}

/* Cards and sections */
body.theme-dark [class*="bg-[#efefef]"] {
  background-color: #56585d !important;
}

body.theme-dark [class*="bg-[#1f1f1f]"],
body.theme-dark [class*="bg-[#1a1a1a]"],
body.theme-dark [class*="bg-[#2a2a2a]"] {
  background-color: #2d2f35 !important;
}

body.theme-dark .bg-gray-50 {
  background-color: #3b3d43 !important;
}

body.theme-dark .bg-gray-100 {
  background-color: #9a9ca1 !important;
}

body.theme-dark .bg-gray-200 {
  background-color: #4a4d53 !important;
}

body.theme-dark .border-gray-100,
body.theme-dark .border-gray-200,
body.theme-dark .border-gray-300 {
  border-color: rgba(255, 255, 255, 0.22) !important;
}

/* Keep ad boxes light gray in dark */
body.theme-dark .tracking-\[0\.2em\] {
  color: #3a3a3a !important;
}

/* Footer becomes deep dark strip in dark mode */
body.theme-dark footer {
  background: #0c0d10 !important;
  color: #f4f4f5 !important;
}

body.theme-dark footer .bg-white\/20 {
  background: rgba(255, 255, 255, 0.12) !important;
}

body.theme-dark footer .text-white\/80,
body.theme-dark footer .text-white\/90 {
  color: #d7d7da !important;
}

/* Mobile article dark palette (updated mock) */
body.theme-dark .sec-mobile-hero-card {
  background: #53555a !important;
}

body.theme-dark .sec-mobile-cat-pill {
  background: #3E91EA !important;
  color: #1a1b1f !important;
}

body.theme-dark .sec-mobile-kicker-pill {
  background: #26282d !important;
  color: #f4f4f5 !important;
}

body.theme-dark .sec-mobile-main-title {
  color: #f5f5f6 !important;
}

body.theme-dark .sec-mobile-main-subtitle {
  color: #d6d8dc !important;
}

body.theme-dark .sec-mobile-hero-card .text-gray-700 {
  color: #e4e5e8 !important;
}

body.theme-dark .sec-mobile-hero-card .text-gray-900 {
  color: #ffffff !important;
}

body.theme-dark .sec-mobile-hero-card figcaption {
  color: #f3f4f6 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

body.theme-dark .sec-hero-caption-badge {
  background: rgba(28, 31, 37, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
}

body.theme-dark.home main a,
body.theme-dark.blog main a {
  color: #f3f4f6;
}

body.theme-dark.home main a:hover,
body.theme-dark.blog main a:hover,
body.theme-dark.home main a:active,
body.theme-dark.blog main a:active {
  color: #3E91EA;
}

body.theme-dark .sec-topic-highlight {
  color: #3E91EA;
}

@media (max-width: 767px) {
  body.theme-dark .md\:hidden {
    color: #ececef;
  }

  body.theme-dark .md\:hidden .bg-white {
    background: transparent !important;
  }

  body.theme-dark .sec-mobile-hero-card {
    background: #3c404a !important;
  }

  body.theme-dark .sec-mobile-cat-pill {
    background: #3E91EA !important;
    color: #111217 !important;
  }

  body.theme-dark .sec-mobile-kicker-pill {
    background: #6a6d74 !important;
    color: #f2f3f6 !important;
  }

  body.theme-dark .sec-mobile-main-title {
    color: #ececef !important;
  }

  body.theme-dark .sec-mobile-main-subtitle {
    color: #bfc3cc !important;
  }

  body.theme-dark .md\:hidden .text-gray-900 {
    color: #ececef !important;
  }

  body.theme-dark .md\:hidden .text-gray-700 {
    color: #dbdde2 !important;
  }

  body.theme-dark .md\:hidden .text-gray-600,
  body.theme-dark .md\:hidden .text-gray-500 {
    color: #bfc3cc !important;
  }

  body.theme-dark .md\:hidden .prose,
  body.theme-dark .md\:hidden .prose p,
  body.theme-dark .md\:hidden .prose li {
    color: #ececef !important;
  }

  body.theme-dark .md\:hidden .prose strong {
    color: #3E91EA !important;
    font-weight: 800;
  }

  body.theme-dark .md\:hidden .prose a {
    color: #3E91EA !important;
    text-decoration: none;
  }

  body.theme-dark .md\:hidden .prose a:hover {
    color: #3E91EA !important;
  }

  body.theme-dark .md\:hidden .prose figure.wp-block-image figcaption,
  body.theme-dark .md\:hidden .prose figure.wp-block-gallery figcaption,
  body.theme-dark .md\:hidden .prose .wp-caption .wp-caption-text {
    background: #434851 !important;
    color: #eceff4 !important;
  }

  body.theme-dark .md\:hidden .bg-gray-50 {
    background-color: #3c404a !important;
  }

  body.theme-dark .md\:hidden .bg-gray-100 {
    background-color: #4a4d55 !important;
  }

  body.theme-dark .md\:hidden .bg-gray-200 {
    background-color: #5b5f68 !important;
  }

  body.theme-dark .md\:hidden .border-gray-100,
  body.theme-dark .md\:hidden .border-gray-200,
  body.theme-dark .md\:hidden .border-gray-300 {
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  body.theme-dark .sec-mobile-author-search {
    background: #3E91EA !important;
    color: #000000 !important;
  }

  body.theme-dark .sec-mobile-author-search:hover {
    background: #3E91EA !important;
    color: #000000 !important;
  }
}

/* Desktop dark mode refinements to match provided mockups */
@media (min-width: 768px) {
  body.theme-dark,
  html.theme-dark-boot body {
    background: #17191e !important;
    color: #ececef;
  }

  body.theme-dark #page,
  body.theme-dark main {
    background: transparent !important;
  }

  body.theme-dark .hidden.md\:block .text-gray-900 {
    color: #ececef !important;
  }

  body.theme-dark .hidden.md\:block .text-gray-700 {
    color: #dbdde2 !important;
  }

  body.theme-dark .hidden.md\:block .text-gray-600,
  body.theme-dark .hidden.md\:block .text-gray-500 {
    color: #bfc3cc !important;
  }

  body.theme-dark .hidden.md\:block .prose,
  body.theme-dark .hidden.md\:block .prose p,
  body.theme-dark .hidden.md\:block .prose li {
    color: #ececef !important;
  }

  body.theme-dark .hidden.md\:block .prose strong {
    color: #3E91EA !important;
    font-weight: 800;
  }

  body.theme-dark .hidden.md\:block .prose a {
    color: #3E91EA !important;
    text-decoration: none;
  }

  body.theme-dark .hidden.md\:block .prose a:hover {
    color: #3E91EA !important;
  }

  body.theme-dark .hidden.md\:block .prose figure.wp-block-image figcaption,
  body.theme-dark .hidden.md\:block .prose figure.wp-block-gallery figcaption,
  body.theme-dark .hidden.md\:block .prose .wp-caption .wp-caption-text {
    background: #434851 !important;
    color: #eceff4 !important;
  }

  body.theme-dark .hidden.md\:block .bg-gray-50 {
    background-color: #3c404a !important;
  }

  body.theme-dark .hidden.md\:block .bg-gray-100 {
    background-color: #4a4d55 !important;
  }

  body.theme-dark .hidden.md\:block .bg-gray-200 {
    background-color: #5b5f68 !important;
  }

  body.theme-dark .hidden.md\:block .border-gray-100,
  body.theme-dark .hidden.md\:block .border-gray-200,
  body.theme-dark .hidden.md\:block .border-gray-300 {
    border-color: rgba(255, 255, 255, 0.12) !important;
  }

  body.theme-dark .sec-desktop-cat-pill {
    background: #3E91EA !important;
    color: #111217 !important;
  }

  body.theme-dark .sec-desktop-kicker-pill {
    background: #6a6d74 !important;
    color: #f2f3f6 !important;
  }

  body.theme-dark .sec-desktop-single-sidebar .text-\[\#3E91EA\],
  body.theme-dark .hidden.md\:block .text-\[\#3E91EA\] {
    color: #3E91EA !important;
  }

  body.theme-dark .sec-desktop-single-sidebar .bg-white {
    background-color: #3f434d !important;
  }

  body.theme-dark .sec-desktop-single-sidebar [class*="hover:bg-[#3E91EA]"]:hover {
    background-color: #3E91EA !important;
    color: #101114 !important;
    border-color: #3E91EA !important;
  }

  body.theme-dark .tracking-\[0\.2em\] {
    color: #2d3138 !important;
  }

  body.theme-dark footer {
    background: #07090e !important;
    color: #eef0f4 !important;
  }

  body.theme-dark footer .h-px {
    background: rgba(255, 255, 255, 0.12) !important;
  }

  body.theme-dark footer a.bg-white\/20 {
    background: #31353d !important;
    color: #f2f3f5 !important;
  }

  body.theme-dark footer a.bg-white\/20:hover {
    background: #444951 !important;
  }

  body.theme-dark footer .text-white\/80,
  body.theme-dark footer .text-white\/90 {
    color: #d7dbe2 !important;
  }

  body.theme-dark footer .hover\:text-black:hover {
    color: #3E91EA !important;
  }
}

/* Custom CSS (persistent overrides) */
@media (min-width: 768px) {
  .md\:bottom-2 {
    bottom: 0rem;
  }
}

@media (min-width: 1024px) {
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.leading-snug {
  line-height: 1.525;
  font-size: 19px;
}

.text-xs {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 13px !important;
}

.border-t-\[3px\] {
  border-top-width: 1px;
}

@media (max-width: 767px) {
  .sec-mobile-kicker-pill,
  .sec-mobile-cat-pill {
    font-size: 13px !important;
  }
}

.leading-\[1\.08\] {
  line-height: 1.2;
}

.sec-hero-caption-badge {
  font-weight: 300;
}

.prose p {
  margin-bottom: 1.5rem;
  font-size: 19px;
}

.text-base {
  font-size: 1.3rem;
}

.leading-none {
  line-height: 1.5;
}

body.single-post .prose figure.wp-block-image figcaption,
body.single-post .prose figure.wp-block-gallery figcaption,
body.single-post .prose .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0.75rem 1rem 0.9rem;
  font-size: 0.8rem;
  line-height: 1.25;
  text-align: center;
}

.leading-tight {
  line-height: 1.45;
}

.text-\[15px\] {
  font-size: 13px !important;
}

.leading-tight {
  line-height: 1.45;
}

.text-\[10px\] {
  font-size: 13px;
}

.sec-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: #3E91EA;
}

@media (min-width: 1024px) {
  .lg\:text-5xl {
    font-size: 2.4em;
    font-weight: 800;
  }
}

.text-\[46px\] {
  font-size: 36px;
}

.aspect-\[16\/9\] {
  aspect-ratio: 12 / 9;
}

/* H2 no corpo dos artigos */
.sec-mobile-content .prose h2,
.prose.prose-xl h2,
.prose.prose-lg h2 {
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 767px) {
  .sec-mobile-content .prose h2,
  .prose.prose-xl h2,
  .prose.prose-lg h2 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
  }
}

/* H3 no corpo dos artigos */
.sec-mobile-content .prose h3,
.prose.prose-xl h3,
.prose.prose-lg h3 {
  font-family: "Figtree", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 767px) {
  .sec-mobile-content .prose h3,
  .prose.prose-xl h3,
  .prose.prose-lg h3 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-top: 0.5rem;
    margin-bottom: 0.7rem;
  }
}

@media (max-width: 767px) {
  .sec-dorama-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .sec-dorama-block-title {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .sec-dorama-post-title {
    font-size: 1.72rem;
    line-height: 1.2;
  }

  .sec-dorama-related-title {
    font-size: 1.22rem;
    line-height: 1.32;
  }

  .sec-topic-card-title {
    font-size: 1.24rem;
    line-height: 1.26;
  }

  .sec-latest-site-title {
    font-size: 1.24rem;
    line-height: 1.26;
  }
}

/* H3 no corpo dos artigos */
body.single-post .prose h3,
.sec-mobile-content .prose h3,
.prose.prose-xl h3,
.prose.prose-lg h3 {
  font-family: "Figtree", sans-serif;
  font-size: 1.55rem !important;
  line-height: 1.3 !important;
  font-weight: 800;
  margin-top: 1.8rem;
  margin-bottom: 1.0rem;
}


@media (max-width: 767px) {
  body.single-post .prose h3,
  .sec-mobile-content .prose h3,
  .prose.prose-xl h3,
  .prose.prose-lg h3 {
    font-size: 1.28rem !important;
    line-height: 1.3 !important;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
  }
.pb-4 {
padding-bottom: 1rem;
}
}

/* Centraliza legenda apenas no desktop */
@media (min-width: 768px) {
  .sec-hero-caption-badge {
    left: 50% !important;
    right: auto !important;
    width: calc(100% - 1.5rem);    
	transform: translateX(-50%) !important;
    justify-content: center;
    text-align: center;
  }
}

/* Mobile mantém alinhado à direita */
@media (max-width: 767px) {
  .sec-hero-caption-badge {
    left: auto !important;
    right: 0.6rem !important;
    transform: none !important;
    text-align: left;
    justify-content: flex-start;
  }
}

/* FIX FORCADO - MOBILE HERO SINGLE */
@media (max-width: 767px) {
  .sec-mobile-kicker-text {
    font-size: 1.06rem !important;
    line-height: 2.2 !important;
    display: inline-block !important;
	margin-left: 5px;          /* afasta da borda esquerda */
    margin-bottom: 2px;        /* afasta do título */
	margin-top: 5px;        /* afasta do título */
  }

  .sec-mobile-hero-card figure {
    position: relative !important;
    overflow: hidden !important;
  }

  .sec-mobile-hero-card figure .sec-mobile-cat-pill {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 5 !important;
    max-width: 56% !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16) !important;
  }

  /* Review: categoria integra o bloco editorial, imediatamente acima do titulo. */
  .sec-review-mobile-hero-card figure .sec-mobile-cat-pill {
    position: static !important;
    top: auto !important;
    right: auto !important;
    align-self: flex-start !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }

  .sec-review-mobile-hero-card .sec-mobile-main-title {
    font-size: 2rem !important;
    line-height: 1.12 !important;
  }

  .sec-review-mobile-hero-card .sec-mobile-main-subtitle {
    font-size: 1rem !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
  }

  .sec-mobile-caption-wrap {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 20 !important;
    padding: 15px 12px 12px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0) 100%) !important;
    backdrop-filter: blur(0px) saturate(100%) !important;
    -webkit-backdrop-filter: blur(0px) saturate(100%) !important;
    display: block !important;
  }

  .sec-mobile-caption-text {
    display: block !important;
    text-align: center !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
    font-size: 0.82rem !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
}

/* Restore list styles inside post content (desktop + mobile) */
body.single-post .prose ul,
body.single-post .prose ol {
  margin: 1rem 0 1.35rem 1.25rem;
  padding-left: 1rem;
	  font-size: 19px !important;
}

body.single-post .prose ul {
  list-style: disc;
}

body.single-post .prose ol {
  list-style: decimal;
}

body.single-post .prose li {
  display: list-item;
  margin: 0.35rem 0;
  line-height: 1.55;
	font-size: 19px !important;
}

body.single-post .prose li > ul,
body.single-post .prose li > ol {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

body.single-post .sec-mobile-author-search {
  background-color: #3E91EA !important;
  color: #000000 !important;
}

body.single-post .sec-mobile-author-search:hover {
  background-color: #3E91EA !important;
  color: #000000 !important;
}

body.theme-dark.single-post .sec-mobile-author-search,
body.theme-dark.single-post .sec-mobile-author-search:hover {
  background-color: #3E91EA !important;
  color: #000000 !important;
}

body.theme-dark .hidden.md\:block .not-prose a.hover\:bg-gray-50:hover,
body.theme-dark .hidden.md\:block .not-prose a[class*="hover:bg-gray-50"]:hover {
  background: rgba(62, 145, 234, 0.1) !important;
}

/* In-content AdSense (fixo 300x250) */
.sec-incontent-ad {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
  position: relative !important;
  margin: 1.5rem auto !important;
  text-align: center !important;
}

.sec-incontent-ad-label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 0.5rem 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.35em !important;
  text-transform: uppercase !important;
  color: #6b7280 !important;
  text-align: center !important;
}

.sec-ad-frame.sec-ad-300x250 {
  width: 300px !important;
  height: 250px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  margin: 0 auto !important;
  position: relative !important;
  display: block !important;
}

.sec-ad-frame.sec-ad-300x250 .adsbygoogle {
  display: inline-block !important;
  width: 300px !important;
  height: 250px !important;
  min-width: 300px !important;
  min-height: 250px !important;
  max-width: 300px !important;
  max-height: 250px !important;
  margin: 0 auto !important;
  float: none !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Garante que o bloco do anúncio não sobreponha o texto da matéria */
body.single-post .prose .sec-incontent-ad,
body.single-post .prose .sec-incontent-ad * {
  float: none !important;
}

body.single-post .prose .sec-incontent-ad {
  display: flex !important;
  clear: both !important;
  position: relative !important;
  z-index: 1 !important;
}

.sec-google-source-cta {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 1rem auto 1.75rem !important;
  clear: both !important;
}

.sec-google-source-card {
  display: flex;
  width: 100%;
  max-width: 64rem;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #e1e5ea;
  border-radius: 0.9rem;
  background: #fbfbfc;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.sec-google-source-intro {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
}

.sec-google-source-icon-wrap {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08);
}

.sec-google-source-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  text-align: left;
}

.sec-google-source-title {
  color: #111111;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.sec-google-source-description {
  color: #6b7280;
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
}

.sec-google-source-button {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  width: auto !important;
  max-width: none !important;
  min-height: 48px !important;
  padding: 0.82rem 1.25rem !important;
  border-radius: 999px !important;
  background-color: #101010 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background-color 0.18s ease, transform 0.18s ease !important;
}

.sec-google-source-button:hover {
  transform: translateY(-1px) !important;
  background-color: #1d1d1d !important;
  color: #ffffff !important;
}

.sec-google-source-icon {
  width: 1.45rem !important;
  height: 1.45rem !important;
  flex: 0 0 auto !important;
  color: #4285f4 !important;
}

.sec-google-source-chevron {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

body.theme-dark .sec-google-source-card {
  border-color: rgba(255, 255, 255, 0.13);
  background: #17191e;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

body.theme-dark .sec-google-source-title {
  color: #ffffff;
}

body.theme-dark .sec-google-source-description {
  color: #b6bbc5;
}

body.theme-dark .sec-google-source-button {
  background-color: #000000 !important;
  color: #ffffff !important;
}

body.theme-dark .sec-google-source-button:hover {
  background-color: #222222 !important;
  color: #ffffff !important;
}

body.theme-dark .sec-google-source-icon {
  color: #4285f4 !important;
}

@media (max-width: 767px) {
  .sec-google-source-card {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
  }

  .sec-google-source-intro {
    align-items: flex-start;
  }

  .sec-google-source-button {
    width: 100% !important;
  }
}

.sec-spoiler-kicker-pill,
body.theme-dark .sec-spoiler-kicker-pill,
body.theme-dark .sec-mobile-kicker-text.sec-spoiler-kicker-pill,
body.theme-dark .sec-desktop-kicker-pill.sec-spoiler-kicker-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  width: fit-content !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 999px !important;
  background-color: #ff1f1f !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.sec-spoiler-kicker-icon {
  width: 0.95em !important;
  height: 0.95em !important;
  flex: 0 0 auto !important;
  color: currentColor !important;
}

body.theme-dark .sec-spoiler-kicker-icon {
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  .sec-incontent-ad {
    margin: 1.25rem auto !important;
    padding: 0 !important;
  }

  .sec-incontent-ad-label {
    font-size: 10px !important;
    letter-spacing: 0.28em !important;
    margin-bottom: 0.45rem !important;
  }

  .sec-ad-frame.sec-ad-300x250 {
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
    height: 250px !important;
    max-height: 250px !important;
    min-height: 250px !important;
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -25px !important; /* compensa o scale */
  }

  .sec-ad-frame.sec-ad-300x250 .adsbygoogle {
    width: 300px !important;
    height: 250px !important;
  }
}

/* Chapéu personalizado no single mobile */
@media (max-width: 767px) {
  .sec-mobile-kicker-text {
    color: #3E91EA !important; /* destaque no modo claro */
  }

  body.theme-dark .sec-mobile-kicker-text {
    color: #3E91EA !important; /* destaque no modo escuro */
  }

  .sec-mobile-kicker-text.sec-spoiler-kicker-pill,
  body.theme-dark .sec-mobile-kicker-text.sec-spoiler-kicker-pill {
    background-color: #ff1f1f !important;
    color: #ffffff !important;
  }
}

/* TMDB showcase banner on tag archives */
.sec-tag-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 1.4rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #f5f5f4;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.sec-tag-showcase.has-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(245, 245, 244, 0.97) 0%, rgba(245, 245, 244, 0.92) 45%, rgba(245, 245, 244, 0.88) 100%);
  z-index: 1;
  pointer-events: none;
}

.sec-tag-showcase-backdrop {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: blur(10px) saturate(105%);
  transform: scale(1.06);
  opacity: 0.38;
  z-index: 0;
}

.sec-tag-showcase-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding: 1rem;
}

.sec-tag-showcase-poster-wrap {
  width: 100%;
}

.sec-tag-showcase-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  border-radius: 0.95rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.sec-tag-showcase-title {
  font-family: "Figtree", sans-serif;
  font-size: 1.7rem;
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.7rem;
}

.sec-tag-showcase-year {
  color: #6b7280;
  font-weight: 600;
}

.sec-tag-showcase-overview {
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.sec-tag-showcase-meta {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.sec-tag-showcase-meta-item {
  display: grid;
  gap: 0.2rem;
}

.sec-tag-showcase-meta-label {
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b7280;
}

.sec-tag-showcase-meta-value {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 700;
  color: #111827;
}

.sec-tag-showcase-watch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.sec-tag-showcase-watch-link:hover {
  background: #3E91EA;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .sec-tag-showcase-inner {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 0.9rem;
  }

  .sec-tag-showcase-poster-wrap {
    max-width: 180px;
    margin: 0 auto;
  }

  .sec-tag-showcase-title {
    font-size: 1.28rem;
    line-height: 1.15;
    text-align: center;
  }

  .sec-tag-showcase-overview {
    font-size: 0.92rem;
    line-height: 1.45;
    text-align: center;
  }

  .sec-tag-showcase-meta-value {
    font-size: 0.9rem;
  }

  .sec-tag-showcase-watch-link {
    width: 100%;
  }
}

body.theme-dark .sec-tag-showcase {
  border-color: rgba(255, 255, 255, 0.08);
  background: #141518;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

body.theme-dark .sec-tag-showcase.has-backdrop::after {
  background: linear-gradient(120deg, rgba(20, 21, 24, 0.95) 0%, rgba(20, 21, 24, 0.9) 45%, rgba(20, 21, 24, 0.86) 100%);
}

body.theme-dark .sec-tag-showcase-title,
body.theme-dark .sec-tag-showcase-meta-value {
  color: #f9fafb;
}

body.theme-dark .sec-tag-showcase-overview {
  color: #d1d5db;
}

body.theme-dark .sec-tag-showcase-meta-label {
  color: #9ca3af;
}

body.theme-dark .sec-tag-showcase-watch-link {
  background: #3E91EA;
  color: #111827;
}

/* Garante centralização do ins */
.sec-home-mobile-ad-box .adsbygoogle {
  display: inline-block !important;
  width: 320px !important;
  height: 100px !important;
  min-width: 320px !important;
  max-width: 320px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  margin: 0 auto !important;
}

/* Centralização do bloco todo (mobile) */
@media (max-width: 767px) {
  .md\:hidden.flex.justify-center > .w-full.not-prose.flex.flex-col.items-center {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

/* Layout especial para kicker "AO VIVO" */
.sec-live-kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.sec-live-kicker-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.sec-live-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
  animation: sec-live-pulse 1.6s ease-out infinite;
  flex: 0 0 auto;
}

@keyframes sec-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .sec-live-kicker-wrap {
    margin-left: 2px;
  }

  .sec-live-kicker-text {
    color: #ef4444 !important;
    border-bottom-color: #ef4444 !important;
  }
}

body.theme-dark .sec-live-kicker-text {
  color: #f87171 !important;
  border-bottom-color: #f87171 !important;
}

/* Mobile: AO VIVO igual ao desktop (pill preta) */
.sec-mobile-live-kicker-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #000 !important;
  color: #fff !important;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.82rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .sec-live-kicker-wrap {
    margin-left: 0 !important;
    margin-bottom: 0.45rem;
  }

  /* evita herança roxa no modo "AO VIVO" */
  .sec-mobile-live-kicker-pill,
  body.theme-dark .sec-mobile-live-kicker-pill {
    color: #fff !important;
    border-bottom: 0 !important;
    text-decoration: none !important;
  }
}

/* AJUSTE ESCOLHA DO EDITOR */

.clever-88496-1845126-top-scroll {
	z-index: 50 !important;
}

.rounded {
    border-radius: 9rem !important;
}

@media (max-width: 767px) {
    body.single-post .prose h3, .sec-mobile-content .prose h3, .prose.prose-xl h3, .prose.prose-lg h3 {
        font-size: 1.18rem !important;
        line-height: 1.3 !important;
        margin-top: 0.6rem;
        margin-bottom: 1.4rem;
    }
}

.w-24 {
    width: 9rem;
}
.h-24 {
    height: 8rem;
}

.text-\[10px\] {
    font-size: 11px !important;
}

/* AJUSTES FONTE POST MOBILE */
.text-\[34px\] {
    font-size: 31px !important;
}

.sec-mobile-hero-card a[href*="/author/"] {
  pointer-events: auto !important;
  position: relative;
  z-index: 25;
}

.leading-relaxed {
line-height: 1.815 !important;
}

.sec-custom-banner {
  width: 100%;
  margin: 1.2rem 0;
	  margin-top: 1.2rem;
	  margin-bottom: 1.2rem;
}

.sec-custom-banner__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.sec-custom-banner__link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

.sec-custom-banner__link img {
  width: 100%;
  height: auto;
  display: block;
}

/* Review rating card: TMDB poster, author score and Maratonou CTA. */
.sec-review-desktop-main-title {
  font-size: 2.3rem !important;
}

.sec-review-desktop-main-subtitle {
  font-size: 1rem !important;
}

.sec-review-rating-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(145px, 24%) minmax(0, 1fr) minmax(260px, 36%);
  grid-template-areas:
    "poster info info"
    "poster rating maratonou";
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1.275rem;
  width: 100%;
  min-height: 14.45rem;
  margin-top: 5rem !important;
  padding: 2.35rem 1.7rem 1.7rem;
  overflow: visible;
  border-radius: 2rem;
  background: #292929;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.sec-review-rating-poster-wrap {
  grid-area: poster;
  align-self: center;
  width: 100%;
  aspect-ratio: 2 / 3;
  margin-top: -5.75rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #191919;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}

.sec-review-rating-poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-review-rating-info {
  grid-area: info;
  min-width: 0;
  align-self: end;
}

.sec-review-rating-title {
  margin: 0;
  color: #ffffff;
  font-family: "Figtree", sans-serif !important;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.sec-review-rating-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0.8rem 0 0 !important;
  color: #929292;
  font-size: clamp(0.7rem, 1.1vw, 0.9rem) !important;
  font-weight: 400;
  line-height: 1.25;
}

.sec-review-rating-meta span + span::before {
  content: "•";
  margin-right: 0.45rem;
}

.sec-review-author-rating {
  grid-area: rating;
  min-width: 0;
  align-self: start;
}

.sec-review-author-rating-label {
  margin: 0 0 0.6rem !important;
  color: #ffffff;
  font-size: clamp(0.75rem, 1.2vw, 0.95rem) !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.sec-review-stars {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #ffca05;
}

.sec-review-star {
  display: block;
  flex: 0 0 auto;
  width: clamp(1.5rem, 2.4vw, 2rem);
  aspect-ratio: 1;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.sec-review-star.is-solid {
  -webkit-mask-image: url("assets/img/star-solid.svg");
  mask-image: url("assets/img/star-solid.svg");
}

.sec-review-star.is-outline {
  -webkit-mask-image: url("assets/img/star-outline.svg");
  mask-image: url("assets/img/star-outline.svg");
}

.sec-review-maratonou {
  grid-area: maratonou;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-width: 0;
  min-height: 5.75rem;
  padding: 1.05rem 1.3rem;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(115deg, #202020 0%, #050505 100%);
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sec-review-maratonou:hover,
.sec-review-maratonou:focus-visible {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.sec-review-maratonou:focus-visible {
  outline: 3px solid #ffca05;
  outline-offset: 3px;
}

.sec-review-maratonou-text {
  color: #ffffff;
  font-size: clamp(0.75rem, 1.23vw, 0.92rem);
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.sec-review-maratonou-logo {
  display: block;
  width: min(100%, 7.75rem);
  height: auto;
}

@media (max-width: 1179px) {
  .sec-review-rating-card {
    grid-template-columns: minmax(132px, 32%) minmax(0, 1fr);
    grid-template-areas:
      "poster info"
      "poster rating"
      "maratonou maratonou";
    column-gap: 1.275rem;
    row-gap: 1.15rem;
    min-height: 0;
    padding: 1.7rem 1.275rem 1.275rem;
  }

  .sec-review-rating-poster-wrap {
    align-self: end;
    margin-top: -4.6rem;
  }

  .sec-review-rating-info {
    align-self: end;
  }

  .sec-review-author-rating {
    align-self: start;
  }

  .sec-review-maratonou {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 88%;
    min-height: 4.25rem;
    text-align: center;
  }

  .sec-review-maratonou-logo {
    width: min(30%, 8.5rem);
  }
}

@media (max-width: 767px) {
  .sec-review-rating-card {
    grid-template-columns: minmax(108px, 38%) minmax(0, 1fr);
    column-gap: 1.05rem;
    row-gap: 1.25rem;
    margin-top: 5.25rem !important;
    padding: 1.4rem 1.1rem 1.25rem;
    border-radius: 1.65rem;
  }

  .sec-review-rating-poster-wrap {
    margin-top: -3.5rem;
    border-radius: 1rem;
  }

  .sec-review-rating-title {
    font-size: clamp(1.15rem, 5.6vw, 1.5rem);
    line-height: 1.1;
  }

  .sec-review-rating-meta {
    gap: 0.32rem;
    margin-top: 0.55rem !important;
    font-size: clamp(0.7rem, 3.2vw, 0.8rem) !important;
  }

  .sec-review-rating-meta span + span::before {
    margin-right: 0.32rem;
  }

  .sec-review-author-rating-label {
    margin-bottom: 0.45rem !important;
    font-size: clamp(0.75rem, 3.6vw, 0.9rem) !important;
  }

  .sec-review-stars {
    gap: 0.18rem;
  }

  .sec-review-star {
    width: clamp(1.23rem, 5.95vw, 1.5rem);
  }

  .sec-review-maratonou {
    gap: 0.35rem;
    width: 100%;
    min-height: 4.15rem;
    padding: 0.75rem 0.9rem;
    border-radius: 1rem;
  }

  .sec-review-maratonou-text {
    flex: 0 1 auto;
    font-size: clamp(0.7rem, 3.4vw, 0.85rem);
  }

  .sec-review-maratonou-logo {
    flex: 0 0 auto;
    width: min(30%, 7rem);
  }
}

@media (max-width: 359px) {
  .sec-review-rating-card {
    grid-template-columns: minmax(100px, 36%) minmax(0, 1fr);
    column-gap: 0.8rem;
  }

  .sec-review-star {
    width: 1.15rem;
  }
}

/* Single post header: clean hierarchy with caption outside the featured image. */
.sec-single-mobile-header,
body.theme-dark .sec-single-mobile-header {
  padding: 0.5rem 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sec-single-category-row {
  display: flex;
  align-items: center;
  margin: 0 0 0.8rem;
}

.sec-single-desktop-heading {
  text-align: center;
}

.sec-single-desktop-heading > p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400 !important;
}

.sec-single-desktop-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 0.75rem 0 1.25rem;
  text-align: center;
}

.sec-single-desktop-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
}

.sec-single-desktop-byline-separator {
  color: #9ca3af;
}

.sec-single-desktop-share {
  align-items: center;
  justify-content: center;
}

.sec-single-category-link,
body.theme-dark .sec-single-category-link {
  position: static !important;
  top: auto !important;
  right: auto !important;
  display: inline-flex !important;
  align-items: center;
  max-width: 100% !important;
  padding: 0.45rem 0.8rem !important;
  border-radius: 999px !important;
  background: #3E91EA !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: 'Figtree', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.sec-single-mobile-meta {
  margin: 0 0 0.75rem;
}

.sec-single-mobile-share {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.25rem;
}

.sec-single-share-link {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(62, 145, 234, 0.28);
  border-radius: 999px;
  background: rgba(62, 145, 234, 0.1);
  color: #3E91EA;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.sec-single-share-link:hover,
.sec-single-share-link:focus-visible {
  border-color: #3E91EA;
  background: #3E91EA;
  color: #ffffff;
  transform: translateY(-1px);
}

body.theme-dark .sec-single-share-link {
  border-color: rgba(62, 145, 234, 0.5);
  background: rgba(62, 145, 234, 0.16);
  color: #8fc2f8;
}

body.theme-dark .sec-single-share-link:hover,
body.theme-dark .sec-single-share-link:focus-visible {
  border-color: #3E91EA;
  background: #3E91EA;
  color: #ffffff;
}

.sec-single-hero-figure,
.sec-mobile-hero-card .sec-single-hero-figure {
  position: relative !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sec-single-hero-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px !important;
  background: #e5e7eb;
}

.sec-single-hero-img {
  display: block;
  border-radius: 8px !important;
}

.sec-single-hero-caption,
.sec-mobile-hero-card .sec-single-hero-caption,
body.theme-dark .sec-mobile-hero-card .sec-single-hero-caption {
  position: static !important;
  display: block !important;
  margin: 0.5rem 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6b7280 !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.theme-dark .sec-single-hero-caption {
  color: #aeb4bf !important;
}

/* Dark-mode drawer: independent palette from the light menu. */
body.theme-dark [data-sec-drawer] {
  background: #111217 !important;
  color: #f4f4f5 !important;
  box-shadow: 18px 0 48px rgba(0, 0, 0, 0.48) !important;
}

body.theme-dark [data-sec-drawer] [data-sec-close-menu] {
  color: #d1d5db !important;
}

body.theme-dark [data-sec-drawer] [data-sec-close-menu]:hover,
body.theme-dark [data-sec-drawer] [data-sec-close-menu]:focus-visible {
  color: #3E91EA !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-primary-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #f4f4f5 !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-primary-link:hover,
body.theme-dark [data-sec-drawer] .sec-drawer-primary-link:focus-visible,
body.theme-dark [data-sec-drawer] .sec-drawer-primary-link.is-active {
  padding-left: 0.8rem;
  border-radius: 0.6rem;
  background: rgba(16, 169, 93, 0.12) !important;
  color: #10A95D !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-primary-link.is-active:not(:hover):not(:focus-visible) {
  color: #10A95D !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-theme-toggle {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #242832 !important;
  color: #f8fafc !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-theme-toggle:hover,
body.theme-dark [data-sec-drawer] .sec-drawer-theme-toggle:focus-visible {
  border-color: rgba(62, 145, 234, 0.5) !important;
  background: #2c323d !important;
  color: #ffffff !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-theme-icon {
  background: #3E91EA !important;
  color: #06141a !important;
}

body.theme-dark [data-sec-drawer] .text-black,
body.theme-dark [data-sec-drawer] a[aria-label] {
  color: #e5e7eb !important;
}

body.theme-dark [data-sec-drawer] a[aria-label]:hover,
body.theme-dark [data-sec-drawer] a[aria-label]:focus-visible {
  color: #3E91EA !important;
}

/* Related reading box shared by standard posts and review posts. */
.sec-read-also {
  margin: 2rem 0;
  padding: 0.25rem 0;
}

.sec-read-also-heading {
  margin: 0 0 1.25rem !important;
  padding-left: 0;
  border-left: 0;
  color: #111827;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1.15;
}

.sec-read-also-heading::before {
  display: none !important;
  content: none !important;
}

.sec-single-topic-link,
.sec-single-topic-link:visited,
.sec-single-topic-link:hover,
.sec-single-topic-link:focus-visible {
  color: #ffffff !important;
}

.sec-desktop-single-sidebar .sec-latest-post-category {
  color: #667085 !important;
}

body.theme-dark .sec-desktop-single-sidebar .sec-latest-post-category {
  color: #aab2ad !important;
}

.sec-read-also-box {
  overflow: hidden;
  padding: 0.25rem 1rem;
  border: 1px solid #e1e5ea;
  border-radius: 16px;
  background: #f3f4f6;
}

.sec-read-also-item {
  margin: 0;
}

.sec-read-also-item + .sec-read-also-item {
  border-top: 1px solid #dce1e7;
}

.sec-read-also-link {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  padding: 0.9rem 0;
  color: #111827;
  text-decoration: none !important;
}

.sec-read-also-thumb {
  display: block;
  width: 136px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: #d9dee5;
}

.sec-read-also-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.sec-read-also-title {
  color: inherit;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 180ms ease;
}

.sec-read-also-link:hover .sec-read-also-title,
.sec-read-also-link:focus-visible .sec-read-also-title {
  color: #087444;
}

.sec-read-also-link:hover .sec-read-also-image,
.sec-read-also-link:focus-visible .sec-read-also-image {
  transform: scale(1.04);
}

body.theme-dark .sec-read-also-heading {
  color: #ffffff;
}

body.theme-dark .sec-read-also-box {
  border-color: #343a46;
  background: #232832;
}

body.theme-dark .sec-read-also-item + .sec-read-also-item {
  border-color: #3a414d;
}

body.theme-dark .sec-read-also-link {
  color: #f8fafc;
}

/* Dynamic editorial category covers retained from the category integration. */
.sec-category-page{background:#f7f6f1;padding:24px 0 80px;color:#101010}.sec-category-container{width:min(1180px,calc(100% - 32px));margin:0 auto}.sec-category-ad{max-width:1180px;margin:18px auto;text-align:center}.sec-category-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 18px;font-size:12px;color:#777}.sec-category-breadcrumb a:hover{color:#e63825}.sec-category-header{background:#fff;border:1px solid #d8d5cc;border-top:3px solid #e63825;border-radius:4px;padding:18px 24px;margin-bottom:20px;box-shadow:0 5px 12px rgba(0,0,0,.05)}.sec-category-header>span,.sec-category-section-heading>span,.sec-category-standing-heading>span{display:block;color:#e63825;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sec-category-header h1{font-size:clamp(34px,6vw,64px);line-height:.95;font-weight:1000;font-style:italic;margin:5px 0}.sec-category-header div{color:#686868;font-size:13px}.sec-category-children{display:flex;gap:8px;overflow-x:auto;padding:0 0 18px}.sec-category-children a{white-space:nowrap;background:#fff;border:1px solid #ddd8cf;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:800}.sec-category-children a:hover{background:#e63825;border-color:#e63825;color:#fff}.sec-category-section-heading{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:2px solid #111;margin-bottom:16px}.sec-category-section-heading h2,.sec-category-standing-heading h2{text-transform:uppercase;font-size:14px;font-weight:1000;font-style:italic}.sec-category-feature-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);gap:28px}.sec-category-lead-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:4px}.sec-category-cover-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.sec-category-lead-image:hover .sec-category-cover-image,.sec-category-card-image:hover .sec-category-cover-image{transform:scale(1.035)}.sec-category-lead-copy h2{font-size:clamp(25px,3vw,42px);font-weight:1000;line-height:.98;margin-bottom:12px}.sec-category-lead-copy h2 a:hover,.sec-category-card h3 a:hover{color:#e63825}.sec-category-lead-copy>p{font-size:13px;color:#666;line-height:1.45}.sec-category-lead-copy ul{border-top:1px solid #d8d5cc;margin-top:14px}.sec-category-lead-copy li{border-bottom:1px solid #d8d5cc;padding:10px 0;font-size:13px;font-weight:800}.sec-category-lead-copy li a:before{content:'›';color:#e63825;margin-right:7px}.sec-category-lower{display:grid;grid-template-columns:1fr;margin-top:28px;gap:24px}.sec-category-lower.has-f1-standing{grid-template-columns:minmax(0,2fr) minmax(250px,.8fr)}.sec-category-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sec-category-card-image{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:4px}.sec-category-card h3{font-size:17px;font-weight:900;line-height:1.15;margin:9px 0 5px}.sec-category-card time{font-size:10px;color:#888}.sec-category-standing{background:#fff;border:1px solid #ddd8cf;border-top:3px solid #e63825;border-radius:4px;padding:16px;box-shadow:0 5px 14px rgba(0,0,0,.06)}.sec-category-standing-heading{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #ddd8cf;padding-bottom:8px;margin-bottom:5px}.sec-category-standing .f1-data-list{list-style:none;margin:0;padding:0}.sec-category-standing .f1-data-list li{display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:7px;border-bottom:1px solid #eee;padding:8px 0;font-size:11px}.sec-category-standing .f1-pos{color:#e63825;font-weight:1000}.sec-category-standing .f1-name{display:flex;flex-direction:column;min-width:0}.sec-category-standing .f1-name strong{font-size:11px}.sec-category-standing .f1-name small{color:#888}.sec-category-standing .f1-data-list li>b{color:#e63825;white-space:nowrap}.sec-category-standing .pv-api-credit{font-size:9px;color:#999;margin:8px 0}.sec-category-standing-link{display:block;margin-top:10px;color:#e63825;font-size:11px;font-weight:900}.sec-category-more{margin-top:42px;border-top:2px solid #111;padding-top:14px}.sec-category-more>h2{font-size:24px;font-weight:1000;margin-bottom:22px}.sec-category-more-list>*+*{border-top:1px solid #ddd8cf;padding-top:22px;margin-top:22px}.sec-category-empty{background:#fff;border:1px solid #ddd8cf;padding:40px;text-align:center}.sec-category-empty h2{font-size:24px;font-weight:900}.sec-category-empty p{color:#777;margin-top:8px}
@media(max-width:767px){.sec-category-page{padding-top:14px}.sec-category-container{width:min(100% - 22px,1180px)}.sec-category-header{padding:16px}.sec-category-feature-grid,.sec-category-lower.has-f1-standing{grid-template-columns:1fr}.sec-category-lead-copy h2{margin-top:14px}.sec-category-card-grid{grid-template-columns:1fr}.sec-category-standing{margin-top:4px}.sec-category-section-heading{align-items:center}.sec-category-header h1{font-size:38px}}

/* Títulos das editorias esportivas sem o traço decorativo herdado. */
.sec-sports-editorial-block .sec-section-title {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  border-left: 0;
}

.sec-sports-editorial-block .sec-section-title::before,
.sec-sports-editorial-block .sec-section-title::after {
  display: none !important;
  content: none !important;
}

/* Vitrine editorial filtrável da página inicial. */
.sec-sports-filter-section {
  min-width: 0;
}

.sec-sports-filter-heading {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.sec-sports-filter-kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: #10A95D;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sec-sports-filter-heading h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.sec-sports-filter-pills {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.15rem 0 0.55rem;
  background: transparent;
  box-shadow: none;
  scroll-padding-inline: 0.25rem;
  scrollbar-width: none;
}

.sec-sports-filter-pills::-webkit-scrollbar {
  display: none;
}

.sec-sports-filter-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.42rem;
  min-height: 2.55rem;
  padding: 0.62rem 0.95rem;
  border: 1px solid #d4e3db;
  border-radius: 999px;
  background: #f3f7f5;
  color: #29463a;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sec-sports-filter-pill:hover,
.sec-sports-filter-pill:focus-visible {
  border-color: #10A95D;
  color: #087d41;
  transform: translateY(-1px);
}

.sec-sports-filter-pill.is-active {
  border-color: #10A95D;
  background: #10A95D;
  color: #ffffff;
  box-shadow: none;
}

.sec-sports-filter-pill-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.sec-sports-editorial-panels {
  min-width: 0;
}

.sec-sports-editorial-panel {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: secEditorialReveal 220ms ease both;
}

.sec-sports-editorial-panel[hidden] {
  display: none !important;
}

@keyframes secEditorialReveal {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.sec-sports-editorial-panel-title {
  padding: 0.85rem 0 1rem;
  border: 0;
  background: transparent;
}

.sec-sports-editorial-panel-title h3 {
  margin: 0;
  color: #132b22;
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  line-height: 1.1;
}

.sec-sports-editorial-content.has-related {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
}

.sec-sports-editorial-feature {
  min-width: 0;
  padding: 0;
}

.sec-sports-editorial-feature-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  border-radius: 0.8rem;
  background: #e8f2ed;
}

.sec-sports-editorial-feature-copy {
  display: grid;
  justify-items: start;
  gap: 0.65rem;
  padding-top: 0.9rem;
}

.sec-sports-editorial-feature-copy h3 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.1;
}

.sec-sports-editorial-feature-copy h3 a:hover,
.sec-sports-editorial-feature-copy h3 a:focus-visible,
.sec-sports-editorial-related-card h4 a:hover,
.sec-sports-editorial-related-card h4 a:focus-visible {
  color: #10A95D;
}

.sec-sports-editorial-related {
  display: grid;
  align-content: start;
  gap: 0;
  min-width: 0;
  padding: 0 0 0 1.25rem;
  border-left: 1px solid #e3eee8;
}

.sec-sports-editorial-related-card {
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0;
}

.sec-sports-editorial-related-card + .sec-sports-editorial-related-card {
  border-top: 1px solid #e3eee8;
}

.sec-sports-editorial-related-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 0.65rem;
  background: #e8f2ed;
}

.sec-sports-editorial-related-card span {
  display: block;
  margin-bottom: 0.25rem;
  color: #10A95D;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sec-sports-editorial-related-card h4 {
  margin: 0;
  color: #1f2937;
  font-size: 0.95rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .sec-sports-filter-heading {
    gap: 0.9rem;
  }

  .sec-sports-editorial-content.has-related {
    grid-template-columns: 1fr;
  }

  .sec-sports-editorial-feature-image {
    aspect-ratio: 16 / 10;
  }

  .sec-sports-editorial-related {
    padding: 1rem 0 0;
    border-top: 1px solid #e3eee8;
    border-left: 0;
  }
}

body.theme-dark .sec-sports-filter-heading h2,
body.theme-dark .sec-sports-editorial-panel-title h3,
body.theme-dark .sec-sports-editorial-feature-copy h3,
body.theme-dark .sec-sports-editorial-related-card h4 {
  color: #f4f4f5;
}

body.theme-dark .sec-sports-filter-pill {
  border-color: #3b4a43;
  background: #242a27;
  color: #e5e7eb;
}

body.theme-dark .sec-sports-filter-pill.is-active {
  border-color: #10A95D;
  background: #10A95D;
  color: #ffffff;
}

body.theme-dark .sec-sports-editorial-panel {
  background: transparent;
}

body.theme-dark .sec-sports-editorial-panel-title {
  background: transparent;
}

body.theme-dark .sec-sports-editorial-related,
body.theme-dark .sec-sports-editorial-related-card + .sec-sports-editorial-related-card {
  border-color: #343d39;
}

/* Três layouts configuráveis para as editorias da home. */
.sec-home-category-layout {
  min-width: 0;
  color: #111827;
}

.sec-home-category-layout img {
  display: block;
}

.sec-home-category-badge,
.sec-home-category-kicker {
  color: #10A95D;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.sec-home-category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: #10A95D;
  color: #ffffff;
}

.sec-home-category-layout h4 {
  margin: 0;
}

.sec-home-category-layout h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.sec-home-category-layout h4 a:hover,
.sec-home-category-layout h4 a:focus-visible {
  color: #10A95D;
}

/* Modelo 1: grande destaque à esquerda e três notícias à direita. */
.sec-home-category-layout--grid-1.has-side-posts {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.85fr);
  gap: clamp(1.15rem, 2.5vw, 2rem);
  align-items: start;
}

.sec-home-grid1-lead-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  background: #e8f2ed;
}

.sec-home-grid1-lead-image .sec-home-category-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

.sec-home-grid1-lead-copy {
  padding-top: 1rem;
}

.sec-home-grid1-lead-copy h4 {
  max-width: 48rem;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.06;
}

.sec-home-grid1-lead-copy p {
  max-width: 46rem;
  margin: 0.65rem 0 0;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.5;
}

.sec-home-grid1-side {
  display: grid;
  gap: 0;
}

.sec-home-grid1-side-card {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  padding: 0 0 1rem;
}

.sec-home-grid1-side-card + .sec-home-grid1-side-card {
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.sec-home-grid1-side-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 0.85rem;
  background: #e8f2ed;
}

.sec-home-grid1-side-card h4 {
  margin-top: 0.35rem;
  font-size: clamp(0.95rem, 1.45vw, 1.15rem);
  line-height: 1.18;
}

/* Modelo 2: carrossel editorial à esquerda e coluna de manchetes à direita. */
.sec-home-category-layout--grid-2.has-side-posts {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(19rem, 0.9fr);
  gap: clamp(1.15rem, 2.5vw, 2rem);
  align-items: start;
}

.sec-home-grid2-carousel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: #10231b;
}

.sec-home-grid2-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sec-home-grid2-track::-webkit-scrollbar {
  display: none;
}

.sec-home-grid2-slide {
  position: relative;
  display: block;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: clamp(24rem, 45vw, 38rem);
  overflow: hidden;
  color: #ffffff;
  scroll-snap-align: center;
}

.sec-home-grid2-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.65rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.04) 72%);
}

.sec-home-grid2-overlay strong {
  max-width: 42rem;
  font-size: clamp(1.55rem, 3.3vw, 2.6rem);
  line-height: 1.04;
}

.sec-home-grid2-overlay small {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.4;
}

.sec-home-grid2-dots {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.42rem;
}

.sec-home-grid2-dots button {
  width: 0.325rem;
  height: 0.325rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: width 180ms ease, background 180ms ease;
}

.sec-home-grid2-dots button.is-active {
  width: 1.15rem;
  background: #ffffff;
}

.sec-home-grid2-side {
  min-width: 0;
}

.sec-home-grid2-side-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  margin-bottom: 0.8rem;
  border-radius: 1rem;
  background: #e8f2ed;
}

.sec-home-grid2-side-feature h4 {
  margin-top: 0.35rem;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.12;
}

.sec-home-grid2-headlines {
  display: grid;
  margin-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.sec-home-grid2-headlines a {
  display: grid;
  grid-template-columns: 0.65rem minmax(0, 1fr);
  align-items: start;
  gap: 0.65rem;
  padding: 0.78rem 0;
  color: #25352e;
  text-decoration: none;
}

.sec-home-grid2-headlines a + a {
  border-top: 1px solid #e5e7eb;
}

.sec-home-grid2-headlines a > span {
  width: 0.52rem;
  height: 0.52rem;
  margin-top: 0.28rem;
  border-radius: 50%;
  background: #10A95D;
}

.sec-home-grid2-headlines strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.sec-home-grid2-headlines a:hover,
.sec-home-grid2-headlines a:focus-visible {
  color: #10A95D;
}

/* Modelo 3: lista horizontal com coluna reservada para publicidade e widgets. */
.sec-home-category-layout--grid-3.has-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.34fr);
  gap: clamp(1.4rem, 3vw, 2.35rem);
  align-items: start;
}

.sec-home-grid3-list {
  min-width: 0;
}

.sec-home-grid3-row {
  display: grid;
  grid-template-columns: minmax(14rem, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding-bottom: 1.25rem;
}

.sec-home-grid3-row + .sec-home-grid3-row {
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.sec-home-grid3-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 1rem;
  background: #e8f2ed;
}

.sec-home-grid3-copy {
  padding-top: 0.15rem;
}

.sec-home-grid3-copy h4 {
  margin-top: 0.35rem;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  line-height: 1.12;
}

.sec-home-grid3-copy p {
  margin: 0.55rem 0 0;
  color: #667085;
  font-size: 0.86rem;
  line-height: 1.45;
}

.sec-home-grid3-sidebar {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
  padding-left: clamp(1rem, 2.2vw, 1.75rem);
  border-left: 1px solid #e5e7eb;
}

.sec-home-grid3-ad-slot,
.sec-home-category-widget {
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.9rem;
  background: #f3f4f6;
}

.sec-home-category-widget-title {
  margin: 0 0 0.8rem;
  color: #111827;
  font-size: 1rem;
}

.sec-home-category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec-home-category-widget li + li {
  margin-top: 0.65rem;
}

@media (max-width: 900px) {
  .sec-home-category-layout--grid-1.has-side-posts,
  .sec-home-category-layout--grid-2.has-side-posts,
  .sec-home-category-layout--grid-3.has-sidebar {
    grid-template-columns: 1fr;
  }

  .sec-home-grid1-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .sec-home-grid1-side-card {
    display: block;
    padding: 0;
  }

  .sec-home-grid1-side-card + .sec-home-grid1-side-card {
    padding-top: 0;
    border-top: 0;
  }

  .sec-home-grid1-side-image {
    margin-bottom: 0.7rem;
  }

  .sec-home-grid2-slide {
    min-height: clamp(23rem, 72vw, 34rem);
  }

  .sec-home-grid2-side {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.2rem;
  }

  .sec-home-grid2-headlines {
    margin-top: 0;
  }

  .sec-home-grid3-sidebar {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    padding: 1.25rem 0 0;
    border-top: 1px solid #e5e7eb;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .sec-home-grid1-lead-image,
  .sec-home-grid2-side-image,
  .sec-home-grid3-image {
    border-radius: 0.8rem;
  }

  .sec-home-grid1-lead-copy h4 {
    line-height: 1.18;
  }

  .sec-home-grid1-side {
    grid-template-columns: 1fr;
  }

  .sec-home-grid1-side-card {
    display: grid;
    grid-template-columns: 7.5rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .sec-home-grid1-side-card + .sec-home-grid1-side-card {
    padding-top: 0.9rem;
    border-top: 1px solid #e5e7eb;
  }

  .sec-home-grid2-slide {
    min-height: 27rem;
  }

  .sec-home-grid2-overlay small {
    display: none;
  }

  .sec-home-grid2-side {
    grid-template-columns: 1fr;
  }

  .sec-home-grid3-row {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .sec-home-grid3-copy p {
    display: none;
  }
}

body.theme-dark .sec-home-category-layout,
body.theme-dark .sec-home-category-widget-title,
body.theme-dark .sec-home-grid2-headlines a {
  color: #f4f4f5;
}

body.theme-dark .sec-home-grid1-lead-copy p,
body.theme-dark .sec-home-grid3-copy p {
  color: #b2bbb7;
}

body.theme-dark .sec-home-grid1-side-card + .sec-home-grid1-side-card,
body.theme-dark .sec-home-grid2-headlines,
body.theme-dark .sec-home-grid2-headlines a + a,
body.theme-dark .sec-home-grid3-row + .sec-home-grid3-row,
body.theme-dark .sec-home-grid3-sidebar {
  border-color: #343d39;
}

body.theme-dark .sec-home-grid3-ad-slot,
body.theme-dark .sec-home-category-widget {
  background: #242a27;
}

/* Modelo 4: capa das páginas de categoria com carrossel, classificação e anúncio. */
.sec-category-archive-page {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 60vh;
  padding: clamp(1.5rem, 4vw, 3.5rem) 0 5rem;
  background: #ffffff;
  color: #111827;
}

.sec-category-archive-container {
  width: min(80rem, calc(100% - 2rem));
  margin: 0 auto;
}

.sec-category-archive-page .sec-category-back-link {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #10A95D;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.sec-category-archive-page .sec-category-back-link:hover,
.sec-category-archive-page .sec-category-back-link:focus-visible {
  text-decoration: underline;
}

.sec-category-child-nav {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  margin: 0 0 1.3rem;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.sec-category-child-nav::-webkit-scrollbar {
  display: none;
}

.sec-category-child-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 0.95rem;
  border: 1px solid #d7e5dd;
  border-radius: 999px;
  background: #f3f8f5;
  color: #29483a;
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.sec-category-child-nav a:hover,
.sec-category-child-nav a:focus-visible {
  border-color: #10A95D;
  background: #10A95D;
  color: #ffffff;
}

.sec-category-archive-heading {
  margin-bottom: clamp(1.4rem, 3vw, 2.1rem);
}

.sec-category-archive-heading > span,
.sec-category-layout-panel-heading > span,
.sec-category-latest-heading > span {
  display: block;
  margin-bottom: 0.35rem;
  color: #10A95D;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sec-category-archive-heading h1 {
  margin: 0;
  color: #10A95D;
  font-size: clamp(1.8rem, 4.5vw, 3.45rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.sec-category-archive-heading div {
  max-width: 52rem;
  margin-top: 0.8rem;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.5;
}

.sec-category-layout-four.has-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(17rem, 0.78fr);
  gap: clamp(1.25rem, 2.6vw, 2rem);
  align-items: stretch;
}

.sec-category-lead-carousel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #10231b;
  box-shadow: 0 16px 40px rgba(16, 35, 27, 0.12);
}

.sec-category-lead-track {
  display: flex;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sec-category-lead-track::-webkit-scrollbar {
  display: none;
}

.sec-category-lead-slide {
  position: relative;
  display: block;
  flex: 0 0 100%;
  min-width: 100%;
  min-height: clamp(31rem, 49vw, 41rem);
  overflow: hidden;
  color: #ffffff;
  scroll-snap-align: center;
}

.sec-category-lead-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-category-lead-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.65rem;
  padding: clamp(1.4rem, 4vw, 2.6rem);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.05) 70%);
}

.sec-category-lead-overlay strong {
  max-width: 45rem;
  color: #ffffff;
  font-family: 'Figtree', sans-serif !important;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 1.14;
}

.sec-category-lead-overlay small {
  max-width: 41rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
}

.sec-category-lead-controls {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  bottom: auto;
  left: auto;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.sec-category-lead-arrows,
.sec-category-lead-dots {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  pointer-events: auto;
}

.sec-category-lead-arrows button {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.sec-category-lead-arrows svg {
  width: 1rem;
  height: 1rem;
}

.sec-category-lead-dots button {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  transition: width 180ms ease, background 180ms ease;
}

.sec-category-lead-dots button.is-active {
  width: 1.45rem;
  background: #ffffff;
}

.sec-category-layout-sidebar {
  display: grid;
  grid-template-rows: auto minmax(14rem, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  min-width: 0;
}

.sec-category-layout-standings,
.sec-category-layout-ad {
  overflow: hidden;
  border: 1px solid #d8e5de;
  border-radius: 1.1rem;
  background: #f7faf8;
}

.sec-category-layout-standings {
  min-height: 20rem;
}

.sec-category-layout-panel-heading {
  padding: 1.1rem 1.15rem 0.9rem;
  border-bottom: 1px solid #dfe9e3;
}

.sec-category-layout-panel-heading h2 {
  margin: 0;
  color: #14281f;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.sec-category-layout-standings-content {
  max-height: 24rem;
  overflow: auto;
}

.sec-category-layout-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
}

.sec-category-layout-table th {
  padding: 0.65rem 0.75rem;
  background: #edf5f1;
  color: #557065;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.sec-category-layout-table th:last-child,
.sec-category-layout-table td:last-child {
  text-align: right;
}

.sec-category-layout-table td {
  padding: 0.58rem 0.75rem;
  border-bottom: 1px solid #e4ece8;
}

.sec-category-layout-table td:first-child span {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.42rem;
  background: #dff2e8;
  color: #178451;
  font-weight: 900;
}

.sec-category-layout-table td:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.sec-category-layout-table img {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.sec-category-layout-standing-link {
  display: block;
  padding: 0.8rem 1.15rem;
  color: #087444;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

.sec-category-layout-standing-link:hover,
.sec-category-layout-standing-link:focus-visible {
  color: #10A95D;
  text-decoration: underline;
}

.sec-category-layout-ad {
  display: grid;
  min-height: 15rem;
  place-items: center;
  background: #f1f2f1;
}

.sec-category-layout-ad-slot,
.sec-category-layout-ad-slot .sec-ad-box {
  width: 100%;
  min-height: 100%;
}

.sec-category-layout-ad-slot .sec-ad-box {
  display: grid;
  place-items: center;
}

.sec-category-latest {
  margin-top: clamp(2.8rem, 6vw, 5rem);
}

.sec-category-latest-heading {
  margin-bottom: 1.4rem;
}

.sec-category-latest-heading h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.sec-category-latest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.34fr);
  gap: clamp(1.4rem, 3vw, 2.35rem);
  align-items: start;
}

.sec-category-latest-grid {
  min-width: 0;
}

.sec-category-latest-card {
  display: grid;
  grid-template-columns: minmax(14rem, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(1rem, 2vw, 1.4rem);
  min-width: 0;
  padding-bottom: 1.25rem;
}

.sec-category-latest-card + .sec-category-latest-card {
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
}

.sec-category-latest-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 0.95rem;
  background: #e8f2ed;
}

.sec-category-latest-card-copy {
  min-width: 0;
  padding-top: 0.15rem;
}

.sec-category-latest-card-copy > span,
.sec-category-latest-sidebar-kicker {
  color: #10A95D;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sec-category-latest-card h3 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.4rem);
  line-height: 1.12;
}

.sec-category-latest-card h3 a {
  color: #111827;
  text-decoration: none;
  transition: color 180ms ease;
}

.sec-category-latest-card h3 a:hover,
.sec-category-latest-card h3 a:focus-visible {
  color: #10A95D;
}

.sec-category-latest-card p {
  margin: 0.55rem 0 0;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.45;
}

.sec-category-latest-card time {
  display: block;
  margin-top: 0.7rem;
  color: #8a948f;
  font-size: 0.68rem;
}

.sec-category-latest-sidebar {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
  padding-left: clamp(1rem, 2.2vw, 1.75rem);
  border-left: 1px solid #e5e7eb;
}

.sec-category-latest-widgets {
  display: grid;
  gap: 1.25rem;
}

.sec-category-latest-popular,
.sec-category-latest-widget,
.sec-category-latest-ad {
  padding: 1.15rem;
  border: 1px solid #dce7e1;
  border-radius: 0.95rem;
  background: #f7faf8;
}

.sec-category-latest-sidebar-title {
  margin: 0.25rem 0 0;
  color: #14281f;
  font-size: 1.25rem;
  line-height: 1.05;
}

.sec-category-latest-popular ol {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.sec-category-latest-popular li {
  display: grid;
  grid-template-columns: 1.85rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.75rem 0;
}

.sec-category-latest-popular li + li {
  border-top: 1px solid #e1e9e5;
}

.sec-category-latest-popular li > span {
  color: #10A95D;
  font-size: 0.82rem;
  font-weight: 950;
}

.sec-category-latest-popular li a {
  color: #25352e;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.sec-category-latest-popular li a:hover,
.sec-category-latest-popular li a:focus-visible {
  color: #10A95D;
}

.sec-category-latest-ad-slot,
.sec-category-latest-ad-slot .sec-ad-box {
  width: 100%;
}

/* A integração da F1 adota a mesma leitura tabular do futebol. */
.sec-f1-standings-columns,
.sec-category-layout-standings-content .f1-data-list li {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
}

.sec-f1-standings-columns {
  padding: 0.58rem 0.75rem;
  background: #edf5f1;
  color: #557065;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sec-f1-standings-columns span:last-child {
  text-align: right;
}

.sec-category-layout-standings-content .f1-data-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sec-category-layout-standings-content .f1-data-list li {
  padding: 0.62rem 0.75rem;
  border-bottom: 1px solid #e4ece8;
}

.sec-category-layout-standings-content .f1-pos {
  display: inline-flex;
  width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.42rem;
  background: #dff2e8;
  color: #178451;
  font-size: 0.7rem;
  font-weight: 900;
}

.sec-category-layout-standings-content .f1-name {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.5rem;
  min-width: 0;
  color: #17231e;
  text-decoration: none;
}

.sec-category-layout-standings-content .f1-name::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  width: 1.1rem;
  height: 1.1rem;
  align-self: center;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256Zm-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304h-91.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256Zm-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304h-91.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sec-category-layout-standings-content .f1-name strong,
.sec-category-layout-standings-content .f1-name small {
  grid-column: 2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec-category-layout-standings-content .f1-name strong {
  font-size: 0.72rem;
  line-height: 1.15;
}

.sec-category-layout-standings-content .f1-name small {
  color: #738079;
  font-size: 0.61rem;
  line-height: 1.2;
}

.sec-category-layout-standings-content .f1-data-list li > b {
  color: #14281f;
  font-size: 0.7rem;
  white-space: nowrap;
}

.sec-category-layout-standings-content .pv-api-credit {
  margin: 0;
  padding: 0.75rem;
  color: #7a8781;
  font-size: 0.6rem;
  line-height: 1.35;
}

.sec-category-layout-standings-content .pv-api-credit a {
  color: inherit;
  font-weight: 800;
}

/* Identidade específica das categorias de Fórmula 1: vermelho e preto. */
body:is(.category-formula-1, .category-f1) .sec-category-archive-heading h1,
body:is(.category-formula-1, .category-f1) .sec-category-back-link,
body:is(.category-formula-1, .category-f1) .sec-category-layout-panel-heading > span,
body:is(.category-formula-1, .category-f1) .sec-category-latest-heading > span,
body:is(.category-formula-1, .category-f1) .sec-category-latest-card-copy > span,
body:is(.category-formula-1, .category-f1) .sec-category-latest-sidebar-kicker,
body:is(.category-formula-1, .category-f1) .sec-category-latest-popular li > span,
body:is(.category-formula-1, .category-f1) .sec-category-layout-standing-link {
  color: #e10600;
}

body:is(.category-formula-1, .category-f1) .sec-home-category-badge,
body:is(.category-formula-1, .category-f1) .sec-category-child-nav a:hover,
body:is(.category-formula-1, .category-f1) .sec-category-child-nav a:focus-visible {
  border-color: #e10600;
  background: #e10600;
  color: #ffffff;
}

body:is(.category-formula-1, .category-f1) .sec-category-layout-standings {
  border-color: #e10600;
  background: #ffffff;
}

body:is(.category-formula-1, .category-f1) .sec-category-layout-panel-heading h2,
body:is(.category-formula-1, .category-f1) .sec-category-latest-heading h2,
body:is(.category-formula-1, .category-f1) .sec-category-latest-sidebar-title,
body:is(.category-formula-1, .category-f1) .sec-category-layout-standings-content .f1-data-list li > b {
  color: #111111;
}

body:is(.category-formula-1, .category-f1) .sec-f1-standings-columns {
  background: #171717;
  color: #ffffff;
}

body:is(.category-formula-1, .category-f1) .sec-category-layout-standings-content .f1-pos {
  background: #fde5e4;
  color: #e10600;
}

body:is(.category-formula-1, .category-f1) .sec-category-layout-standings-content .f1-name::before {
  color: #e10600;
}

body:is(.category-formula-1, .category-f1) .sec-category-latest-card h3 a:hover,
body:is(.category-formula-1, .category-f1) .sec-category-latest-card h3 a:focus-visible,
body:is(.category-formula-1, .category-f1) .sec-category-latest-popular li a:hover,
body:is(.category-formula-1, .category-f1) .sec-category-latest-popular li a:focus-visible {
  color: #e10600;
}

.sec-category-latest-divider {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
  background: #e5e7eb;
}

.sec-category-empty-message {
  padding: 2rem;
  border-radius: 1rem;
  background: #f3f8f5;
  color: #52635b;
  text-align: center;
}

@media (max-width: 900px) {
  .sec-category-layout-four.has-sidebar {
    grid-template-columns: 1fr;
  }

  .sec-category-layout-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .sec-category-lead-slide {
    min-height: clamp(27rem, 76vw, 38rem);
  }

  .sec-category-latest-layout {
    grid-template-columns: 1fr;
  }

  .sec-category-latest-sidebar {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    padding: 1.25rem 0 0;
    border-top: 1px solid #e5e7eb;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .sec-category-archive-page {
    padding-top: 1.25rem;
  }

  .sec-category-archive-container {
    width: min(100% - 1.25rem, 80rem);
  }

  .sec-category-archive-heading h1 {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  }

  .sec-category-lead-carousel,
  .sec-category-layout-standings,
  .sec-category-layout-ad {
    border-radius: 0.9rem;
  }

  .sec-category-lead-slide {
    min-height: 29rem;
  }

  .sec-category-lead-overlay {
    padding: 1.15rem;
  }

  .sec-category-lead-overlay small {
    display: none;
  }

  .sec-category-lead-controls {
    right: 1rem;
    top: 1rem;
    bottom: auto;
    left: auto;
  }

  .sec-category-layout-sidebar {
    grid-template-columns: 1fr;
  }

  .sec-category-latest-grid {
    display: block;
  }

  .sec-category-latest-card {
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 0.85rem;
  }

  .sec-category-latest-card p {
    display: none;
  }

  .sec-category-latest-card time {
    margin-top: 0.5rem;
  }

  .sec-category-layout-ad {
    min-height: 13rem;
  }
}

body.theme-dark .sec-category-archive-page {
  background: #121614;
  color: #f4f4f5;
}

body.theme-dark .sec-category-archive-heading div {
  color: #b2bbb7;
}

body.theme-dark .sec-category-child-nav a,
body.theme-dark .sec-category-layout-standings,
body.theme-dark .sec-category-layout-ad,
body.theme-dark .sec-category-empty-message {
  border-color: #343d39;
  background: #202723;
  color: #dce5e0;
}

body.theme-dark .sec-category-layout-panel-heading,
body.theme-dark .sec-category-layout-table td {
  border-color: #343d39;
}

body.theme-dark .sec-category-layout-table th {
  background: #29332e;
  color: #b9c8c0;
}

body.theme-dark .sec-category-layout-panel-heading h2,
body.theme-dark .sec-category-latest-heading h2 {
  color: #f4f4f5;
}

body.theme-dark .sec-category-latest-card h3 a,
body.theme-dark .sec-category-latest-sidebar-title,
body.theme-dark .sec-category-latest-popular li a {
  color: #f4f4f5;
}

body.theme-dark .sec-category-latest-card p,
body.theme-dark .sec-category-latest-card time {
  color: #b2bbb7;
}

body.theme-dark .sec-category-latest-sidebar,
body.theme-dark .sec-category-latest-card + .sec-category-latest-card,
body.theme-dark .sec-category-latest-popular li + li {
  border-color: #343d39;
}

body.theme-dark .sec-category-latest-popular,
body.theme-dark .sec-category-latest-widget,
body.theme-dark .sec-category-latest-ad {
  border-color: #343d39;
  background: #202723;
}

body.theme-dark .sec-category-latest-divider {
  background: #343d39;
}

body.theme-dark:is(.category-formula-1, .category-f1) .sec-category-layout-standings {
  border-color: #e10600;
  background: #171717;
}

body.theme-dark:is(.category-formula-1, .category-f1) .sec-category-layout-panel-heading h2,
body.theme-dark:is(.category-formula-1, .category-f1) .sec-category-layout-standings-content .f1-name,
body.theme-dark:is(.category-formula-1, .category-f1) .sec-category-layout-standings-content .f1-data-list li > b {
  color: #ffffff;
}

/* Página completa de classificação da F1, alinhada ao painel tabular da categoria. */
body.sec-f1-standings-page main.flex-grow {
  background: #ffffff;
}

body.sec-f1-standings-page main.flex-grow > .w-full {
  padding: clamp(1.5rem, 4vw, 3rem) 0 5rem;
  background: #ffffff;
}

body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl {
  width: min(64rem, calc(100% - 2rem));
  max-width: 64rem;
  padding: 0;
}

body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl > .mb-8 {
  position: relative;
  margin: 0;
  padding: 2.2rem 1.4rem 1.1rem;
  border: 1px solid #e10600;
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: #ffffff;
}

body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl > .mb-8::before {
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  content: "Temporada atual";
  color: #e10600;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.sec-f1-standings-page .sec-section-title {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  color: #111111;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  line-height: 1.05;
}

body.sec-f1-standings-page .sec-section-title::before {
  display: none !important;
  content: none !important;
}

body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl > .prose {
  overflow: hidden;
  max-width: none;
  border: 1px solid #e10600;
  border-radius: 0 0 1rem 1rem;
  background: #ffffff;
}

body.sec-f1-standings-page .f1-data-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.sec-f1-standings-page .f1-data-list::before {
  display: block;
  padding: 0.72rem 1.25rem;
  content: "Classificação de pilotos";
  background: #171717;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

body.sec-f1-standings-page .f1-data-list:nth-of-type(2)::before {
  content: "Classificação de equipes";
}

body.sec-f1-standings-page .f1-data-list li {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  margin: 0;
  padding: 0.72rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  color: #171717;
}

body.sec-f1-standings-page .f1-data-list li::marker {
  content: none;
}

body.sec-f1-standings-page .f1-pos {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  background: #fde5e4;
  color: #e10600;
  font-size: 0.75rem;
  font-weight: 900;
}

body.sec-f1-standings-page .f1-name {
  position: relative;
  min-width: 0;
  color: #171717;
  text-decoration: none;
}

body.sec-f1-standings-page a.f1-name {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
}

body.sec-f1-standings-page a.f1-name::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  width: 1.1rem;
  height: 1.1rem;
  align-self: center;
  background: #e10600;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256Zm-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304h-91.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256Zm-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304h-91.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.sec-f1-standings-page a.f1-name strong,
body.sec-f1-standings-page a.f1-name small {
  grid-column: 2;
}

body.sec-f1-standings-page span.f1-name {
  display: flex;
  flex-direction: column;
  padding-left: 1.2rem;
}

body.sec-f1-standings-page span.f1-name::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.55rem;
  height: 1.8rem;
  border-radius: 999px;
  content: "";
  background: var(--driver-color, #e10600);
  transform: translateY(-50%);
}

body.sec-f1-standings-page .f1-name strong,
body.sec-f1-standings-page .f1-name small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sec-f1-standings-page .f1-name strong {
  color: #171717;
  font-size: 0.88rem;
  line-height: 1.15;
}

body.sec-f1-standings-page .f1-name small {
  color: #778079;
  font-size: 0.7rem;
  line-height: 1.25;
}

body.sec-f1-standings-page .f1-data-list li > b {
  color: #171717;
  font-size: 0.82rem;
  white-space: nowrap;
}

body.sec-f1-standings-page .pv-api-credit {
  margin: 0 !important;
  padding: 0.8rem 1.25rem 1.15rem;
  color: #7a8781;
  font-size: 0.68rem;
  line-height: 1.35;
}

body.sec-f1-standings-page .pv-api-credit + .f1-data-list {
  border-top: 1px solid #e10600;
}

@media (max-width: 640px) {
  body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl {
    width: min(100% - 1.25rem, 64rem);
  }

  body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl > .mb-8 {
    padding: 2rem 0.85rem 0.9rem;
  }

  body.sec-f1-standings-page main.flex-grow > .w-full > .max-w-3xl > .mb-8::before {
    top: 0.85rem;
    left: 0.85rem;
  }

  body.sec-f1-standings-page .sec-section-title {
    font-size: 1.65rem;
  }

  body.sec-f1-standings-page .f1-data-list::before {
    padding: 0.65rem 0.75rem;
    font-size: 0.65rem;
  }

  body.sec-f1-standings-page .f1-data-list li {
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.65rem 0.75rem;
  }

  body.sec-f1-standings-page .f1-pos {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.68rem;
  }

  body.sec-f1-standings-page a.f1-name {
    grid-template-columns: 1rem minmax(0, 1fr);
    column-gap: 0.45rem;
  }

  body.sec-f1-standings-page a.f1-name::before {
    width: 0.9rem;
    height: 0.9rem;
  }

  body.sec-f1-standings-page .f1-name strong {
    font-size: 0.76rem;
  }

  body.sec-f1-standings-page .f1-name small,
  body.sec-f1-standings-page .f1-data-list li > b {
    font-size: 0.65rem;
  }
}

/* A barra verde à esquerda identifica os blocos laterais; o filete azul não. */
.sec-desktop-single-sidebar .sec-section-title::before {
  display: none;
  content: none;
}

@media (max-width: 767px) {
  .sec-read-also {
    margin: 1.75rem 0;
  }

  .sec-read-also-heading {
    margin-bottom: 1rem !important;
    font-size: 1.3rem;
  }

  .sec-read-also-box {
    padding: 0.2rem 0.8rem;
    border-radius: 14px;
  }

  .sec-read-also-link {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.8rem 0;
  }

  .sec-read-also-thumb {
    width: 96px;
  }

  .sec-read-also-title {
    font-size: 0.95rem;
    line-height: 1.25;
  }
}
