:root {
  --cbl-red: #d4000d;
  --cbl-red-dark: #a9000a;
  --cbl-ink: #111;
  --cbl-muted: #686868;
  --cbl-line: #dedede;
  --cbl-soft: #f4f3f1;
  --cbl-paper: #fff;
  --cbl-container: 1290px;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { background: var(--cbl-paper); color: var(--cbl-ink); font-family: Arial, Helvetica, sans-serif; margin: 0; max-width: 100%; overflow-wrap: anywhere; overflow-x: hidden; overflow-x: clip; }
body.cbl-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { height: auto; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.cbl-container { margin-inline: auto; max-width: var(--cbl-container); width: calc(100% - 40px); }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: #000; display: block; height: auto; left: 8px; padding: 14px; top: 8px; width: auto; z-index: 100000; }
.cbl-skip-link { font-weight: 700; }

/* Header */
.cbl-breaking { background: var(--cbl-ink); color: #fff; font-size: 12px; }
.cbl-breaking-inner { align-items: center; display: flex; min-height: 34px; }
.cbl-breaking strong { align-self: stretch; align-items: center; background: var(--cbl-red); display: flex; font-size: 10px; letter-spacing: .08em; padding: 0 17px; text-transform: uppercase; }
.cbl-breaking-inner > span { color: #ddd; flex: 1; overflow: hidden; padding: 0 16px; text-overflow: ellipsis; white-space: nowrap; }
.cbl-breaking time { color: #bbb; font-size: 10px; white-space: nowrap; }
.cbl-top-social { display: flex; gap: 6px; margin-right: 16px; }
.cbl-top-social a { align-items: center; border: 1px solid #555; border-radius: 50%; display: flex; font-size: 8px; font-weight: 800; height: 22px; justify-content: center; text-transform: uppercase; width: 22px; }
.cbl-social-icon { color: currentColor; font-size: 14px; line-height: 1; }
.cbl-header { background: #fff; position: relative; z-index: 50; }
.cbl-brand-row { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 120px; }
.cbl-logo { justify-self: center; max-width: 510px; width: 43vw; }
.cbl-logo img { display: block; width: 100%; }
.cbl-logo .custom-logo-link { display: block; }
.cbl-menu-toggle, .cbl-search-toggle { align-items: center; background: #fff; border: 1px solid var(--cbl-line); cursor: pointer; display: flex; height: 44px; padding: 10px; width: 86px; }
.cbl-menu-toggle { align-content: center; display: grid; gap: 4px; grid-template-columns: 22px 1fr; justify-self: start; }
.cbl-menu-toggle span { background: var(--cbl-ink); display: block; grid-column: 1; height: 2px; }
.cbl-menu-toggle b, .cbl-search-toggle b { font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.cbl-menu-toggle b { align-self: center; grid-column: 2; grid-row: 1 / 4; }
.cbl-search-toggle { gap: 10px; justify-self: end; }
.cbl-search-toggle > span { border: 2px solid var(--cbl-ink); border-radius: 50%; height: 16px; position: relative; width: 16px; }
.cbl-search-toggle > span::after { background: var(--cbl-ink); bottom: -4px; content: ""; height: 2px; position: absolute; right: -5px; transform: rotate(45deg); width: 7px; }
.cbl-header-search { background: var(--cbl-soft); border-top: 1px solid var(--cbl-line); padding: 16px 0; }
.cbl-primary-nav { background: var(--cbl-red); color: #fff; }
.cbl-primary-scroll { overflow-x: auto; scrollbar-color: rgba(255,255,255,.4) transparent; scrollbar-width: thin; }
.cbl-primary-scroll .menu { display: flex; list-style: none; margin: 0; padding: 0; width: max-content; }
.cbl-primary-scroll .menu > li { border-right: 1px solid rgba(255,255,255,.15); position: relative; }
.cbl-primary-scroll .menu > li > a { display: block; font-size: 14px; font-weight: 800; letter-spacing: .025em; padding: 15px 14px 14px; text-transform: uppercase; white-space: nowrap; }
.cbl-primary-scroll .menu > li:hover > a, .cbl-primary-scroll .current-menu-item > a, .cbl-primary-scroll .current-category-ancestor > a { background: var(--cbl-red-dark); }
.cbl-primary-scroll .sub-menu { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.14); color: #111; display: none; left: 0; list-style: none; margin: 0; min-width: 210px; padding: 8px 0; position: absolute; top: 100%; }
.cbl-primary-scroll li:hover > .sub-menu, .cbl-primary-scroll li:focus-within > .sub-menu { display: block; }
.cbl-primary-scroll .sub-menu a { display: block; font-size: 12px; padding: 9px 14px; }

/* Drawer and search */
.cbl-drawer { background: #fff; bottom: 0; box-shadow: 8px 0 40px rgba(0,0,0,.2); left: 0; max-width: 390px; overflow-y: auto; padding: 22px; position: fixed; top: 0; transform: translateX(-105%); transition: transform .25s ease; width: min(88vw, 390px); z-index: 1002; }
.cbl-drawer.is-open { transform: translateX(0); }
.cbl-drawer-backdrop { background: rgba(0,0,0,.55); inset: 0; position: fixed; z-index: 1001; }
.cbl-drawer-head { align-items: center; border-bottom: 1px solid var(--cbl-line); display: flex; justify-content: space-between; margin-bottom: 20px; padding-bottom: 18px; }
.cbl-drawer-head img { width: 230px; }
.cbl-menu-close { background: #fff; border: 1px solid var(--cbl-line); cursor: pointer; font-size: 28px; height: 42px; line-height: 1; width: 42px; }
.cbl-drawer nav .menu { list-style: none; margin: 22px 0; padding: 0; }
.cbl-drawer nav .menu a { border-bottom: 1px solid var(--cbl-line); display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 700; padding: 13px 4px; }
.cbl-drawer .sub-menu { list-style: none; padding-left: 18px; }
.cbl-drawer .sub-menu a { font-family: Arial, sans-serif; font-size: 13px; }
.cbl-search-form { display: flex; width: 100%; }
.cbl-search-form label { flex: 1; min-width: 0; }
.cbl-search-form input { background: #fff; border: 1px solid #c9c9c9; height: 44px; padding: 0 13px; width: 100%; }
.cbl-search-form button, .cbl-button { background: var(--cbl-red); border: 0; color: #fff; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .07em; padding: 0 18px; text-transform: uppercase; }

/* Ads */
.cbl-global-ad { padding: 26px 0 10px; }
.cbl-footer-ad { padding: 42px 0 0; }
.cbl-after-highlights-ad { margin-top: 18px; }
.cbl-between-row-ad, .cbl-archive-ad, .cbl-single-inline-ad { margin: 34px 0 40px; }
.cbl-ad-placeholder, .cbl-banner-creative { align-items: center; display: flex; height: min(var(--ad-height), 250px); justify-content: center; margin-inline: auto; max-width: 100%; overflow: hidden; width: min(var(--ad-width), 100%); }
.cbl-ad-placeholder { background-color: #f4f3f0; background-image: repeating-linear-gradient(-45deg, transparent 0 9px, rgba(0,0,0,.025) 9px 10px); border: 1px solid #dedcd8; color: #898782; flex-direction: column; gap: 5px; min-height: min(var(--ad-height), 250px); }
.cbl-ad-placeholder small { font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.cbl-ad-placeholder strong { font-size: 17px; }
.cbl-banner-creative { display: none; }
.cbl-banner-creative.is-active { display: flex; }
.cbl-banner-creative.cbl-banner-type-code.is-active { display: block; position: relative; }
.cbl-banner-rotator { max-width: 100%; min-width: 0; overflow: hidden; width: 100%; }
.cbl-banner-code { height: 100%; margin-inline: auto; max-width: 100%; min-height: inherit; position: relative; text-align: center; width: 100%; }
.cbl-banner-code iframe, .cbl-banner-code ins, .cbl-banner-code object, .cbl-banner-code embed { border: 0; max-width: 100%; }
.cbl-banner-code iframe { display: block; margin-inline: auto; }
.cbl-banner-creative img { height: 100%; object-fit: cover; width: 100%; }
.cbl-banner-creative > a { height: 100%; width: 100%; }
@media (min-width: 781px) { .cbl-device-mobile { display: none !important; } }
@media (max-width: 780px) { .cbl-device-desktop { display: none !important; } }
@media (min-width: 821px) { .cbl-editorial-row, .cbl-between-row-ad { contain-intrinsic-size: auto 620px; content-visibility: auto; } }

/* Home highlights */
.cbl-highlights { padding-top: 26px; }
.cbl-kicker { color: var(--cbl-red); font-size: 11px; font-weight: 900; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.cbl-highlights-grid { display: grid; gap: 12px; grid-template-columns: minmax(0, 1.85fr) minmax(320px, .85fr); }
.cbl-slider { background: #151515; height: 520px; overflow: hidden; position: relative; }
.cbl-slides, .cbl-slide, .cbl-slide > a { display: block; height: 100%; }
.cbl-slide { inset: 0; opacity: 0; pointer-events: none; position: absolute; transition: opacity .45s ease; }
.cbl-slide.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.cbl-slide .cbl-story-image { height: 100%; object-fit: cover; width: 100%; }
.cbl-slide > a::after { background: linear-gradient(180deg, transparent 24%, rgba(0,0,0,.88)); content: ""; inset: 0; position: absolute; }
.cbl-slide-copy { bottom: 60px; color: #fff; left: 34px; max-width: 78%; position: absolute; z-index: 2; }
.cbl-slide-copy > span:first-child { background: var(--cbl-red); display: inline-block; font-size: 9px; font-weight: 900; letter-spacing: .1em; padding: 5px 7px; text-transform: uppercase; }
.cbl-slide-copy .cbl-story-eyebrow { color: #ff7279; font-size: 10px; margin: 9px 0 0; }
.cbl-slide-copy strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3vw, 49px); line-height: .98; margin: 12px 0 9px; text-wrap: balance; }
.cbl-slide-copy small { color: #ddd; display: block; font-size: 13px; line-height: 1.4; }
.cbl-slider-arrow { background: rgba(0,0,0,.65); border: 1px solid rgba(255,255,255,.5); color: #fff; cursor: pointer; font-family: Georgia, serif; font-size: 32px; height: 48px; position: absolute; top: 47%; transform: translateY(-50%); width: 42px; z-index: 4; }
.cbl-slider-prev { left: 14px; }
.cbl-slider-next { right: 14px; }
.cbl-slider-counter { color: #fff; font-size: 12px; position: absolute; right: 18px; top: 17px; z-index: 4; }
.cbl-slider-nav { bottom: 15px; display: flex; gap: 5px; left: 34px; position: absolute; z-index: 4; }
.cbl-slider-nav button { background: transparent; border: 0; color: #ddd; cursor: pointer; font-size: 11px; font-weight: 900; padding: 7px 9px; }
.cbl-slider-nav button.is-active { background: var(--cbl-red); color: #fff; }
.cbl-slider-progress { background: var(--cbl-red); bottom: 0; height: 3px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; width: 100%; z-index: 5; }
.cbl-slider.is-playing .cbl-slider-progress { animation: cbl-progress var(--slider-duration, 6500ms) linear; }
@keyframes cbl-progress { to { transform: scaleX(1); } }
.cbl-secondary-highlights { display: grid; gap: 12px; grid-template-rows: repeat(2, 1fr); }
.cbl-secondary-highlights-editoria { display: grid; gap: 12px; grid-template-rows: repeat(2, 1fr); }
.cbl-overlay-story { min-height: 0; overflow: hidden; position: relative; }
.cbl-overlay-story > a, .cbl-overlay-story .cbl-story-image { display: block; height: 100%; width: 100%; }
.cbl-overlay-story .cbl-story-image { object-fit: cover; }
.cbl-overlay-story > a::after { background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.9)); content: ""; inset: 0; position: absolute; }
.cbl-overlay-copy { bottom: 0; color: #fff; left: 0; padding: 20px; position: absolute; right: 0; z-index: 2; }
.cbl-overlay-copy .cbl-meta { color: #ff626a; }
.cbl-overlay-copy .cbl-story-eyebrow { color: #ff7279; font-size: 9px; margin: 4px 0 2px; }
.cbl-overlay-copy strong { display: block; font-family: Georgia, serif; font-size: 22px; line-height: 1.08; margin: 6px 0; }
.cbl-overlay-copy small { color: #ccc; font-size: 9px; text-transform: uppercase; }
.cbl-live-strip { align-items: center; background: var(--cbl-ink); color: #fff; display: flex; margin-top: 18px; min-height: 46px; overflow: hidden; padding: 0 18px; }
.cbl-live-strip strong { color: #ff2631; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.cbl-live-strip > span { color: #ccc; flex: 1; font-size: 11px; overflow: hidden; padding: 0 18px; text-overflow: ellipsis; white-space: nowrap; }
.cbl-live-strip a { border: 1px solid #777; font-size: 9px; font-weight: 800; padding: 7px 10px; text-transform: uppercase; white-space: nowrap; }

/* Editorial modules */
.cbl-content-grid { align-items: start; display: grid; gap: 44px; grid-template-columns: minmax(0, 1fr) 300px; min-width: 0; padding-top: 40px; }
.cbl-editorial-feed, .cbl-editorial-row, .cbl-paired-category, .cbl-lead-story, .cbl-story-copy, .cbl-small-list, .cbl-small-story > div, .cbl-grid-card, .cbl-grid-card > a, .cbl-between-row-ad, .cbl-archive-content, .cbl-latest-list { max-width: 100%; min-width: 0; }
.cbl-editorial-row { border-top: 4px solid var(--cbl-ink); }
.cbl-section-heading { align-items: center; border-bottom: 1px solid var(--cbl-line); display: flex; justify-content: space-between; margin-bottom: 18px; min-height: 48px; }
.cbl-section-heading h2 { font-size: 16px; letter-spacing: -.035em; margin: 0; min-width: 0; overflow-wrap: anywhere; text-transform: uppercase; }
.cbl-section-heading h2::first-letter { color: var(--cbl-red); }
.cbl-section-heading > a { color: var(--cbl-red); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cbl-lead-list-grid { display: grid; gap: 26px; grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr); }
.cbl-lead-story .cbl-story-media { display: block; }
.cbl-lead-story .cbl-story-image { aspect-ratio: 16 / 9; display: block; object-fit: cover; width: 100%; }
.cbl-story-copy { padding-top: 13px; }
.cbl-meta { color: #8b8b8b; font-size: 9px; letter-spacing: .045em; margin-bottom: 7px; text-transform: uppercase; }
.cbl-meta > span { color: var(--cbl-red); font-weight: 900; }
.cbl-story-copy h3 { font-family: Georgia, serif; font-size: 29px; line-height: 1.08; margin: 0; }
.cbl-story-copy p { color: var(--cbl-muted); font-size: 13px; line-height: 1.5; margin: 8px 0 0; }
.cbl-story-eyebrow { color: var(--cbl-red); display: block; font-family: Arial, sans-serif; font-size: 10px; font-weight: 900; letter-spacing: .075em; line-height: 1.3; margin: 0 0 6px; text-transform: uppercase; }
.cbl-story-copy .cbl-story-eyebrow { color: var(--cbl-red); font-size: 10px; margin: 0 0 7px; }
.cbl-small-list { display: grid; gap: 0; }
.cbl-small-story { align-items: center; border-bottom: 1px solid var(--cbl-line); display: grid; gap: 12px; grid-template-columns: 104px minmax(0, 1fr); min-height: 92px; padding: 10px 0; }
.cbl-small-story:first-child { padding-top: 0; }
.cbl-small-story:last-child { border-bottom: 0; }
.cbl-small-thumb, .cbl-small-thumb .cbl-story-image { display: block; height: 68px; width: 104px; }
.cbl-small-thumb .cbl-story-image { object-fit: cover; }
.cbl-small-story h3 { font-family: Georgia, serif; font-size: 14px; line-height: 1.18; margin: 0; }
.cbl-small-story span { color: #999; display: block; font-size: 8px; margin-top: 7px; text-transform: uppercase; }
.cbl-small-story .cbl-story-eyebrow { color: var(--cbl-red); font-size: 8px; margin: 0 0 4px; }
.cbl-two-leads-grid, .cbl-layout-paired { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cbl-two-leads-grid .cbl-story-copy h3 { font-size: 24px; }
.cbl-two-leads-grid .cbl-small-list { grid-template-columns: minmax(0, 1fr); margin-top: 12px; }
.cbl-two-leads-grid .cbl-small-story { grid-template-columns: 92px minmax(0, 1fr); min-height: 80px; }
.cbl-two-leads-grid .cbl-small-thumb, .cbl-two-leads-grid .cbl-small-thumb .cbl-story-image { height: 60px; width: 92px; }
.cbl-layout-grid-three .cbl-row-headline { font-family: Georgia, serif; font-size: 32px; line-height: 1.06; margin: 4px auto 22px; max-width: 850px; text-align: center; }
.cbl-layout-grid-three > .cbl-story-eyebrow { margin: 0 auto 5px; text-align: center; }
.cbl-three-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cbl-grid-card .cbl-story-image { aspect-ratio: 16 / 10; display: block; object-fit: cover; width: 100%; }
.cbl-grid-card h3 { font-family: Georgia, serif; font-size: 16px; line-height: 1.22; margin: 9px 0 0; }
.cbl-grid-card .cbl-story-eyebrow { margin: 9px 0 0; }
.cbl-layout-paired { border-top: 0; }
.cbl-paired-category { border-top: 4px solid var(--cbl-ink); min-width: 0; }
.cbl-paired-category .cbl-section-heading { margin-bottom: 12px; }
.cbl-paired-category .cbl-overlay-story { aspect-ratio: 16 / 9; }
.cbl-paired-category .cbl-overlay-copy strong { font-size: 21px; }
.cbl-paired-list { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; }
.cbl-paired-list .cbl-small-story { align-content: start; border-bottom: 0; display: block; padding: 0 6px; }
.cbl-paired-list .cbl-small-story + .cbl-small-story { border-left: 1px solid var(--cbl-line); }
.cbl-paired-list .cbl-small-thumb, .cbl-paired-list .cbl-small-thumb .cbl-story-image { height: 65px; margin-bottom: 8px; width: 100%; }
.cbl-paired-list .cbl-small-story h3 { font-size: 12px; }
.cbl-editor-notice { background: #fff8e5; border-left: 4px solid #dba617; padding: 14px; }
.cbl-image-placeholder { align-items: center; background: linear-gradient(135deg, #202020, #4c0004); color: #fff; display: flex !important; font-size: 12px; font-weight: 900; justify-content: center; text-transform: uppercase; }

/* Sidebar */
.cbl-sidebar { display: flex; flex-direction: column; gap: 32px; }
.cbl-most-read { border-top: 4px solid var(--cbl-red); }
.cbl-most-read h2 { border-bottom: 1px solid var(--cbl-line); font-size: 21px; margin: 0; padding: 12px 0 10px; text-transform: uppercase; }
.cbl-most-read ol { list-style: none; margin: 0; padding: 0; }
.cbl-most-read li { align-items: start; border-bottom: 1px solid var(--cbl-line); display: grid; gap: 12px; grid-template-columns: 42px minmax(0, 1fr); padding: 14px 0; }
.cbl-most-read li b { color: #dedede; font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.cbl-most-read li a { font-family: Georgia, serif; font-size: 15px; font-weight: 700; line-height: 1.24; }
.cbl-sticky-ad { position: sticky; top: 20px; }
.widget { border-top: 3px solid var(--cbl-ink); }
.widget-title { font-size: 17px; text-transform: uppercase; }

/* Archives */
.cbl-breadcrumbs { align-items: center; color: #777; display: flex; flex-wrap: wrap; font-size: 10px; gap: 8px; padding-top: 25px; }
.cbl-breadcrumbs a { color: var(--cbl-red); }
.cbl-archive-header { border-bottom: 1px solid var(--cbl-line); padding: 28px 0 22px; }
.cbl-archive-header > span { color: var(--cbl-red); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cbl-archive-header h1 { font-family: Georgia, serif; font-size: clamp(32px, 6vw, 50px); letter-spacing: -.04em; line-height: .96; margin: 8px 0 10px; }
.cbl-archive-header div { color: var(--cbl-muted); font-size: 14px; max-width: 720px; }
.cbl-archive-hero-grid { display: grid; gap: 14px; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .7fr); }
.cbl-archive-hero-grid .cbl-secondary-highlights { min-height: 440px; }
.cbl-archive-hero-grid .cbl-secondary-highlights-editoria { min-height: 440px; }
.cbl-latest-list .cbl-section-heading { border-top: 4px solid var(--cbl-ink); }
.cbl-list-card { align-items: stretch; border-bottom: 1px solid var(--cbl-line); display: grid; gap: 22px; grid-template-columns: 300px minmax(0, 1fr); padding: 20px 0; }
.cbl-list-image .cbl-story-image { aspect-ratio: 16 / 10; display: block; object-fit: cover; width: 100%; }
.cbl-list-copy h2 { font-family: Georgia, serif; font-size: 25px; line-height: 1.08; margin: 0; }
.cbl-list-copy p { color: var(--cbl-muted); font-size: 12px; line-height: 1.45; }
.nav-links { display: flex; gap: 6px; margin-top: 30px; }
.nav-links .page-numbers { border: 1px solid var(--cbl-line); display: grid; height: 38px; place-items: center; width: 38px; }
.nav-links .current { background: var(--cbl-red); color: #fff; }

/* Single article */
.cbl-single-grid { grid-template-columns: minmax(0, 900px) 300px; }
.cbl-article, .cbl-article-header, .cbl-article-content, .cbl-related, .cbl-related-grid, .cbl-related-card, .cbl-related-card > a { max-width: 100%; min-width: 0; }
.cbl-article-category { color: var(--cbl-red); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cbl-article-header h1 { font-family: Georgia, serif; font-size: clamp(42px, 5.6vw, 50px); hyphens: manual; letter-spacing: -.04em; line-height: .98; margin: 12px 0 15px; overflow-wrap: anywhere; text-wrap: balance; }
.cbl-article-deck { color: var(--cbl-muted); font-size: 19px; line-height: 1.4; margin: 0 0 23px; }
.cbl-byline { align-items: center; border-bottom: 1px solid var(--cbl-line); display: flex; flex-wrap: wrap; gap: 12px; max-width: 100%; padding-bottom: 18px; }
.cbl-byline img { border-radius: 50%; }
.cbl-byline span, .cbl-byline time { display: block; font-size: 11px; }
.cbl-byline time { color: #888; margin-top: 5px; }
.cbl-share { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; max-width: 100%; padding: 16px 0; }
.cbl-share > span { font-size: 9px; font-weight: 800; margin-right: 5px; text-transform: uppercase; }
.cbl-share a, .cbl-share button { background: #fff; border: 1px solid #aaa; border-radius: 50%; cursor: pointer; display: grid; font-size: 11px; font-weight: 800; height: 34px; place-items: center; text-transform: uppercase; width: 34px; }
.cbl-share a:hover, .cbl-share button:hover { border-color: var(--cbl-red); color: var(--cbl-red); }
.cbl-article-hero { margin: 0 0 28px; }
.cbl-article-hero img { display: block; max-height: 650px; object-fit: cover; width: 100%; }
.cbl-article-hero figcaption { color: #888; font-size: 10px; padding-top: 7px; }
.cbl-article-content { font-family: Georgia, serif; font-size: 19px; line-height: 1.75; }
.cbl-article-content a, .cbl-article-content code { overflow-wrap: anywhere; word-break: break-word; }
.cbl-article-content img, .cbl-article-content video, .cbl-article-content audio, .cbl-article-content object, .cbl-article-content embed, .cbl-article-content figure, .cbl-article-content .wp-block-embed, .cbl-article-content .wp-block-embed__wrapper { height: auto; max-width: 100%; }
.cbl-article-content figure, .cbl-article-content .alignwide, .cbl-article-content .alignfull { margin-left: 0; margin-right: 0; width: 100%; }
.cbl-article-content iframe { border: 0; width: 100%; }
.cbl-article-content .wp-block-embed__wrapper { overflow: hidden; }
.cbl-article-content pre { max-width: 100%; overflow-x: auto; white-space: pre-wrap; word-break: break-word; }
.cbl-article-content table { border-collapse: collapse; display: block; max-width: 100%; overflow-x: auto; width: 100%; -webkit-overflow-scrolling: touch; }
.cbl-article-content td, .cbl-article-content th { overflow-wrap: anywhere; }
.cbl-article-content .wp-block-columns, .cbl-article-content .wp-block-column { max-width: 100%; min-width: 0; }
.cbl-article-content > p:first-child::first-letter { color: var(--cbl-red); float: left; font-size: 72px; font-weight: 700; line-height: .78; padding: 12px 8px 0 0; }
.cbl-article-content h2 { font-size: 34px; line-height: 1.1; }
.cbl-article-content blockquote { border-left: 4px solid var(--cbl-red); color: #333; font-size: 24px; font-style: italic; margin: 35px 0; padding: 8px 25px; }
.cbl-tags { align-items: center; border-top: 1px solid var(--cbl-line); display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; padding-top: 18px; }
.cbl-tags a { border: 1px solid var(--cbl-line); border-radius: 2px; font-size: 10px; padding: 6px 9px; }
.cbl-related { margin-top: 48px; }
.cbl-related-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cbl-related-card > a { display: block; }
.cbl-related-card .cbl-story-image { aspect-ratio: 16 / 10; display: block; object-fit: cover; width: 100%; }
.cbl-related-card div { min-width: 0; padding-top: 9px; }
.cbl-related-card span { color: var(--cbl-red); display: block; font-size: 8px; font-weight: 900; letter-spacing: .08em; margin-bottom: 5px; text-transform: uppercase; }
.cbl-related-card h3 { font-family: Georgia, serif; font-size: 16px; line-height: 1.2; margin: 0; overflow-wrap: anywhere; }
.cbl-page-main { padding-bottom: 50px; }
.cbl-page-article { max-width: 900px; padding-top: 35px; }
.cbl-page-article > header h1 { font-family: Georgia, serif; font-size: 56px; }
.cbl-404 { padding: 80px 0; text-align: center; }
.cbl-404 .cbl-container { max-width: 650px; }
.cbl-404 > div > span { color: var(--cbl-red); font-family: Georgia, serif; font-size: 120px; font-weight: 700; }
.cbl-404 h1 { font-family: Georgia, serif; font-size: 42px; margin: 0 0 12px; }
.cbl-404 .cbl-search-form { margin: 25px auto; }
.cbl-404 .cbl-button { display: inline-block; padding: 14px 18px; }

/* Footer */
.cbl-footer { background: #0d0d0d; border-top: 5px solid var(--cbl-red); color: #fff; margin-top: 60px; width: 100%; }
.cbl-footer-grid { display: grid; gap: 56px; grid-template-columns: 1.55fr 1fr 1fr 1fr; padding: 50px 0 38px; }
.cbl-footer-brand img { background: #fff; display: block; max-width: 300px; width: 100%; }
.cbl-footer p { color: #9d9d9d; font-size: 12px; line-height: 1.55; }
.cbl-footer h2 { color: #999; font-size: 9px; letter-spacing: .14em; margin: 0 0 16px; text-transform: uppercase; }
.cbl-footer ul { list-style: none; margin: 0; padding: 0; }
.cbl-footer li { margin: 9px 0; }
.cbl-footer li a { color: #d4d4d4; font-size: 12px; }
.cbl-footer-social { display: flex; gap: 7px; }
.cbl-footer-social a { border: 1px solid #444; display: grid; font-size: 8px; height: 31px; place-items: center; width: 31px; }
.cbl-footer-social a:hover { border-color: var(--cbl-red); color: #fff; }
.cbl-footer-bottom { border-top: 1px solid #292929; color: #777; display: flex; font-size: 9px; justify-content: space-between; padding: 18px 0; }

@media (max-width: 1080px) {
  .cbl-highlights-grid { grid-template-columns: minmax(0, 1.6fr) minmax(270px, .7fr); }
  .cbl-content-grid, .cbl-single-grid { gap: 28px; grid-template-columns: minmax(0, 1fr) 280px; }
  .cbl-sidebar .cbl-ad-placeholder { --ad-width: 280px !important; --ad-height: 233px !important; }
  .cbl-small-story { grid-template-columns: 88px minmax(0, 1fr); }
  .cbl-small-thumb, .cbl-small-thumb .cbl-story-image { width: 88px; }
}

@media (max-width: 820px) {
  .cbl-container { width: calc(100% - 28px); }
  .cbl-breaking time, .cbl-top-social { display: none; }
  .cbl-brand-row { grid-template-columns: 48px 1fr 48px; min-height: 88px; }
  .cbl-logo { max-width: 320px; width: 100%; }
  .cbl-menu-toggle, .cbl-search-toggle { height: 42px; padding: 9px; width: 42px; }
  .cbl-menu-toggle { display: grid; grid-template-columns: 1fr; }
  .cbl-menu-toggle b, .cbl-search-toggle b { display: none; }
  .cbl-primary-nav { display: none; }
  .cbl-global-ad { padding-top: 18px; }
  .cbl-highlights-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-slider { height: 500px; }
  .cbl-secondary-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .cbl-secondary-highlights .cbl-overlay-story { min-height: 260px; }
  .cbl-secondary-highlights-editoria { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .cbl-secondary-highlights-editoria .cbl-overlay-story { min-height: 260px; }
  .cbl-content-grid, .cbl-single-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
  .cbl-most-read, .cbl-sticky-ad { grid-column: 1 / -1; }
  .cbl-sticky-ad { position: static; }
  .cbl-two-leads-grid, .cbl-layout-paired { gap: 22px; }
  .cbl-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .cbl-footer-grid > div:last-child { grid-column: 1 / -1; }
  .cbl-banner-creative, .cbl-ad-placeholder, .cbl-banner-code, .cbl-banner-code *, .cbl-banner-code iframe, .cbl-banner-code ins, .cbl-banner-code object, .cbl-banner-code embed {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .cbl-banner-code iframe, .cbl-banner-code ins, .cbl-banner-code object, .cbl-banner-code embed { width: 100% !important; }
  .cbl-banner-code table { table-layout: fixed; width: 100% !important; }
  .cbl-banner-code img { height: auto !important; }
}

@media (max-width: 580px) {
  .cbl-breaking-inner > span { padding-right: 0; }
  .cbl-highlights { padding-top: 18px; }
  .cbl-slider { height: 470px; }
  .cbl-slide-copy { bottom: 65px; left: 20px; max-width: calc(100% - 40px); }
  .cbl-slide-copy strong { font-size: 34px; }
  .cbl-slide-copy small { display: none; }
  .cbl-slider-nav { left: 20px; }
  .cbl-slider-arrow { height: 42px; width: 36px; }
  .cbl-secondary-highlights { grid-template-columns: minmax(0, 1fr); }
  .cbl-secondary-highlights .cbl-overlay-story { min-height: 250px; }
  .cbl-secondary-highlights-editoria { grid-template-columns: minmax(0, 1fr); }
  .cbl-secondary-highlights-editoria .cbl-overlay-story { min-height: 250px; }
  .cbl-live-strip > span { display: none; }
  .cbl-live-strip { justify-content: space-between; }
  .cbl-lead-list-grid, .cbl-two-leads-grid, .cbl-layout-paired, .cbl-archive-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-paired-list { grid-template-columns: minmax(0, 1fr); }
  .cbl-paired-list .cbl-small-story { align-items: center; border-left: 0 !important; border-top: 1px solid var(--cbl-line); display: grid; grid-template-columns: 90px minmax(0, 1fr); padding: 10px 0; }
  .cbl-paired-list .cbl-small-thumb, .cbl-paired-list .cbl-small-thumb .cbl-story-image { height: 58px; margin: 0; width: 90px; }
  .cbl-three-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-grid-card { display: block; }
  .cbl-grid-card > a { display: grid; gap: 4px 12px; grid-template-columns: 120px minmax(0, 1fr); }
  .cbl-grid-card .cbl-story-image { grid-row: 1 / span 2; }
  .cbl-grid-card h3 { margin: 0; }
  .cbl-sidebar { display: flex; }
  .cbl-list-card { gap: 15px; grid-template-columns: 125px minmax(0, 1fr); max-width: 100%; min-width: 0; }
  .cbl-list-copy h2 { font-size: 19px; }
  .cbl-list-copy p { display: none; }
  .cbl-article-header h1 { font-size: 32px; }
  .cbl-article-deck { font-size: 16px; }
  .cbl-article-content { font-size: 17px; }
  .cbl-article-content blockquote { font-size: 20px; margin: 28px 0; padding: 8px 16px; }
  .cbl-article-content ul, .cbl-article-content ol { padding-left: 22px; }
  .cbl-related-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-related-card > a { align-items: start; display: grid; gap: 12px; grid-template-columns: 120px minmax(0, 1fr); }
  .cbl-related-card .cbl-story-image { aspect-ratio: 4 / 3; }
  .cbl-related-card div { padding-top: 0; }
  .cbl-related-card h3 { font-size: 16px; }
  .cbl-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 20px; }
  .cbl-footer-brand { grid-column: 1 / -1; }
  .cbl-footer-grid > div:last-child { grid-column: auto; }
  .cbl-footer-bottom { gap: 8px; flex-direction: column; }
}

@media (max-width: 380px) {
  .cbl-container { width: calc(100% - 20px); }
  .cbl-slider { height: 440px; }
  .cbl-slide-copy strong { font-size: 30px; }
  .cbl-list-card { grid-template-columns: 105px minmax(0, 1fr); }
  .cbl-related-card > a { grid-template-columns: 105px minmax(0, 1fr); }
  .cbl-grid-card > a { grid-template-columns: 105px minmax(0, 1fr); }
  .cbl-article-header h1 { font-size: 26px; }
  .cbl-share > span { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cbl-slide, .cbl-drawer { transition: none; }
  .cbl-slider-progress { animation: none !important; }
}

/* Cabuloso: identidade e capa aprovada */
.cbl-utility { background: #050505; color: #fff; font-size: 11px; }
.cbl-utility-inner { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.cbl-utility-meta { align-items: center; display: flex; gap: 10px; min-width: 0; }
.cbl-utility-meta time, .cbl-utility-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cbl-brand-row { gap: 28px; grid-template-columns: minmax(210px, 310px) minmax(320px, 1fr) 52px; min-height: 118px; }
.cbl-logo { justify-self: start; max-width: 310px; width: 100%; }
.cbl-logo img { height: auto; object-fit: contain; }
.cbl-menu-toggle { display: none; }
.cbl-search-toggle { border: 0; justify-self: end; width: 46px; }
.cbl-search-toggle b { display: none; }
.cbl-header-ad { max-width: 728px; min-width: 0; width: 100%; }
.cbl-breaking { background: #fff; border: 1px solid var(--cbl-red); color: var(--cbl-ink); font-size: 12px; margin-bottom: 8px; }
.cbl-breaking-inner { align-items: stretch; display: flex; min-height: 42px; }
.cbl-breaking strong { align-items: center; background: var(--cbl-red); color: #fff; display: flex; font-size: 10px; letter-spacing: .06em; padding: 0 24px; text-transform: uppercase; }
.cbl-breaking-inner > span { align-self: center; flex: 1; overflow: hidden; padding: 0 22px; text-overflow: ellipsis; white-space: nowrap; }
.cbl-primary-nav { background: #fff; border-bottom: 1px solid var(--cbl-line); color: var(--cbl-ink); }
.cbl-primary-scroll { scrollbar-color: #ccc transparent; }
.cbl-primary-scroll .menu > li { border-right: 0; }
.cbl-primary-scroll .menu > li > a { border-bottom: 3px solid transparent; padding: 13px 12px 10px; }
.cbl-primary-scroll .menu > li:hover > a,
.cbl-primary-scroll .current-menu-item > a,
.cbl-primary-scroll .current-category-ancestor > a { background: transparent; border-bottom-color: var(--cbl-red); color: var(--cbl-red); }

.cbl-highlights-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.22fr); height: 520px; }
.cbl-featured-lead, .cbl-featured-lead > a { display: block; height: 100%; min-width: 0; overflow: hidden; position: relative; }
.cbl-featured-lead .cbl-story-image { display: block; height: 100%; object-fit: cover; width: 100%; }
.cbl-featured-lead > a::after { background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.92)); content: ""; inset: 0; position: absolute; }
.cbl-featured-copy { bottom: 0; color: #fff; left: 0; padding: 28px; position: absolute; right: 0; z-index: 2; }
.cbl-featured-copy .cbl-meta { background: var(--cbl-red); color: #fff; display: inline-block; font-size: 9px; font-weight: 900; letter-spacing: .08em; margin-bottom: 8px; padding: 5px 7px; text-transform: uppercase; }
.cbl-featured-copy .cbl-story-eyebrow { color: #ff7a80; }
.cbl-featured-copy strong { display: block; font-family: Arial, Helvetica, sans-serif; font-size: clamp(28px, 2.55vw, 43px); letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; }
.cbl-secondary-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
.cbl-secondary-highlights-editoria { grid-template-columns: repeat(2, minmax(1fr, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
.cbl-secondary-highlights .cbl-overlay-copy { padding: 16px; }
.cbl-secondary-highlights .cbl-overlay-copy strong { font-family: Arial, Helvetica, sans-serif; font-size: clamp(16px, 1.45vw, 23px); letter-spacing: -.025em; }
.cbl-secondary-highlights-editoria .cbl-overlay-copy { padding: 16px; }
.cbl-secondary-highlights-editoria .cbl-overlay-copy strong { font-family: Arial, Helvetica, sans-serif; font-size: clamp(16px, 1.45vw, 20px); letter-spacing: -.025em; }

.cbl-layout-grid-three > .cbl-lead-story { margin-bottom: 24px; }
.cbl-paired-category .cbl-lead-story { margin-bottom: 14px; }
.cbl-paired-category .cbl-story-copy h3 { font-size: 22px; }
.cbl-footer-brand img { background: #fff; height: auto; max-width: 260px; width: 100%; }
.cbl-developer-credit { align-items: center; display: inline-flex; gap: 9px; }
.cbl-developer-credit img { height: 46px; object-fit: contain; width: auto; }

/* Inventário publicitário sempre contido no espaço disponível. */
.cbl-header-ad,
.cbl-global-ad,
.cbl-after-highlights-ad,
.cbl-between-row-ad,
.cbl-archive-ad,
.cbl-single-inline-ad,
.cbl-sidebar,
.cbl-banner-rotator,
.cbl-banner-creative,
.cbl-ad-placeholder,
.cbl-banner-code { max-width: 100%; min-width: 0; }
.cbl-banner-rotator { overflow: hidden; width: 100%; }
.cbl-ad-placeholder,
.cbl-banner-creative { height: auto; max-height: var(--ad-height); overflow: hidden; width: min(var(--ad-width), 100%); }
.cbl-ad-placeholder { min-height: 0; }
.cbl-banner-creative > a,
.cbl-banner-code { height: 100%; max-width: 100%; overflow: hidden; width: 100%; }
.cbl-banner-creative img { height: 100%; max-width: 100%; object-fit: contain; width: 100%; }
.cbl-banner-code *,
.cbl-banner-code iframe,
.cbl-banner-code ins,
.cbl-banner-code object,
.cbl-banner-code embed,
.cbl-banner-code img,
.cbl-banner-code table { box-sizing: border-box; max-width: 100% !important; }

@media (max-width: 820px) {
  .cbl-utility-inner { min-height: 36px; }
  .cbl-utility-meta { max-width: calc(100% - 150px); }
  .cbl-utility-meta time { display: none; }
  .cbl-top-social { margin-right: 0; }
  .cbl-brand-row { gap: 10px; grid-template-areas: "logo menu search" "ad ad ad"; grid-template-columns: minmax(0, 1fr) 42px 42px; min-height: 0; padding-block: 18px 12px; }
  .cbl-logo { grid-area: logo; max-width: 250px; }
  .cbl-menu-toggle { display: grid; grid-area: menu; }
  .cbl-search-toggle { grid-area: search; }
  .cbl-header-ad { grid-area: ad; justify-self: center; margin-top: 8px; }
  .cbl-breaking { margin-bottom: 4px; width: calc(100% - 28px); }
  .cbl-breaking strong { padding-inline: 16px; }
  .cbl-breaking-inner > span { padding-inline: 14px; }
  .cbl-primary-nav { display: block; }
  .cbl-primary-scroll { width: calc(100% - 28px); }
  .cbl-highlights-grid { grid-template-columns: minmax(0, 1fr); height: auto; }
  .cbl-featured-lead { aspect-ratio: 16 / 9; height: auto; }
  .cbl-secondary-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .cbl-secondary-highlights .cbl-overlay-story { aspect-ratio: 16 / 10; min-height: 0; }
  .cbl-secondary-highlights-editoria { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
  .cbl-secondary-highlights-editoria .cbl-overlay-story { aspect-ratio: 16 / 10; min-height: 0; }
  .cbl-content-grid, .cbl-single-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-sidebar { display: flex; }
  .cbl-banner-creative,
  .cbl-ad-placeholder { height: auto !important; max-height: none; width: 100%; }
  .cbl-banner-code,
  .cbl-banner-code iframe,
  .cbl-banner-code ins,
  .cbl-banner-code object,
  .cbl-banner-code embed { max-width: 100% !important; min-width: 0 !important; width: 100% !important; }
}

@media (max-width: 580px) {
  .cbl-container { width: calc(100% - 24px); }
  .cbl-utility-meta { max-width: calc(100% - 125px); }
  .cbl-top-social a { height: 24px; width: 24px; }
  .cbl-logo { max-width: 205px; }
  .cbl-breaking { width: calc(100% - 24px); }
  .cbl-primary-scroll { width: calc(100% - 24px); }
  .cbl-featured-lead { aspect-ratio: 4 / 3; }
  .cbl-featured-copy { padding: 18px; }
  .cbl-featured-copy strong { font-size: 28px; }
  .cbl-secondary-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbl-secondary-highlights .cbl-overlay-copy { padding: 10px; }
  .cbl-secondary-highlights .cbl-overlay-copy strong { font-size: 14px; }
  .cbl-secondary-highlights-editoria { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbl-secondary-highlights-editoria .cbl-overlay-copy { padding: 10px; }
  .cbl-secondary-highlights-editoria .cbl-overlay-copy strong { font-size: 12px; }
  .cbl-lead-list-grid,
  .cbl-two-leads-grid,
  .cbl-layout-paired { grid-template-columns: minmax(0, 1fr); }
  .cbl-lead-story .cbl-story-media,
  .cbl-lead-story .cbl-story-image { width: 100%; }
  .cbl-three-grid { grid-template-columns: minmax(0, 1fr); }
  .cbl-grid-card > a { display: block; }
  .cbl-grid-card .cbl-story-image { margin-bottom: 9px; width: 100%; }
  .cbl-grid-card h3 { margin-top: 0; }
  .cbl-footer-bottom { align-items: flex-start; }
  .cbl-developer-credit { align-self: flex-end; }
  .cbl-developer-credit img { height: 42px; }
}

@media (max-width: 380px) {
  .cbl-container { width: calc(100% - 20px); }
  .cbl-breaking, .cbl-primary-scroll { width: calc(100% - 20px); }
  .cbl-featured-copy strong { font-size: 24px; }
  .cbl-secondary-highlights .cbl-overlay-copy strong { font-size: 13px; }
  .cbl-secondary-highlights-editoria .cbl-overlay-copy strong { font-size: 13px; }
}

/* Cabuloso 1.0.2: tipografia própria e títulos de editoria redesenhados. */
:root {
  --cbl-font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --cbl-font-display: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select,
textarea { font-family: var(--cbl-font-body); }

h1,
h2,
h3,
h4,
h5,
h6,
.cbl-drawer nav .menu a,
.cbl-slide-copy strong,
.cbl-overlay-copy strong,
.cbl-featured-copy strong,
.cbl-secondary-highlights .cbl-overlay-copy strong,
.cbl-secondary-highlights-editoria .cbl-overlay-copy strong,
.cbl-story-copy h3,
.cbl-small-story h3,
.cbl-layout-grid-three .cbl-row-headline,
.cbl-grid-card h3,
.cbl-most-read h2,
.cbl-most-read li a,
.cbl-archive-header h1,
.cbl-list-copy h2,
.cbl-article-header h1,
.cbl-related-card h3,
.cbl-page-article > header h1,
.cbl-404 > div > span,
.cbl-404 h1 { font-family: var(--cbl-font-display); font-weight: 800; }

.cbl-article-content { font-family: var(--cbl-font-body); }
.cbl-featured-copy strong { font-weight: 800; letter-spacing: -.012em; line-height: .98; }
.cbl-secondary-highlights .cbl-overlay-copy strong { font-weight: 800; letter-spacing: -.015em; line-height: 1; }
.cbl-secondary-highlights-editoria .cbl-overlay-copy strong { font-weight: 800; letter-spacing: -.015em; line-height: 1; }
.cbl-story-copy h3 { font-size: 32px; font-weight: 800; letter-spacing: -.018em; line-height: 1.04; }
.cbl-small-story h3,
.cbl-grid-card h3,
.cbl-most-read li a,
.cbl-related-card h3 { font-weight: 800; letter-spacing: -.005em; }

.cbl-editorial-row,
.cbl-paired-category { border-top: 0; }

.cbl-section-heading {
  align-items: center;
  background: linear-gradient(90deg, #f3f3f3 0, rgba(243,243,243,.55) 64%, transparent 100%);
  border-bottom: 2px solid var(--cbl-ink);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
  min-height: 70px;
  padding: 10px 0 10px 22px;
  position: relative;
}

.cbl-section-heading::before {
  background: var(--cbl-red);
  bottom: 10px;
  content: "";
  left: 2px;
  position: absolute;
  top: 10px;
  transform: skewX(-10deg);
  width: 7px;
}

.cbl-section-title { min-width: 0; }
.cbl-section-title > span {
  color: var(--cbl-red);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.cbl-section-heading h2 {
  font-family: var(--cbl-font-display);
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.cbl-section-heading h2::first-letter { color: inherit; }
.cbl-section-heading h2::after { display: none; }

.cbl-section-heading > a {
  border: 1px solid #b9b9b9;
  border-radius: 999px;
  color: var(--cbl-ink);
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-right: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.cbl-section-heading > a:hover,
.cbl-section-heading > a:focus-visible {
  background: var(--cbl-red);
  border-color: var(--cbl-red);
  color: #fff;
}

@media (max-width: 580px) {
  .cbl-section-heading { gap: 10px; margin-bottom: 18px; min-height: 62px; padding-left: 18px; }
  .cbl-section-heading::before { width: 6px; }
  .cbl-section-title > span { font-size: 8px; }
  .cbl-section-heading h2 { font-size: 29px; }
  .cbl-section-heading h2::after { height: 3px; margin-left: 8px; width: 22px; }
  .cbl-section-heading > a { margin-right: 8px; padding: 7px 10px; }
  .cbl-story-copy h3 { font-size: 28px; }
}

@media (max-width: 380px) {
  .cbl-section-heading > a { align-items: center; display: inline-flex; font-size: 0; height: 34px; justify-content: center; padding: 0; width: 34px; }
  .cbl-section-heading > a span { font-size: 14px; }
}

/* Slides de Última hora e Ao vivo. */
.cbl-urgency-track { flex: 1; min-width: 0; overflow: hidden; padding: 0 16px; }
.cbl-urgency-item { align-items: center; min-width: 0; width: 100%; }
.cbl-urgency-item:not(.is-active) { display: none; }
.cbl-urgency-item.is-active { animation: cbl-urgency-in .28s ease both; display: flex; }
.cbl-breaking .cbl-urgency-item { color: inherit; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cbl-live-strip .cbl-urgency-track { padding-inline: 18px 10px; }
.cbl-live-strip .cbl-urgency-item { gap: 12px; }
.cbl-live-strip .cbl-urgency-item > span { color: #ccc; flex: 1; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cbl-live-strip .cbl-urgency-item > a { flex: 0 0 auto; }
@keyframes cbl-urgency-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 580px) {
  .cbl-urgency-track { padding-inline: 9px; }
  .cbl-live-strip { padding-inline: 10px; }
  .cbl-live-strip .cbl-urgency-track { padding-inline: 10px 5px; }
  .cbl-live-strip .cbl-urgency-item { gap: 7px; }
  .cbl-live-strip .cbl-urgency-item > span { font-size: 10px; }
  .cbl-live-strip .cbl-urgency-item > a { font-size: 8px; padding: 6px 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .cbl-urgency-item.is-active { animation: none; }
}

/* YouTube responsivo 16:9 */
iframe[src*="youtube.com"],
iframe[src*="youtu.be"],
iframe[src*="youtube-nocookie.com"] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}

/* Instagram oEmbed responsivo */
.wp-block-embed-instagram {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-embed-instagram .wp-block-embed__wrapper {
    width: 100%;
}

.wp-block-embed-instagram iframe,
.instagram-media {
    width: 100% !important;
    max-width: 540px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}