/*
Theme Name: STB Noticias Editorial
Theme URI: https://stbnoticias.com/
Description: Rediseño editorial independiente para STB Noticias. Tema hijo de Newses.
Author: STB Noticias
Template: newses
Version: 1.4.0
Text Domain: stb-editorial
*/

@font-face {
  font-family: "Newsreader STB";
  src: url("assets/newsreader-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader STB";
  src: url("assets/newsreader-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader STB";
  src: url("assets/newsreader-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter STB";
  src: url("assets/inter-italic-500.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

:root {
  --stb-red: #b12635;
  --stb-red-dark: #761721;
  --stb-ink: #151820;
  --stb-ink-soft: #242731;
  --stb-paper: #ffffff;
  --stb-canvas: #edf0f3;
  --stb-muted: #687080;
  --stb-line: #d9dee5;
  --stb-serif: Georgia, "Times New Roman", serif;
  --stb-sans: Inter, Arial, Helvetica, sans-serif;
  --stb-reading: "Newsreader STB", Charter, Georgia, serif;
  --stb-caption: "Inter STB", Inter, Arial, sans-serif;
  --stb-width: 1180px;
  --stb-radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.stb-theme {
  margin: 0;
  background: var(--stb-canvas);
  color: var(--stb-ink);
  font-family: var(--stb-sans);
  font-size: 16px;
  line-height: 1.55;
}
body.stb-theme.admin-bar .stb-mobile-menu { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.stb-image-fallback { display: block; width: 100%; height: 100%; min-height: 150px; background: linear-gradient(135deg, #dfe3e8, #c9ced5); }
button, input { font: inherit; }
.stb-wrap { width: min(calc(100% - 40px), var(--stb-width)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Header */
.stb-utility { background: var(--stb-ink); color: #c8ced8; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.stb-utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.stb-utility-group { display: flex; align-items: center; gap: 18px; }
.stb-utility a:hover { color: #fff; }
.stb-utility .stb-accent-link { color: #ff3d4b; }
.stb-brand-band {
  background-color: #9b1f2c;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 10px, rgba(0,0,0,.025) 10px 20px);
  border-bottom: 4px solid var(--stb-red-dark);
}
.stb-brand-inner { min-height: 138px; display: grid; grid-template-columns: 310px 1fr 310px; align-items: center; gap: 30px; }
.stb-logo { display: inline-flex; align-items: center; justify-content: flex-start; }
.stb-logo img { width: min(100%, 300px); max-height: 118px; object-fit: contain; object-position: left center; }
.stb-edition { color: rgba(255,255,255,.82); font-family: var(--stb-serif); font-style: italic; font-size: 18px; text-align: center; }
.stb-header-search { position: relative; }
.stb-header-search input {
  width: 100%; height: 46px; border: 0; border-radius: 4px; padding: 0 52px 0 18px;
  color: var(--stb-ink); background: #fff; outline: 3px solid transparent;
}
.stb-header-search input:focus { outline-color: rgba(255,255,255,.35); }
.stb-header-search button { position: absolute; inset: 0 0 0 auto; width: 48px; border: 0; background: transparent; color: var(--stb-red); cursor: pointer; }
.stb-main-nav { background: var(--stb-ink); color: #fff; border-bottom: 3px solid var(--stb-red); }
.stb-nav-inner { min-height: 56px; display: flex; align-items: stretch; }
.stb-home-link { width: 58px; flex: 0 0 58px; display: grid; place-items: center; background: var(--stb-red); font-size: 19px; }
.stb-menu { flex: 1; display: flex; justify-content: center; }
.stb-menu ul { list-style: none; display: flex; align-items: stretch; justify-content: center; gap: 0; margin: 0; padding: 0; }
.stb-menu li { display: flex; }
.stb-menu a { display: flex; align-items: center; padding: 0 18px; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.stb-menu a:hover, .stb-menu .current-menu-item > a, .stb-menu .current-category-ancestor > a { background: rgba(255,255,255,.08); color: #fff; }
.stb-mobile-trigger { display: none; margin-left: auto; border: 0; background: transparent; color: #fff; width: 56px; cursor: pointer; }
.stb-mobile-trigger span { display: block; width: 25px; height: 2px; margin: 5px auto; background: currentColor; }
.stb-mobile-menu { display: none; }

/* Reusable editorial components */
.stb-main { padding: 42px 0 70px; }
.stb-ad { display: grid; place-items: center; min-height: 96px; overflow: hidden; background: #f8f9fb; border: 1px solid var(--stb-line); color: #8991a0; text-align: center; }
.stb-ad + .stb-lead-grid { margin-top: 28px; }
.stb-ad-empty strong { display: block; color: #596171; font-size: 13px; text-transform: uppercase; }
.stb-ad-empty span { font-size: 12px; }
.stb-ad img { max-height: 130px; width: auto; object-fit: contain; margin: auto; }
.stb-lead-grid { display: grid; grid-template-columns: minmax(0, 2.05fr) minmax(280px, .95fr); gap: 24px; align-items: start; }
.stb-lead-card, .stb-side-story, .stb-feed-card, .stb-opinion, .stb-video-card, .stb-newsletter, .stb-sidebar-box {
  background: var(--stb-paper); border: 1px solid var(--stb-line); border-radius: var(--stb-radius); overflow: hidden;
}
.stb-lead-card { padding: 22px; }
.stb-lead-media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #cfd4da; border-radius: 4px; }
.stb-lead-media img, .stb-side-story img, .stb-feed-thumb img, .stb-related-card img { width: 100%; height: 100%; object-fit: cover; }
.stb-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--stb-red); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.stb-kicker::before { content: ""; width: 7px; height: 7px; background: currentColor; border-radius: 50%; }
.stb-lead-card .stb-kicker { margin-top: 20px; }
.stb-lead-title { margin: 9px 0 10px; font: 700 clamp(30px, 3.1vw, 44px)/1.05 var(--stb-serif); letter-spacing: 0; overflow-wrap: break-word; hyphens: auto; }
.stb-lead-title a:hover, .stb-feed-title a:hover, .stb-side-story h2 a:hover { color: var(--stb-red); }
.stb-excerpt { margin: 0; color: var(--stb-muted); }
.stb-meta { margin-top: 16px; color: #828997; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.stb-lead-side { display: grid; gap: 18px; }
.stb-side-story .stb-side-media { aspect-ratio: 16/9; background: #d8dce1; }
.stb-side-copy { padding: 18px; }
.stb-side-copy h2 { margin: 7px 0 8px; font: 700 25px/1.08 var(--stb-serif); }
.stb-brief-card { padding: 20px; background: #fff; border-top: 3px solid var(--stb-red); }
.stb-brief-card h2 { margin: 0 0 8px; font: 700 23px/1.1 var(--stb-serif); }
.stb-minute { padding: 20px; color: #fff; background: var(--stb-ink); border-top: 4px solid var(--stb-red); border-radius: var(--stb-radius); }
.stb-minute h2 { margin: 0 0 12px; font: 700 23px/1 var(--stb-serif); }
.stb-minute h2 span { color: #ffd400; }
.stb-minute-list { list-style: none; margin: 0; padding: 0; }
.stb-minute-list li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }
.stb-minute-list time { color: #ff7b85; font-weight: 800; }
.stb-content-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(270px, .9fr); gap: 34px; margin-top: 54px; padding-top: 36px; border-top: 1px solid #ccd2da; }
.stb-section-heading { display: flex; align-items: center; gap: 18px; margin: 0 0 24px; font: 700 34px/1 var(--stb-serif); }
.stb-section-heading::after { content: ""; height: 2px; flex: 1; background: linear-gradient(90deg, var(--stb-red) 0 80px, var(--stb-line) 80px); }
.stb-feed { display: grid; gap: 18px; }
.stb-feed-card { display: grid; grid-template-columns: 230px 1fr; min-height: 170px; }
.stb-feed-thumb { background: #d8dce1; }
.stb-feed-copy { padding: 20px 22px; }
.stb-feed-title { margin: 7px 0 8px; font: 700 23px/1.12 var(--stb-serif); overflow-wrap: break-word; hyphens: auto; }
.stb-read-more { display: inline-flex; margin-top: 12px; color: var(--stb-red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.stb-quote { padding: 25px 28px; border-left: 4px solid var(--stb-red); background: #fff; }
.stb-quote small { color: var(--stb-red); font-weight: 900; text-transform: uppercase; }
.stb-quote blockquote { margin: 10px 0; font: italic 700 25px/1.2 var(--stb-serif); }
.stb-sidebar { display: grid; align-content: start; gap: 22px; }
.stb-sidebar-box { padding: 22px; }
.stb-sidebar-title { margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--stb-line); font: 700 23px/1 var(--stb-serif); }
.stb-opinion-item { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--stb-line); }
.stb-opinion-item:last-child { border: 0; }
.stb-avatar { width: 46px; height: 46px; display: grid; place-items: center; background: var(--stb-ink); color: #fff; border-radius: 50%; font-family: var(--stb-serif); font-weight: 700; }
.stb-opinion-item strong { display: block; color: var(--stb-red); font-size: 11px; text-transform: uppercase; }
.stb-opinion-item a { font: 700 17px/1.15 var(--stb-serif); }
.stb-video-card { background: var(--stb-ink); color: #fff; }
.stb-video-card h3 { padding: 18px 20px; margin: 0; border-top: 3px solid var(--stb-red); font: 700 22px/1 var(--stb-serif); }
.stb-video-card video, .stb-video-card iframe { width: 100%; aspect-ratio: 16/9; border: 0; object-fit: contain; background: #000; }
.stb-newsletter { padding: 23px; }
.stb-newsletter h3 { margin: 0 0 6px; font: 700 24px/1 var(--stb-serif); }
.stb-newsletter p { color: var(--stb-muted); font-size: 13px; }
.stb-newsletter-form { display: grid; gap: 9px; }
.stb-newsletter-form input { height: 42px; padding: 0 12px; border: 1px solid var(--stb-line); }
.stb-newsletter-form button { height: 42px; border: 0; background: var(--stb-ink); color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.stb-pagination { margin-top: 30px; }
.stb-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 38px; height: 38px; padding: 0 10px; background: #fff; border: 1px solid var(--stb-line); }
.stb-pagination .current { background: var(--stb-red); border-color: var(--stb-red); color: #fff; }

/* Archives and article */
.stb-page-head { margin-bottom: 28px; padding-bottom: 22px; border-bottom: 3px solid var(--stb-ink); }
.stb-page-label { color: var(--stb-red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.stb-page-title { margin: 5px 0 6px; font: 700 clamp(36px, 4.5vw, 56px)/1.04 var(--stb-serif); overflow-wrap: break-word; hyphens: auto; }
.stb-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stb-archive-grid .stb-feed-card { display: block; }
.stb-archive-grid .stb-feed-thumb { aspect-ratio: 16/10; }
.stb-article-header { max-width: none; margin: 0 0 26px; padding-bottom: 22px; border-bottom: 1px solid var(--stb-line); }
.stb-breadcrumbs { color: #8b93a0; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.stb-breadcrumbs a { color: var(--stb-red); }
.stb-article-title { margin: 14px 0 20px; font: 500 clamp(36px, 3.2vw, 44px)/1.12 var(--stb-serif); overflow-wrap: normal; word-break: normal; hyphens: none; }
.stb-article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--stb-muted); font-size: 13px; }
.stb-article-layout { display: grid; grid-template-columns: minmax(0, 760px) 360px; justify-content: center; gap: 36px; align-items: start; }
.stb-article-primary { min-width: 0; }
.stb-article-body { background: #fff; padding: 26px 30px 42px; border-top: 4px solid var(--stb-red); }
.stb-article-featured { margin: -26px -30px 28px; }
.stb-article-featured img { width: 100%; max-height: 560px; object-fit: cover; }
.stb-entry-content { color: #252932; font: 19px/1.66 var(--stb-reading); }
.stb-entry-content p { margin: 0 0 1.18em; }
.stb-entry-content > p:first-of-type { font-size: 21px; line-height: 1.58; font-weight: 500; }
.stb-entry-content strong, .stb-entry-content b { font-weight: 600; }
.stb-entry-content h2, .stb-entry-content h3 { font-family: var(--stb-serif); line-height: 1.1; }
.stb-entry-content blockquote { margin: 30px 0; padding: 4px 0 4px 24px; border-left: 4px solid var(--stb-red); font: italic 700 26px/1.3 var(--stb-serif); }
.stb-entry-content img, .stb-entry-content video, .stb-entry-content iframe { max-width: 100%; height: auto; }
.stb-entry-content iframe { width: 100%; aspect-ratio: 16/9; }
.stb-entry-content figure, .stb-entry-content .wp-caption { max-width: 100%; margin: 28px 0 30px; }
.stb-entry-content figcaption,
.stb-entry-content .wp-caption-text,
.stb-entry-content .wp-element-caption,
.stb-entry-content .gallery-caption {
  display: block;
  margin: 9px 0 0;
  padding: 2px 0 2px 12px;
  border-left: 3px solid var(--stb-red);
  color: #626a77;
  font: italic 500 12.5px/1.48 var(--stb-caption);
  letter-spacing: .01em;
  text-align: left;
}
.stb-share { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--stb-line); }
.stb-share a, .stb-copy-link { border: 1px solid var(--stb-line); background: #fff; padding: 10px 14px; font-size: 12px; font-weight: 800; cursor: pointer; }
.stb-share a:hover, .stb-copy-link:hover { color: #fff; background: var(--stb-red); border-color: var(--stb-red); }
.stb-related { margin-top: 52px; padding-top: 32px; border-top: 1px solid var(--stb-line); }
.stb-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stb-related-card { background: #fff; border: 1px solid var(--stb-line); }
.stb-related-card .media { aspect-ratio: 16/10; }
.stb-related-card .copy { padding: 16px; }
.stb-related-card h3 { margin: 6px 0; font: 700 19px/1.15 var(--stb-serif); }
.stb-ad--stb-article-ad { min-height: 360px; padding: 10px; background: #fff; }
.stb-ad--stb-article-ad img { width: auto; height: auto; max-width: 100%; max-height: 340px; object-fit: contain; }
.stb-ad--stb-article-ad .stb-widget { width: 100%; display: grid; place-items: center; }
.stb-weather-card, .stb-facebook-card {
  background: #fff;
  border: 1px solid var(--stb-line);
  border-radius: var(--stb-radius);
  overflow: hidden;
}
.stb-weather-card { padding: 22px; }
.stb-weather-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.stb-weather-place { color: var(--stb-red); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.stb-weather-source { color: #9299a5; font-size: 10px; text-transform: uppercase; }
.stb-weather-current { display: flex; align-items: center; gap: 17px; }
.stb-weather-icon { width: 66px; height: 66px; display: grid; place-items: center; flex: 0 0 66px; border-radius: 50%; background: #f6ecee; color: var(--stb-red); font-family: Georgia, serif; font-size: 35px; line-height: 1; }
.stb-weather-current strong { display: block; font: 500 42px/1 var(--stb-reading); }
.stb-weather-current div > span { display: block; margin-top: 4px; color: var(--stb-muted); font-size: 14px; }
.stb-weather-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--stb-line); }
.stb-weather-details span { color: #3f4651; font-size: 13px; text-align: center; }
.stb-weather-details small { display: block; margin-bottom: 4px; color: #9097a3; font-size: 9px; letter-spacing: .03em; text-transform: uppercase; }
.stb-weather-card > h3 { margin: 0 0 6px; font: 500 23px/1.15 var(--stb-reading); }
.stb-weather-unavailable { margin: 0; color: var(--stb-muted); font: 400 15px/1.45 var(--stb-reading); }
.stb-facebook-card { display: grid; grid-template-columns: 42px 1fr; gap: 8px 14px; padding: 22px; }
.stb-facebook-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #1877f2; color: #fff; font: 700 27px/1 Arial, sans-serif; }
.stb-facebook-card h3 { margin: 1px 0 5px; font: 500 22px/1.08 var(--stb-reading); }
.stb-facebook-card p { margin: 0; color: var(--stb-muted); font: 400 14px/1.45 var(--stb-reading); }
.stb-facebook-card a { grid-column: 1 / -1; display: block; margin-top: 12px; padding: 11px 14px; background: #1877f2; color: #fff; font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; }
.stb-facebook-card a:hover { background: #0f62ce; }

/* Footer */
.stb-footer { color: #bfc5cf; background: var(--stb-ink); border-top: 4px solid var(--stb-red); }
.stb-footer-main { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 50px; padding: 58px 0 42px; }
.stb-footer-logo img { width: 220px; max-height: 100px; object-fit: contain; object-position: left; filter: drop-shadow(0 8px 18px rgba(0,0,0,.3)); }
.stb-footer h3 { margin: 0 0 16px; color: #fff; font: 700 18px/1 var(--stb-serif); text-transform: uppercase; }
.stb-footer p, .stb-footer li { font-size: 13px; }
.stb-footer ul { list-style: none; margin: 0; padding: 0; }
.stb-footer li { margin: 8px 0; }
.stb-footer a:hover { color: #fff; }
.stb-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }

@media (max-width: 900px) {
  .stb-wrap { width: min(calc(100% - 28px), var(--stb-width)); }
  .stb-utility-inner { min-height: 32px; }
  .stb-utility-group:last-child { display: none; }
  .stb-brand-inner { min-height: 104px; grid-template-columns: 220px 1fr; }
  .stb-logo img { max-height: 92px; }
  .stb-edition { display: none; }
  .stb-header-search { max-width: 320px; justify-self: end; width: 100%; }
  .stb-menu { display: none; }
  .stb-mobile-trigger { display: block; }
  .stb-nav-inner { min-height: 54px; }
  .stb-mobile-menu { position: fixed; z-index: 9999; inset: 0; padding: 70px 24px 30px; color: #fff; background: rgba(17,21,34,.98); overflow: auto; }
  .stb-mobile-menu.is-open { display: block; }
  .stb-mobile-close { position: absolute; top: 17px; right: 20px; border: 0; background: transparent; color: #fff; font-size: 32px; cursor: pointer; }
  .stb-mobile-menu ul { list-style: none; margin: 25px 0; padding: 0; }
  .stb-mobile-menu li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .stb-mobile-menu a { display: block; padding: 14px 4px; font: 700 24px/1 var(--stb-serif); }
  .stb-mobile-menu .stb-header-search { max-width: none; }
  .stb-lead-grid, .stb-content-grid, .stb-article-layout { grid-template-columns: 1fr; }
  .stb-lead-side { grid-template-columns: repeat(2, 1fr); }
  .stb-minute { grid-column: 1 / -1; }
  .stb-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .stb-article-layout > .stb-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stb-ad--stb-article-ad { min-height: 330px; }
  .stb-ad--stb-article-ad img { max-height: 310px; }
  .stb-footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body.stb-theme.admin-bar .stb-mobile-menu { top: 46px; }
  .stb-wrap { width: calc(100% - 20px); }
  .stb-utility { font-size: 10px; }
  .stb-utility-inner { min-height: 30px; }
  .stb-brand-inner { min-height: 92px; display: flex; justify-content: center; }
  .stb-logo img { width: 235px; max-height: 80px; object-position: center; }
  .stb-brand-inner > .stb-header-search { display: none; }
  .stb-home-link { width: 52px; flex-basis: 52px; }
  .stb-main { padding: 20px 0 45px; }
  .stb-ad { min-height: 72px; }
  .stb-ad img { width: 100%; height: auto; max-height: 100px; object-fit: contain; }
  .stb-lead-grid { gap: 14px; }
  .stb-lead-card { padding: 10px; }
  .stb-lead-media { border-radius: 3px; }
  .stb-lead-card .stb-kicker { margin-top: 14px; }
  .stb-lead-title { font-size: clamp(32px, 9vw, 36px); line-height: 1.07; }
  .stb-lead-side { grid-template-columns: 1fr; }
  .stb-side-story { display: grid; grid-template-columns: 42% 1fr; }
  .stb-side-story .stb-side-media { aspect-ratio: auto; min-height: 160px; }
  .stb-side-copy { padding: 14px; }
  .stb-side-copy h2 { font-size: 21px; }
  .stb-content-grid { margin-top: 30px; padding-top: 25px; gap: 28px; }
  .stb-section-heading { font-size: 29px; }
  .stb-feed-card { grid-template-columns: 120px 1fr; min-height: 136px; }
  .stb-feed-copy { padding: 13px; }
  .stb-feed-title { font-size: 19px; line-height: 1.1; }
  .stb-feed-copy .stb-excerpt { display: none; }
  .stb-archive-grid { grid-template-columns: 1fr; gap: 14px; }
  .stb-archive-grid .stb-feed-card { display: block; }
  .stb-archive-grid .stb-feed-thumb { display: block; aspect-ratio: 16/9; }
  .stb-page-title { font-size: 38px; }
  .stb-article-header { margin-bottom: 18px; padding: 0 2px 18px; }
  .stb-article-title { margin-top: 10px; font-size: clamp(30px, 8.3vw, 33px); line-height: 1.18; }
  .stb-article-body { padding: 18px 14px 28px; }
  .stb-article-featured { margin: -18px -14px 22px; }
  .stb-entry-content { font-size: 18px; line-height: 1.6; }
  .stb-entry-content > p:first-of-type { font-size: 19px; line-height: 1.55; }
  .stb-entry-content figure, .stb-entry-content .wp-caption { margin: 22px 0 25px; }
  .stb-entry-content figcaption,
  .stb-entry-content .wp-caption-text,
  .stb-entry-content .wp-element-caption,
  .stb-entry-content .gallery-caption { font-size: 11.5px; line-height: 1.45; }
  .stb-article-layout > .stb-sidebar { grid-template-columns: 1fr; }
  .stb-ad--stb-article-ad { min-height: 0; padding: 8px; }
  .stb-ad--stb-article-ad img { width: min(100%, 350px); max-height: none; }
  .stb-weather-card, .stb-facebook-card, .stb-newsletter { padding: 18px; }
  .stb-related-grid { grid-template-columns: 1fr; }
  .stb-related-card { display: grid; grid-template-columns: 120px 1fr; }
  .stb-related-card .media { aspect-ratio: auto; }
  .stb-footer-main { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 30px; }
  .stb-footer-bottom { display: block; text-align: center; }
}
