/*
Theme Name: Lazzy
Theme URI: https://lazzy.live/
Author: Lazzy
Author URI: https://lazzy.live/
Description: Tema editoriale moderno per Lazzy.live, progettato per canali TV, programmi, news e collegamento con la Guida TV.
Version: 1.1.5
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: lazzy
*/

:root {
  --lz-bg: #090b10;
  --lz-bg-soft: #0d1017;
  --lz-surface: #11141b;
  --lz-surface-2: #171b24;
  --lz-border: #252a35;
  --lz-border-strong: #343b49;
  --lz-text: #f7f8fb;
  --lz-muted: #9da3ae;
  --lz-yellow: #ffd400;
  --lz-yellow-soft: #ffe45c;
  --lz-black: #090b10;
  --lz-danger: #ff5c5c;
  --lz-radius-sm: 10px;
  --lz-radius: 16px;
  --lz-radius-lg: 24px;
  --lz-shadow: 0 18px 50px rgba(0, 0, 0, .26);
  --lz-content: 760px;
  --lz-wide: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--lz-bg);
  color: var(--lz-text);
  font-family: "DM Sans", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

.reading-progress {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 3px;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.reading-progress[hidden] {
  display: none;
}

.reading-progress-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--lz-yellow), var(--lz-yellow-soft));
  box-shadow: 0 0 10px rgba(255, 212, 0, .38);
  transform: scaleX(var(--lz-reading-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

body.admin-bar .reading-progress {
  top: 32px;
}

a {
  color: var(--lz-yellow);
  font-weight: 700;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--lz-yellow-soft);
}

/* Font Awesome icons inserted in WordPress content: quiet watermark effect. */
:is(.entry-content, .archive-description, .sidebar-widget) :is(
  .fa,
  .fas,
  .far,
  .fab,
  .fa-solid,
  .fa-regular,
  .fa-brands,
  .fa-classic
) {
  color: currentColor;
  opacity: .46;
  text-shadow: none;
  transition: color .18s ease, opacity .18s ease;
}

:is(.entry-content, .archive-description, .sidebar-widget) a:hover :is(
  .fa,
  .fas,
  .far,
  .fab,
  .fa-solid,
  .fa-regular,
  .fa-brands,
  .fa-classic
),
:is(.entry-content, .archive-description, .sidebar-widget) a:focus-visible :is(
  .fa,
  .fas,
  .far,
  .fab,
  .fa-solid,
  .fa-regular,
  .fa-brands,
  .fa-classic
) {
  color: var(--lz-yellow-soft);
  opacity: .78;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
input[type="submit"] {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--lz-yellow);
  outline-offset: 3px;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-radius: 8px;
  font-weight: 800;
}

.site-shell,
.alignwide {
  width: min(calc(100% - 40px), var(--lz-wide));
  margin-inline: auto;
}

.site-main {
  min-height: 65vh;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(9, 11, 16, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 26px;
}

.site-branding {
  flex: 0 0 auto;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  width: auto;
  max-height: 45px;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  gap: 10px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.05em;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--lz-yellow);
}

.brand-wordmark strong {
  color: var(--lz-yellow);
  font-weight: 950;
}

.primary-navigation {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
}

.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation li {
  position: relative;
}

.primary-navigation a {
  display: block;
  padding: 10px 12px;
  color: var(--lz-text);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
  background: var(--lz-surface-2);
  color: var(--lz-yellow);
}

.primary-navigation .sub-menu {
  position: absolute;
  z-index: 1002;
  top: 100%;
  left: 0;
  display: none;
  width: 230px;
  padding: 14px 8px 8px;
  background: var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: 12px;
  box-shadow: var(--lz-shadow);
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
  display: block;
}

.primary-navigation .sub-menu a {
  padding: 9px 10px;
}

.header-search-toggle {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, .045);
  color: var(--lz-text);
  border: 1px solid var(--lz-border);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  place-items: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.header-search-toggle:hover,
.header-search-toggle:focus-visible,
.header-search-toggle[aria-expanded="true"] {
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-color: var(--lz-yellow);
  transform: translateY(-1px);
}

.site-search-panel[hidden] {
  display: none;
}

.has-search-open {
  overflow: hidden;
}

.site-search-panel {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  padding: clamp(18px, 5vw, 58px);
  place-items: start center;
}

.site-search-backdrop {
  position: absolute;
  background: rgba(5, 6, 10, .78);
  backdrop-filter: blur(12px);
  inset: 0;
}

.site-search-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 42px));
  overflow: auto;
  padding: clamp(20px, 4vw, 30px);
  margin-top: clamp(46px, 8vh, 90px);
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, .15), transparent 34%),
    linear-gradient(145deg, rgba(23, 27, 36, .98), rgba(9, 11, 16, .98));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}

.site-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.site-search-head h2 {
  max-width: 620px;
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: 1.06;
}

.site-search-close {
  display: inline-grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, .055);
  color: var(--lz-text);
  border: 1px solid var(--lz-border);
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
  place-items: center;
}

.site-search-close:hover,
.site-search-close:focus-visible {
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-color: var(--lz-yellow);
}

.site-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.site-search-input {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  background: rgba(255, 255, 255, .055);
  color: var(--lz-text);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
}

.site-search-input::placeholder {
  color: rgba(238, 240, 244, .52);
}

.site-search-status {
  min-height: 20px;
  margin-top: 14px;
  color: var(--lz-muted);
  font-size: 13px;
  font-weight: 700;
}

.site-search-result-list {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.site-search-result {
  display: grid;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, .04);
  color: var(--lz-text);
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 16px;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.site-search-result:hover,
.site-search-result:focus-visible {
  background: rgba(255, 255, 255, .065);
  border-color: rgba(255, 212, 0, .24);
  transform: translateY(-1px);
}

.site-search-result-media {
  display: grid;
  overflow: hidden;
  width: 82px;
  height: 62px;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .14), transparent 58%),
    var(--lz-surface-2);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  place-items: center;
}

.site-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-search-placeholder {
  color: var(--lz-yellow);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.site-search-result-body {
  display: grid;
  min-width: 0;
  color: var(--lz-muted);
  font-size: 12px;
  font-weight: 650;
  gap: 4px;
}

.site-search-result-body strong {
  overflow: hidden;
  color: var(--lz-text);
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-search-result-type {
  color: var(--lz-yellow);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-search-all {
  display: inline-flex;
  margin-top: 16px;
  color: var(--lz-yellow);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.guide-cta {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.guide-cta:hover,
.guide-cta:focus-visible {
  background: var(--lz-yellow-soft);
  color: var(--lz-black);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--lz-surface);
  color: var(--lz-text);
  border: 1px solid var(--lz-border);
  border-radius: 12px;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
  display: block;
  width: 19px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.menu-toggle-bars {
  position: relative;
}

.menu-toggle-bars::before {
  position: absolute;
  top: -6px;
}

.menu-toggle-bars::after {
  position: absolute;
  top: 6px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 138px) 0 76px;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 212, 0, .18), transparent 28%),
    radial-gradient(circle at 75% 15%, rgba(255, 212, 0, .08), transparent 50%),
    linear-gradient(180deg, #0c1018 0%, var(--lz-bg) 100%);
  border-bottom: 1px solid var(--lz-border);
}

.hero::after {
  position: absolute;
  top: 10%;
  right: 8%;
  width: clamp(220px, 33vw, 470px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255, 212, 0, .12);
  border-radius: 38% 62% 54% 46%;
  transform: rotate(-14deg);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--lz-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 9px;
  height: 9px;
  content: "";
  background: var(--lz-yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 212, 0, .12);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(44px, 7.2vw, 82px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .98;
}

.hero h1 mark {
  padding: 0;
  background: none;
  color: var(--lz-yellow);
}

.hero-description {
  max-width: 690px;
  margin: 26px 0 0;
  color: #c7cbd3;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.wp-block-button__link,
input[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
}

.button-primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
input[type="submit"] {
  background: var(--lz-yellow);
  color: var(--lz-black);
}

.button-secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--lz-text);
  border-color: var(--lz-border-strong);
}

.button-secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--lz-surface-2);
  border-color: #4c5568;
}

.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 38px;
}

.topic-pill {
  padding: 8px 14px;
  background: rgba(255, 255, 255, .04);
  color: #d8dbe1;
  border: 1px solid var(--lz-border);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.topic-pill:hover {
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-color: var(--lz-yellow);
}

.home-section,
.archive-header,
.search-header {
  padding: 72px 0;
}

.home-section + .home-section {
  border-top: 1px solid var(--lz-border);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--lz-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-heading h2,
.archive-title,
.search-title {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.section-link {
  flex: 0 0 auto;
  color: var(--lz-text);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.section-link span {
  color: var(--lz-yellow);
}

.guide-banner {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-radius: var(--lz-radius-lg);
  grid-template-columns: 1fr auto;
  gap: 34px;
}

.guide-banner::after {
  position: absolute;
  right: 16%;
  width: 150px;
  height: 150px;
  content: "";
  border: 26px solid rgba(9, 11, 16, .07);
  border-radius: 50%;
}

.guide-banner-content {
  position: relative;
  z-index: 1;
}

.guide-banner h2 {
  max-width: 700px;
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1;
}

.guide-banner p {
  max-width: 670px;
  margin: 16px 0 0;
  color: rgba(9, 11, 16, .78);
  font-weight: 650;
}

.guide-banner .button {
  position: relative;
  z-index: 1;
  background: var(--lz-black);
  color: var(--lz-text);
  white-space: nowrap;
}

.auditel-home-banner {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 212, 0, .18), transparent 28%),
    linear-gradient(145deg, rgba(23, 27, 36, .98), rgba(9, 11, 16, .98));
  border-radius: var(--lz-radius-lg);
  box-shadow: var(--lz-shadow);
  grid-template-columns: minmax(170px, 260px) minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 30px);
}

.auditel-home-banner::after {
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 34px solid rgba(255, 212, 0, .06);
  border-radius: 999px;
  content: "";
}

.auditel-home-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  aspect-ratio: 16 / 10;
}

.auditel-home-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auditel-home-content {
  position: relative;
  z-index: 1;
}

.auditel-home-content h2 {
  max-width: 720px;
  margin: 0;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1;
}

.auditel-home-content p:last-child {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--lz-muted);
  font-weight: 650;
}

.auditel-home-banner .button {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

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

.magazine-news-layout {
  display: grid;
  gap: 18px;
}

.magazine-news-featured {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 18px;
}

.magazine-news-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.magazine-news-briefs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.magazine-news-card {
  overflow: hidden;
  min-width: 0;
  background: var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.magazine-news-card:hover {
  border-color: var(--lz-border-strong);
  box-shadow: var(--lz-shadow);
  transform: translateY(-3px);
}

.magazine-news-media {
  display: grid;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .16), transparent 58%),
    var(--lz-surface-2);
  place-items: center;
}

.magazine-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.magazine-news-card:hover .magazine-news-media img {
  transform: scale(1.025);
}

.magazine-news-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 120px;
  place-items: center;
}

.magazine-news-card.is-lead {
  display: flex;
  flex-direction: column;
}

.magazine-news-card.is-lead .magazine-news-media {
  min-height: 300px;
  aspect-ratio: 16 / 9;
}

.magazine-news-card.is-lead .magazine-news-body {
  padding: clamp(22px, 3vw, 31px);
}

.magazine-news-card.is-secondary {
  display: flex;
  flex-direction: column;
}

.magazine-news-card.is-secondary .magazine-news-media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.magazine-news-card.is-secondary .magazine-news-body,
.magazine-news-card.is-brief .magazine-news-body {
  padding: 18px;
}

.magazine-news-card.is-brief {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, .14), transparent 36%),
    linear-gradient(145deg, rgba(23, 27, 36, .94), rgba(12, 15, 22, .96));
  border-color: rgba(255, 212, 0, .16);
}

.magazine-news-card.is-brief::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--lz-yellow), transparent);
  content: "";
  opacity: .72;
}

.magazine-news-card.is-brief .magazine-news-body {
  display: grid;
}

.magazine-news-card.is-brief .magazine-news-breaking {
  grid-row: 1;
  grid-column: 1;
  justify-self: start;
}

.magazine-news-card.is-brief .magazine-news-category {
  grid-row: 1;
  grid-column: 2;
  justify-self: end;
  margin-left: 14px;
  text-align: right;
}

.magazine-news-card.is-brief h3,
.magazine-news-card.is-brief .magazine-news-meta {
  grid-column: 1 / -1;
}

.magazine-news-category {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--lz-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}

.magazine-news-breaking {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--lz-yellow);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.magazine-news-breaking::before {
  width: 8px;
  height: 8px;
  background: var(--lz-yellow);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(255, 212, 0, .72);
  content: "";
}

.magazine-news-card h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -.032em;
  line-height: 1.15;
}

.magazine-news-card h3 a {
  color: var(--lz-text);
  text-decoration: none;
}

.magazine-news-card h3 a:hover,
.magazine-news-card h3 a:focus-visible {
  color: var(--lz-yellow-soft);
}

.magazine-news-card.is-lead h3 {
  max-width: 740px;
  font-size: clamp(26px, 3.2vw, 40px);
}

.magazine-news-card.is-secondary h3 {
  font-size: clamp(18px, 1.8vw, 23px);
}

.magazine-news-card.is-brief h3 {
  font-size: clamp(17px, 1.6vw, 21px);
}

.magazine-news-excerpt {
  max-width: 760px;
  margin: 13px 0 0;
  color: var(--lz-muted);
  font-size: 14px;
  line-height: 1.58;
}

.magazine-news-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  color: var(--lz-muted);
  font-size: 11px;
  font-weight: 650;
  gap: 10px;
}

.magazine-news-meta span::before {
  margin-right: 10px;
  color: var(--lz-border-strong);
  content: "•";
}

.magazine-news-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.streaming-home-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 212, 0, .08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .015), transparent 42%);
}

.streaming-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 20px;
}

.streaming-home-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-width: 0;
  background:
    linear-gradient(145deg, rgba(23, 27, 36, .98), rgba(12, 15, 22, .96));
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: var(--lz-radius);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.streaming-home-card:hover {
  border-color: rgba(255, 212, 0, .26);
  box-shadow: var(--lz-shadow);
  transform: translateY(-3px);
}

.streaming-home-card.is-featured {
  grid-row: span 2;
}

.streaming-home-card.is-compact {
  grid-template-columns: 148px minmax(0, 1fr);
}

.streaming-home-media {
  display: grid;
  overflow: hidden;
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .12), transparent 58%),
    var(--lz-surface-2);
  place-items: center;
}

.streaming-home-card.is-featured .streaming-home-media {
  min-height: 260px;
  aspect-ratio: 16 / 8.5;
}

.streaming-home-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.streaming-home-card:hover .streaming-home-media img {
  transform: scale(1.025);
}

.streaming-home-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 150px;
  place-items: center;
}

.streaming-home-body {
  padding: 20px;
}

.streaming-home-card.is-featured .streaming-home-body {
  padding: clamp(22px, 3vw, 32px);
}

.streaming-home-label {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  background: rgba(255, 212, 0, .1);
  color: var(--lz-yellow);
  border: 1px solid rgba(255, 212, 0, .18);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.streaming-home-card h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.13;
}

.streaming-home-card.is-featured h3 {
  max-width: 760px;
  font-size: clamp(25px, 3vw, 38px);
}

.streaming-home-card.is-compact h3 {
  font-size: clamp(17px, 1.6vw, 21px);
}

.streaming-home-card h3 a {
  color: var(--lz-text);
  text-decoration: none;
}

.streaming-home-card h3 a:hover,
.streaming-home-card h3 a:focus-visible {
  color: var(--lz-yellow-soft);
}

.streaming-home-body > p:not(.streaming-home-label) {
  max-width: 700px;
  margin: 13px 0 0;
  color: var(--lz-muted);
  font-size: 14px;
  line-height: 1.6;
}

.streaming-home-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  color: var(--lz-muted);
  font-size: 11px;
  font-weight: 700;
  gap: 10px;
}

.streaming-home-meta span::before {
  margin-right: 10px;
  color: var(--lz-border-strong);
  content: "•";
}

.archive-tag-filter {
  display: grid;
  margin: 0 0 30px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .055), transparent 42%),
    var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius);
  gap: 18px;
}

.archive-tag-filter-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.archive-tag-filter-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-radius: 11px;
  place-items: center;
}

.archive-tag-filter-icon svg {
  width: 20px;
  height: 20px;
}

.archive-tag-filter-heading p {
  margin: 0;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.015em;
}

.archive-tag-filter-heading div > span {
  display: block;
  margin-top: 1px;
  color: var(--lz-muted);
  font-size: 12px;
  line-height: 1.35;
}

.archive-tag-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.archive-tag-filter-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  background: rgba(255, 255, 255, .035);
  color: #d8dbe1;
  border: 1px solid var(--lz-border-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
  white-space: nowrap;
}

.archive-tag-filter-link:hover,
.archive-tag-filter-link:focus-visible,
.archive-tag-filter-link.is-active {
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-color: var(--lz-yellow);
}

.archive-tag-filter-link:hover {
  transform: translateY(-1px);
}

.archive-order {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: -10px 0 24px;
  gap: 12px;
}

.archive-order-label {
  color: var(--lz-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.archive-order-options {
  display: inline-flex;
  padding: 3px;
  background: var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: 999px;
}

.archive-order-link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  color: var(--lz-muted);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.archive-order-link:hover,
.archive-order-link:focus-visible {
  color: var(--lz-text);
}

.archive-order-link.is-active {
  background: var(--lz-yellow);
  color: var(--lz-black);
}

.post-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.post-card:hover {
  border-color: var(--lz-border-strong);
  box-shadow: var(--lz-shadow);
  transform: translateY(-4px);
}

.post-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .22), transparent 60%),
    var(--lz-surface-2);
}

.post-card-lcn-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  padding: 6px 9px;
  background: var(--lz-yellow);
  color: var(--lz-black);
  border: 1px solid rgba(9, 11, 16, .16);
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .24);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
}

.post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-card:hover .post-card-media img {
  transform: scale(1.035);
}

.post-card-placeholder,
.post-card-channel-logo {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.post-card-channel-logo {
  padding: clamp(28px, 5vw, 42px);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .07), transparent 62%),
    linear-gradient(135deg, rgba(255, 212, 0, .16), transparent 64%),
    var(--lz-surface-2);
}

.post-card-media .post-card-channel-logo img {
  width: min(87%, 285px);
  height: min(63%, 123px);
  padding: 16px 22px;
  background: rgba(9, 11, 16, .34);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 18px 42px rgba(0, 0, 0, .22);
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .24));
}

.post-card:hover .post-card-channel-logo img {
  transform: scale(1.015);
}

.lazzy-placeholder-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(20px, 3.4vw, 29px);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1;
}

.lazzy-placeholder-brand svg {
  width: clamp(34px, 5vw, 46px);
  height: clamp(34px, 5vw, 46px);
  color: var(--lz-yellow);
}

.lazzy-placeholder-brand strong {
  color: var(--lz-yellow);
  font-weight: 950;
}

.post-card-body {
  padding: 20px;
}

.post-card-category,
.entry-categories a {
  display: inline-flex;
  margin-bottom: 11px;
  color: var(--lz-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.post-card h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.post-card h3 a {
  color: var(--lz-text);
  text-decoration: none;
}

.post-card h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.post-card-excerpt {
  margin: 12px 0 0;
  color: var(--lz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.post-card-meta,
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 17px;
  color: var(--lz-muted);
  font-size: 12px;
  font-weight: 650;
}

.lazzy-programmes {
  margin-block: 34px;
}

.lazzy-programmes-title {
  margin: 0 0 20px;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.lazzy-programmes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 16px;
}

.lazzy-programme-card {
  overflow: hidden;
  min-width: 0;
  background: var(--lz-surface-2);
  border: 1px solid var(--lz-border);
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lazzy-programme-card:hover {
  border-color: var(--lz-border-strong);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
  transform: translateY(-3px);
}

.lazzy-programme-card > a {
  display: block;
  height: 100%;
  color: var(--lz-text);
  text-decoration: none;
}

.lazzy-programme-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(255, 212, 0, .19), transparent 62%),
    var(--lz-surface);
}

.lazzy-programme-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.lazzy-programme-card:hover .lazzy-programme-card-media img {
  transform: scale(1.035);
}

.lazzy-programme-card-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.lazzy-programme-card-placeholder .lazzy-placeholder-brand {
  font-size: 18px;
  gap: 7px;
}

.lazzy-programme-card-placeholder .lazzy-placeholder-brand svg {
  width: 32px;
  height: 32px;
}

.lazzy-programme-card-body {
  padding: 16px;
}

.lazzy-programme-card h3 {
  margin: 0;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.lazzy-programme-card-body > span {
  display: inline-block;
  margin-top: 10px;
  color: var(--lz-yellow);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.lazzy-programmes-notice {
  padding: 14px 16px;
  background: rgba(255, 212, 0, .07);
  color: var(--lz-muted);
  border: 1px solid rgba(255, 212, 0, .22);
  border-radius: 12px;
  font-size: 14px;
}

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

.directory-panel {
  padding: clamp(24px, 4vw, 38px);
  background: var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius-lg);
}

.directory-panel h3 {
  margin: 0 0 20px;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 28px;
  letter-spacing: -.035em;
}

.channel-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.channel-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: var(--lz-bg-soft);
  color: var(--lz-text);
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.channel-list a::after {
  content: "→";
  color: var(--lz-yellow);
}

.channel-list a:hover {
  border-color: var(--lz-border-strong);
}

.channel-directory {
  display: grid;
  gap: 28px;
}

.channel-directory-panel {
  overflow: hidden;
  padding: clamp(24px, 4vw, 40px);
  background:
    linear-gradient(145deg, rgba(255, 212, 0, .035), transparent 38%),
    var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius-lg);
  box-shadow: 0 20px 52px rgba(0, 0, 0, .18);
}

.channel-directory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 22px;
}

.channel-directory-heading h3 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.home-channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 13px;
}

.home-channel-card {
  overflow: hidden;
  min-width: 0;
  background: var(--lz-bg-soft);
  border: 1px solid var(--lz-border);
  border-radius: 14px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-channel-card:hover {
  border-color: var(--lz-border-strong);
  box-shadow: 0 13px 30px rgba(0, 0, 0, .22);
  transform: translateY(-3px);
}

.home-channel-card > a {
  display: block;
  height: 100%;
  color: var(--lz-text);
  text-decoration: none;
}

.home-channel-card-media {
  display: grid;
  overflow: hidden;
  min-height: 112px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .055), transparent 65%),
    var(--lz-surface-2);
  place-items: center;
}

.home-channel-card-media img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}

.home-channel-card-media .lazzy-placeholder-brand {
  font-size: 17px;
  gap: 7px;
}

.home-channel-card-media .lazzy-placeholder-brand svg {
  width: 31px;
  height: 31px;
}

.home-channel-card h4 {
  padding: 13px 14px 15px;
  margin: 0;
  border-top: 1px solid var(--lz-border);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.015em;
  line-height: 1.25;
  text-align: center;
}

.channel-directory-latest {
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid var(--lz-border);
}

.channel-directory-latest > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 17px;
  gap: 20px;
}

.channel-directory-latest h4 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.channel-directory-latest > header p {
  margin: 0;
  color: var(--lz-muted);
  font-size: 12px;
}

.home-region-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 11px;
}

.home-region-card {
  display: grid;
  overflow: hidden;
  min-width: 0;
  min-height: 158px;
  padding: 0;
  background: var(--lz-bg-soft);
  color: var(--lz-text);
  border: 1px solid var(--lz-border);
  border-radius: 14px;
  grid-template-rows: 104px minmax(52px, auto);
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.home-region-card:hover,
.home-region-card:focus-visible {
  background: var(--lz-surface-2);
  color: var(--lz-yellow-soft);
  border-color: var(--lz-border-strong);
  transform: translateY(-2px);
}

.home-region-emblem {
  display: grid;
  overflow: hidden;
  width: 100%;
  height: 104px;
  padding: 15px;
  place-items: center;
}

.home-region-emblem img {
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 74px;
  object-fit: contain;
}

.home-region-emblem-fallback {
  display: grid;
  width: 64px;
  height: 64px;
  background: rgba(255, 212, 0, .1);
  color: var(--lz-yellow);
  border: 1px solid rgba(255, 212, 0, .24);
  border-radius: 50%;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 25px;
  font-weight: 900;
  place-items: center;
}

.home-region-card strong {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 10px 9px;
  background: rgba(255, 255, 255, .025);
  border-top: 1px solid var(--lz-border);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.channel-directory-action {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.lazzy-regions-directory {
  margin-block: 26px 34px;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.editorial-band {
  padding: 62px 0;
  background: var(--lz-surface);
  border-block: 1px solid var(--lz-border);
}

.editorial-band-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(30px, 6vw, 90px);
}

.editorial-band h2 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.05em;
  line-height: 1.05;
}

.editorial-band p {
  margin: 0;
  color: #c4c8d0;
}

.content-wrap {
  width: min(calc(100% - 40px), var(--lz-content));
  margin-inline: auto;
  padding: 70px 0 90px;
}

.content-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(34px, 5vw, 70px);
}

.content-layout-full {
  grid-template-columns: minmax(0, 1fr);
}

.content-layout-full .content-primary {
  width: 100%;
}

.content-layout-full .content-wrap {
  width: min(100%, 980px);
}

.content-primary {
  min-width: 0;
}

.content-layout .content-wrap {
  width: 100%;
}

.content-sidebar {
  position: sticky;
  top: 104px;
  padding: 70px 0 90px;
}

.sidebar-widget {
  overflow: hidden;
  padding: 27px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 48%),
    var(--lz-surface);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--lz-radius-lg);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
}

.sidebar-widget + .sidebar-widget {
  margin-top: 24px;
}

.sidebar-heading,
.sidebar-widget h2 {
  margin: 0 0 14px;
  font-size: 20px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.sidebar-widget p {
  color: var(--lz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sidebar-kicker {
  margin: 0 0 8px !important;
  color: var(--lz-yellow) !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sidebar-guide-card {
  background: linear-gradient(145deg, rgba(255, 212, 0, .13), transparent 62%), var(--lz-surface);
  border-color: rgba(255, 212, 0, .28);
}

.sidebar-guide-card .button {
  width: 100%;
  min-height: 44px;
  padding-inline: 12px;
  font-size: 13px;
}

.sidebar-post-list,
.sidebar-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-post-list li + li,
.sidebar-widget li + li {
  border-top: 1px solid var(--lz-border);
}

.sidebar-post-list a,
.sidebar-widget li a {
  display: block;
  padding: 11px 0;
  color: var(--lz-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.lazzy-sidebar-novita-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.lazzy-sidebar-novita-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.lazzy-sidebar-novita-tabs > label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  color: var(--lz-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.lazzy-sidebar-novita-tabs > label:hover,
.lazzy-sidebar-novita-radio:focus-visible + label {
  border-color: rgba(255, 212, 0, .26);
  color: var(--lz-text);
}

.lazzy-sidebar-novita-radio:checked + label {
  background: rgba(255, 212, 0, .15);
  border-color: rgba(255, 212, 0, .38);
  color: var(--lz-yellow);
}

.lazzy-sidebar-novita-panel {
  display: none;
  grid-column: 1 / -1;
  margin-top: 4px;
}

.lazzy-sidebar-novita-radio:first-of-type:checked ~ .lazzy-sidebar-novita-panel-news,
.lazzy-sidebar-novita-radio:nth-of-type(2):checked ~ .lazzy-sidebar-novita-panel-tv {
  display: grid;
  gap: 10px;
}

.lazzy-sidebar-novita-item a {
  display: grid;
  align-items: center;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 16px;
  color: var(--lz-text);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.lazzy-sidebar-novita-item a:hover,
.lazzy-sidebar-novita-item a:focus-visible {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 212, 0, .24);
  color: var(--lz-text);
  transform: translateY(-1px);
}

.lazzy-sidebar-novita-media {
  display: grid;
  overflow: hidden;
  width: 72px;
  height: 54px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 212, 0, .13), transparent 58%),
    rgba(5, 7, 11, .72);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px;
}

.lazzy-sidebar-novita-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lazzy-sidebar-novita-panel-tv .lazzy-sidebar-novita-media img {
  width: auto;
  height: auto;
  max-width: 58px;
  max-height: 34px;
  object-fit: contain;
}

.lazzy-sidebar-novita-media .lazzy-placeholder-brand {
  transform: scale(.58);
}

.lazzy-sidebar-novita-body {
  min-width: 0;
}

.lazzy-sidebar-novita-label {
  display: block;
  margin-bottom: 4px;
  color: var(--lz-yellow);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.lazzy-sidebar-novita-body strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--lz-text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lazzy-sidebar-novita-empty {
  margin: 0;
  padding: 12px 0 0;
}

.channel-player-link {
  --lz-player-image: none;
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: clamp(330px, 48vw, 470px);
  margin: 28px 0 38px;
  padding: clamp(24px, 5vw, 48px);
  place-items: center;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, .3), rgba(5, 7, 11, .88)),
    var(--lz-player-image),
    radial-gradient(circle at 50% 36%, rgba(255, 212, 0, .2), transparent 34%),
    linear-gradient(135deg, #151b28, #07090d 72%);
  background-position: center;
  background-size: cover;
  border: 1px solid var(--lz-border-strong);
  border-radius: var(--lz-radius-lg);
  box-shadow: var(--lz-shadow);
  isolation: isolate;
  text-align: center;
}

.channel-player-link::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: repeating-linear-gradient(135deg, transparent 0 34px, rgba(255,255,255,.025) 35px 36px);
  pointer-events: none;
}

.channel-player-live {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  background: rgba(7, 9, 13, .82);
  color: var(--lz-text);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.channel-player-lcn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 11px;
  background: rgba(7, 9, 13, .82);
  color: var(--lz-yellow);
  border: 1px solid rgba(255, 212, 0, .24);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.channel-player-live span {
  width: 8px;
  height: 8px;
  background: #ff3b4f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 59, 79, .16);
}

.channel-player-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  column-gap: clamp(28px, 5vw, 58px);
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}

.channel-player-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  color: var(--lz-text);
  font-size: clamp(42px, 8vw, 76px);
  font-weight: 950;
  letter-spacing: -.06em;
  line-height: 1;
  text-shadow: 0 6px 30px rgba(0,0,0,.55);
}

.channel-player-logo {
  display: block;
  width: min(72%, 320px);
  max-height: 150px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .45));
}

.channel-player-button {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-radius: 15px;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0,0,0,.36);
}

.channel-player-button:hover,
.channel-player-button:focus-visible {
  background: var(--lz-yellow-soft);
  color: var(--lz-black);
  transform: translateY(-2px);
}

.channel-player-play {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentColor;
}

.channel-player-content p {
  grid-column: 1 / -1;
  align-self: center;
  width: 100%;
  margin: 16px 0 0;
  color: #c9cdd5;
  font-size: 13px;
  text-align: center;
}

.lazzy-auditel {
  display: grid;
  gap: 26px;
  margin: 8px 0 34px;
}

.lazzy-auditel-hero,
.lazzy-auditel-section,
.lazzy-auditel-source,
.lazzy-auditel-notice {
  border: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at top left, rgba(255, 212, 0, .09), transparent 36%),
    linear-gradient(145deg, rgba(23, 27, 36, .94), rgba(12, 15, 22, .96));
  border-radius: var(--lz-radius-lg);
  box-shadow: var(--lz-shadow);
}

.lazzy-auditel-hero {
  padding: clamp(24px, 4vw, 38px);
}

.lazzy-auditel-kicker,
.lazzy-auditel-section-heading p {
  margin: 0 0 8px;
  color: var(--lz-yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lazzy-auditel-hero h2,
.lazzy-auditel-section-heading h3 {
  margin: 0;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.lazzy-auditel-hero h2 {
  max-width: 880px;
  font-size: clamp(30px, 5vw, 54px);
}

.lazzy-auditel-date {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 11px;
  background: rgba(255, 212, 0, .12);
  border: 1px solid rgba(255, 212, 0, .26);
  border-radius: 999px;
  color: var(--lz-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}

.lazzy-auditel-hero p:last-of-type {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--lz-muted);
  font-size: 18px;
}

.lazzy-auditel-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lazzy-auditel-jump-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 13px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  color: var(--lz-text);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.lazzy-auditel-jump-links a:hover,
.lazzy-auditel-jump-links a:focus-visible {
  background: rgba(255, 212, 0, .14);
  border-color: rgba(255, 212, 0, .34);
  color: var(--lz-yellow);
  transform: translateY(-1px);
}

.lazzy-auditel-section {
  padding: clamp(20px, 3vw, 30px);
}

.lazzy-auditel-section[id] {
  scroll-margin-top: 110px;
}

.lazzy-auditel-dayparts {
  display: grid;
  gap: 22px;
}

.lazzy-auditel-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.lazzy-auditel-section-heading h3 {
  font-size: clamp(23px, 3vw, 34px);
}

.lazzy-auditel-programmes-heading p {
  margin: 0;
  padding: 7px 11px;
  background: rgba(255, 212, 0, .12);
  border: 1px solid rgba(255, 212, 0, .24);
  border-radius: 999px;
}

.lazzy-auditel-channel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
}

.lazzy-auditel-channel-card {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .075);
  background: rgba(255, 255, 255, .035);
  border-radius: 18px;
}

.lazzy-auditel-channel-card::after {
  position: absolute;
  inset: auto -20px -44px auto;
  width: 110px;
  height: 110px;
  background: rgba(255, 212, 0, .08);
  border-radius: 999px;
  content: "";
}

.lazzy-auditel-lcn {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 12px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  color: rgba(247, 248, 251, .72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lazzy-auditel-channel-logo {
  display: grid;
  width: 86px;
  height: 54px;
  align-items: center;
  justify-items: start;
  margin-bottom: 18px;
}

.lazzy-auditel-channel-logo img {
  width: auto;
  max-width: 86px;
  max-height: 48px;
  object-fit: contain;
}

.lazzy-auditel-channel-logo span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: rgba(255, 212, 0, .14);
  border-radius: 16px;
  color: var(--lz-yellow);
  font-weight: 950;
  text-transform: uppercase;
}

.lazzy-auditel-channel-card strong,
.lazzy-auditel-channel-card em {
  position: relative;
  z-index: 1;
  display: block;
}

.lazzy-auditel-channel-card strong {
  color: var(--lz-text);
  font-size: 15px;
  line-height: 1.2;
}

.lazzy-auditel-channel-card em {
  margin-top: 6px;
  color: var(--lz-yellow);
  font-size: 28px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.04em;
}

.lazzy-auditel-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 18px;
}

.lazzy-auditel-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.lazzy-auditel-table th:first-child,
.lazzy-auditel-table td:first-child {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
}

.lazzy-auditel-table th,
.lazzy-auditel-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  text-align: left;
}

.lazzy-auditel-table th {
  color: var(--lz-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lazzy-auditel-table td:nth-child(2) {
  color: var(--lz-text);
  font-weight: 800;
}

.lazzy-auditel-table td:nth-child(3),
.lazzy-auditel-table td:nth-child(4) {
  white-space: nowrap;
}

.lazzy-auditel-table tr:last-child td {
  border-bottom: 0;
}

.lazzy-auditel-broadcasters {
  background:
    radial-gradient(circle at bottom right, rgba(255, 212, 0, .08), transparent 36%),
    linear-gradient(145deg, rgba(18, 21, 29, .94), rgba(10, 12, 18, .96));
}

.lazzy-auditel-broadcaster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.lazzy-auditel-broadcaster-card {
  padding: 17px 18px;
  border: 1px solid rgba(255, 255, 255, .075);
  background: rgba(255, 255, 255, .035);
  border-radius: 18px;
}

.lazzy-auditel-broadcaster-card strong,
.lazzy-auditel-broadcaster-card em {
  display: block;
}

.lazzy-auditel-broadcaster-card strong {
  color: var(--lz-text);
  font-size: 15px;
  line-height: 1.2;
}

.lazzy-auditel-broadcaster-card em {
  margin-top: 6px;
  color: var(--lz-yellow);
  font-size: 30px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.04em;
}

.lazzy-auditel-precision-note {
  margin: 34px 0 0;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  color: var(--lz-muted);
  font-size: 13px;
  line-height: 1.45;
}

.lazzy-auditel-broadcasters .lazzy-auditel-precision-note {
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.lazzy-auditel-program-channel {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  min-width: 62px;
}

.lazzy-auditel-program-channel img {
  width: auto;
  max-width: 52px;
  max-height: 30px;
  object-fit: contain;
}

.lazzy-auditel-program-channel strong {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lazzy-auditel-muted {
  color: rgba(247, 248, 251, .42);
  font-size: 13px;
  font-weight: 800;
}

.lazzy-auditel-source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 16px 18px;
  color: var(--lz-muted);
  font-size: 14px;
}

.lazzy-auditel-source small {
  margin-left: auto;
  color: rgba(247, 248, 251, .5);
}

.lazzy-auditel-refresh {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 11px;
  background: rgba(255, 212, 0, .12);
  border: 1px solid rgba(255, 212, 0, .26);
  border-radius: 999px;
  color: var(--lz-yellow);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.lazzy-auditel-refresh:hover,
.lazzy-auditel-refresh:focus-visible {
  background: rgba(255, 212, 0, .2);
  color: var(--lz-yellow-soft);
}

.lazzy-auditel-notice {
  padding: 18px 20px;
}

@media (min-width: 681px) {
  .channel-player-link {
    min-height: clamp(350px, 38vw, 410px);
  }

  .channel-player-content {
    row-gap: 30px;
  }

  .channel-player-content p {
    width: auto;
    margin-top: 0;
    padding: 9px 14px;
    background: rgba(7, 9, 13, .58);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 10px;
  }
}

.channel-guide {
  margin: -10px 0 38px;
  padding: clamp(22px, 4vw, 34px);
  background: linear-gradient(145deg, rgba(19, 24, 35, .96), rgba(9, 12, 18, .98));
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius-lg);
  box-shadow: var(--lz-shadow);
}

.channel-guide-heading {
  margin-bottom: 20px;
}

.channel-guide-kicker,
.channel-guide-label {
  margin: 0;
  color: var(--lz-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.channel-guide-heading h2 {
  margin: 5px 0 0;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
}

.channel-guide-programmes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.channel-guide-programme {
  position: relative;
  min-width: 0;
  padding: 19px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
}

.channel-guide-programme.is-current {
  background: linear-gradient(145deg, rgba(255, 212, 0, .09), rgba(255, 255, 255, .035));
  border-color: rgba(255, 212, 0, .25);
}

.channel-guide-time {
  min-height: 19px;
  margin: 8px 0 4px;
  color: var(--lz-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.channel-guide-programme h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(17px, 2.5vw, 21px);
  line-height: 1.25;
}

.channel-guide-programme.is-empty h3 {
  color: var(--lz-muted);
}

.channel-guide-progress {
  overflow: hidden;
  height: 5px;
  margin-top: 18px;
  background: rgba(255, 255, 255, .1);
  border-radius: 999px;
}

.channel-guide-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--lz-yellow);
  border-radius: inherit;
  transition: width .5s linear;
}

.channel-guide-button {
  display: flex;
  min-height: 54px;
  margin-top: 18px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-radius: 14px;
  font-weight: 950;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.channel-guide-button:hover,
.channel-guide-button:focus-visible {
  background: var(--lz-yellow-soft);
  color: var(--lz-black);
  transform: translateY(-2px);
}

/* Nasconde il vecchio pulsante manuale sostituito dal collegamento dinamico. */
.channel-guide + .wp-block-buttons:has(a[href="https://guidatv.lazzy.live/"]) {
  display: none;
}

@media (max-width: 620px) {
  .channel-guide-programmes {
    grid-template-columns: 1fr;
  }

  .channel-guide-programme {
    padding: 17px;
  }
}

.content-wrap-wide {
  width: min(calc(100% - 40px), var(--lz-wide));
}

.entry-header {
  margin-bottom: 34px;
}

.page .entry-header {
  margin-bottom: 18px;
}

.entry-title {
  margin: 0;
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.share-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
  color: var(--lz-muted);
}

.share-buttons > span {
  margin-right: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.share-buttons a,
.share-buttons button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  background: transparent;
  color: #aeb3bf;
  border: 1px solid var(--lz-border-strong);
  border-radius: 50%;
  cursor: pointer;
}

.share-buttons svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.share-buttons a:hover,
.share-buttons a:focus-visible,
.share-buttons button:hover,
.share-buttons button:focus-visible,
.share-buttons button.copied {
  background: rgba(255, 212, 0, .06);
  color: var(--lz-yellow);
  border-color: var(--lz-yellow);
  outline: none;
}

.entry-thumbnail {
  overflow: hidden;
  margin: 0 0 38px;
  border-radius: var(--lz-radius-lg);
}

.entry-content {
  color: #e3e5e9;
}

.entry-content > * {
  max-width: 100%;
}

.entry-content > .alignwide {
  width: min(100vw - 40px, var(--lz-wide));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content > .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.75em;
  margin-bottom: .65em;
  color: var(--lz-text);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.entry-content h2 {
  font-size: clamp(28px, 4vw, 40px);
}

.entry-content h3 {
  font-size: clamp(23px, 3vw, 30px);
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1.35em;
}

.entry-content.article-sections-ready {
  display: flow-root;
}

.article-section-card {
  position: relative;
  overflow: hidden;
  margin: clamp(30px, 5vw, 48px) 0;
  padding: clamp(24px, 4vw, 36px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .032), transparent 46%),
    var(--lz-surface);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--lz-radius-lg);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.article-section-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  content: "";
  background: radial-gradient(circle at top right, rgba(255, 212, 0, .075), transparent 68%);
  pointer-events: none;
}

.entry-content .article-section-card > h2:first-child {
  position: relative;
  z-index: 1;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: .8em;
}

.entry-content .article-section-card > h2:first-child::before {
  position: absolute;
  top: .12em;
  bottom: .12em;
  left: 0;
  width: 5px;
  content: "";
  background: var(--lz-yellow);
  border-radius: 999px;
}

.article-section-card > :last-child {
  margin-bottom: 0;
}

.article-section-card p,
.article-section-card li {
  line-height: 1.72;
}

.article-section-card h3 {
  padding-top: .15em;
}

.article-section-card .wp-block-table,
.article-section-card table {
  margin-bottom: 1.4em;
}

.entry-content blockquote {
  padding: 22px 24px;
  margin: 32px 0;
  background: var(--lz-surface);
  border-left: 4px solid var(--lz-yellow);
  border-radius: 0 var(--lz-radius) var(--lz-radius) 0;
}

.entry-content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  background: var(--lz-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--lz-radius);
}

.entry-content th,
.entry-content td {
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  text-align: left;
  vertical-align: top;
}

.entry-content tr:last-child th,
.entry-content tr:last-child td {
  border-bottom: 0;
}

.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
  border-color: rgba(255, 255, 255, .08);
}

.entry-content th {
  width: 35%;
  color: var(--lz-text);
}

.entry-content hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid var(--lz-border);
}

.entry-content iframe,
.entry-content video,
#playervideo iframe,
#playervideo video {
  max-width: 100%;
}

.entry-content iframe,
#playervideo iframe {
  width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

.wp-block-embed.is-type-video iframe {
  height: 100%;
}

.page-links,
.post-navigation,
.posts-navigation,
.pagination {
  margin-top: 44px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.nav-links a,
.page-numbers {
  display: inline-flex;
  padding: 10px 14px;
  background: var(--lz-surface);
  color: var(--lz-text);
  border: 1px solid var(--lz-border);
  border-radius: 10px;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--lz-yellow);
  color: var(--lz-black);
  border-color: var(--lz-yellow);
}

.archive-description,
.search-description {
  max-width: 720px;
  color: var(--lz-muted);
}

.no-results {
  padding: 40px;
  background: var(--lz-surface);
  border: 1px solid var(--lz-border);
  border-radius: var(--lz-radius);
}

.search-form {
  display: flex;
  max-width: 620px;
  gap: 10px;
}

.search-field,
.entry-content input:not([type="submit"]),
.entry-content textarea,
.entry-content select {
  width: 100%;
  padding: 12px 14px;
  background: var(--lz-surface);
  color: var(--lz-text);
  border: 1px solid var(--lz-border-strong);
  border-radius: 10px;
}

.site-footer {
  background: #07090d;
  border-top: 1px solid var(--lz-border);
}

.footer-main {
  display: grid;
  padding: 58px 0 42px;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 50px;
}

.footer-brand p {
  max-width: 420px;
  color: var(--lz-muted);
  font-size: 14px;
}

.footer-column {
  min-width: 0;
}

.footer-widget + .footer-widget {
  margin-top: 22px;
}

.footer-widget p {
  max-width: 420px;
  margin: 0 0 12px;
  color: var(--lz-muted);
  font-size: 14px;
  line-height: 1.6;
}

.footer-heading {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-menu,
.footer-menu ul,
.footer-widget ul,
.footer-widget ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu a,
.footer-widget a {
  display: inline-block;
  padding: 5px 0;
  color: var(--lz-muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-menu a:hover,
.footer-widget a:hover,
.footer-widget a:focus-visible {
  color: var(--lz-yellow);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 28px;
  color: #777e8b;
  border-top: 1px solid var(--lz-border);
  font-size: 12px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lz-muted);
  font-size: 12px;
  text-decoration: none;
}

.footer-socials svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: var(--lz-yellow);
}

.back-to-top {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 70;
  display: inline-grid;
  width: 46px;
  height: 46px;
  padding: 0;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .45), transparent 24%),
    var(--lz-yellow);
  color: var(--lz-black);
  border: 1px solid rgba(255, 212, 0, .72);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .35), 0 0 0 7px rgba(255, 212, 0, .08);
  cursor: pointer;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transform: translateY(12px) scale(.92);
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  box-shadow: 0 20px 54px rgba(0, 0, 0, .42), 0 0 0 9px rgba(255, 212, 0, .13);
  transform: translateY(-3px) scale(1.02);
}

.back-to-top span {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .reading-progress {
    top: 46px;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .guide-cta {
    order: 3;
  }

  .header-search-toggle {
    order: 2;
    margin-left: auto;
  }

  .primary-navigation {
    display: none;
    width: 100%;
    flex: 1 0 100%;
    order: 4;
    padding-bottom: 14px;
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation ul {
    display: block;
  }

  .primary-navigation a {
    padding: 12px;
  }

  .primary-navigation .sub-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 0 16px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

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

  .magazine-news-featured {
    grid-template-columns: 1fr;
  }

  .magazine-news-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .magazine-news-card.is-secondary .magazine-news-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .magazine-news-card.is-brief {
    min-height: 100%;
  }

  .streaming-home-grid {
    grid-template-columns: 1fr;
  }

  .streaming-home-card.is-featured {
    grid-row: auto;
  }

  .guide-banner,
  .auditel-home-banner,
  .editorial-band-grid {
    grid-template-columns: 1fr;
  }

  .guide-banner .button,
  .auditel-home-banner .button {
    justify-self: start;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .content-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .content-sidebar {
    position: static;
    padding: 0 0 72px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-shell,
  .alignwide,
  .content-wrap,
  .content-wrap-wide {
    width: min(calc(100% - 28px), var(--lz-wide));
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .header-inner {
    min-height: 66px;
  }

  .custom-logo {
    max-height: 38px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-wordmark {
    font-size: 21px;
  }

  .guide-cta {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .section-actions .button {
    width: 100%;
  }

  .home-section {
    padding: 54px 0;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .site-search-panel {
    padding: 12px;
    place-items: stretch;
  }

  .site-search-dialog {
    max-height: calc(100vh - 24px);
    margin-top: 12px;
    padding: 18px;
    border-radius: 20px;
  }

  .site-search-form {
    grid-template-columns: 1fr;
  }

  .site-search-form .button {
    width: 100%;
  }

  .site-search-result {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 11px;
  }

  .site-search-result-media {
    width: 68px;
    height: 54px;
  }

  .posts-grid,
  .directory-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .magazine-news-secondary,
  .magazine-news-briefs {
    grid-template-columns: 1fr;
  }

  .magazine-news-card.is-lead .magazine-news-media {
    min-height: 210px;
  }

  .magazine-news-card.is-secondary .magazine-news-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .magazine-news-card.is-secondary .magazine-news-body,
  .magazine-news-card.is-brief .magazine-news-body {
    padding: 17px;
  }

  .streaming-home-card.is-compact {
    grid-template-columns: 1fr;
  }

  .streaming-home-card.is-featured .streaming-home-media,
  .streaming-home-card.is-compact .streaming-home-media {
    min-height: 190px;
    aspect-ratio: 16 / 9;
  }

  .streaming-home-body,
  .streaming-home-card.is-featured .streaming-home-body {
    padding: 18px;
  }

  .magazine-news-footer .button {
    width: 100%;
  }

  .auditel-home-banner {
    padding: 20px 16px;
    gap: 18px;
  }

  .auditel-home-media {
    width: 100%;
    max-height: 210px;
  }

  .auditel-home-banner .button {
    width: 100%;
  }

  .lazzy-auditel {
    gap: 18px;
  }

  .lazzy-auditel-section-heading,
  .lazzy-auditel-source {
    align-items: flex-start;
    flex-direction: column;
  }

  .lazzy-auditel-jump-links a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .lazzy-auditel-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lazzy-auditel-channel-card {
    min-height: 154px;
    padding: 14px;
  }

  .lazzy-auditel-channel-card em {
    font-size: 24px;
  }

  .lazzy-auditel-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .lazzy-auditel-table {
    min-width: 0;
  }

  .lazzy-auditel-table,
  .lazzy-auditel-table tbody,
  .lazzy-auditel-table tr,
  .lazzy-auditel-table td {
    display: block;
    width: 100%;
  }

  .lazzy-auditel-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .lazzy-auditel-table tr {
    padding: 14px 15px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .075);
    background: rgba(255, 255, 255, .035);
    border-radius: 16px;
  }

  .lazzy-auditel-table th:first-child,
  .lazzy-auditel-table td:first-child,
  .lazzy-auditel-table td {
    min-width: 0;
    max-width: none;
    padding: 0;
    border-bottom: 0;
  }

  .lazzy-auditel-table td + td {
    margin-top: 10px;
  }

  .lazzy-auditel-table td::before {
    display: block;
    margin-bottom: 2px;
    color: var(--lz-muted);
    content: attr(data-label);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .lazzy-auditel-table td:first-child::before {
    display: none;
  }

  .lazzy-auditel-table td:nth-child(3),
  .lazzy-auditel-table td:nth-child(4) {
    white-space: normal;
  }

  .lazzy-auditel-program-channel {
    justify-items: start;
    min-width: 0;
  }

  .lazzy-auditel-source small {
    margin-left: 0;
  }

  .channel-directory-panel {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .channel-directory-heading,
  .channel-directory-latest > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .home-channel-grid,
  .home-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-channel-card-media {
    min-height: 96px;
    padding: 13px;
  }

  .home-channel-card-media img {
    height: 66px;
  }

  .home-region-card {
    min-height: 150px;
    grid-template-rows: 98px minmax(50px, auto);
  }

  .home-region-emblem {
    height: 98px;
    padding: 14px;
  }

  .home-region-emblem img {
    max-width: 64px;
    max-height: 68px;
  }

  .channel-directory-action .button {
    width: 100%;
  }

  .archive-header {
    padding: 52px 0 42px;
  }

  .archive-tag-filter {
    margin-bottom: 24px;
    padding: 17px 0 16px;
    border-radius: 14px;
  }

  .archive-tag-filter-heading {
    padding-inline: 16px;
  }

  .archive-tag-filter-options {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 2px 16px 8px;
    scrollbar-color: var(--lz-border-strong) transparent;
    scrollbar-width: thin;
  }

  .archive-tag-filter-options::after {
    width: 7px;
    flex: 0 0 7px;
    content: "";
  }

  .archive-order {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -7px;
  }

  .archive-order-options {
    flex: 0 0 auto;
  }

  .channel-list {
    grid-template-columns: 1fr;
  }

  .channel-player-link {
    min-height: 300px;
    padding: 64px 18px 24px;
  }

  .channel-player-live,
  .channel-player-lcn {
    top: 12px;
    padding: 6px 8px;
    font-size: 9px;
  }

  .channel-player-live {
    left: 12px;
  }

  .channel-player-lcn {
    right: 12px;
  }

  .channel-player-name {
    margin-bottom: 18px;
  }

  .channel-player-content {
    display: flex;
    flex-direction: column;
    max-width: 560px;
  }

  .channel-player-logo {
    width: min(44vw, 150px);
    max-height: 76px;
  }

  .channel-player-button {
    width: min(100%, 280px);
    min-height: 52px;
    padding-inline: 18px;
    font-size: 14px;
  }

  .channel-player-content p {
    max-width: 290px;
    margin-top: 13px;
    line-height: 1.45;
  }

  .content-wrap {
    padding-top: 48px;
  }

  .sidebar-widget {
    padding: 22px;
  }

  .article-section-card {
    margin: 26px 0;
    padding: 22px 19px;
    border-radius: 16px;
  }

  .entry-content .article-section-card > h2:first-child {
    padding-left: 14px;
  }

  .entry-content th,
  .entry-content td {
    display: block;
    width: 100%;
  }

  .entry-content th {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .entry-content td {
    padding-top: 4px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .reading-progress {
    display: none !important;
  }
}
