/*
Theme Name: StreamingPlus
Author: SEC
Description: Tema WordPress StreamingPlus, baseado no tema Series em Cena.
Version: 1.0.1
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, entertainment
*/
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,
#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-header-bar {
  box-sizing: border-box;
  min-height: 4.75rem;
  padding: 0.75rem 1rem;
}

#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: #000000 !important;
}

.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: #ffffff;
  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: #3E91EA;
  transform: translateY(-1px);
}

@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;
}

header {
  position: relative !important;
  z-index: 120;
  width: 100%;
}

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: brightness(0) invert(1);
}

.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-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: #3E91EA !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-trending-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 4px solid #3E91EA;
}

.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(62, 145, 234, 0.12) !important;
  color: #3E91EA !important;
}

body.theme-dark [data-sec-drawer] .sec-drawer-primary-link.is-active:not(:hover):not(:focus-visible) {
  color: #3E91EA !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;
  color: #111827;
  font-family: 'Figtree', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1.15;
}

.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: #3E91EA;
}

.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;
}

@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;
  }
}
