@font-face {
  font-family: "Eurostile";
  src: url("/wp-content/uploads/fonts/EurostileTOT-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eurostile";
  src: url("/wp-content/uploads/fonts/EurostileTOT-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body.duel-modernized:not(.duel-editor-body) {
  --duel-bg: #030915;
  --duel-bg-deep: #02050c;
  --duel-panel: rgba(4, 14, 29, 0.82);
  --duel-panel-strong: rgba(5, 20, 43, 0.94);
  --duel-line: rgba(140, 190, 255, 0.2);
  --duel-line-strong: rgba(79, 175, 255, 0.48);
  --duel-text: #f4f8ff;
  --duel-muted: #b8c7d9;
  --duel-soft: #7f95ad;
  --duel-blue: #126bff;
  --duel-cyan: #43d7ff;
  --duel-gold: #ffd65a;
  --duel-red: #ec3d52;
  background:
    linear-gradient(180deg, rgba(2, 6, 13, 0.98) 0%, rgba(4, 18, 39, 0.98) 34%, rgba(0, 56, 135, 0.98) 100%),
    linear-gradient(90deg, rgba(255, 214, 90, 0.08), rgba(67, 215, 255, 0.1));
  color: var(--duel-text);
  font-family: "Eurostile", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

body.duel-modernized:not(.duel-editor-body)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(122, 169, 190, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 169, 190, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

body.duel-modernized:not(.duel-editor-body) a {
  text-underline-offset: 0.18em;
}

body.duel-modernized:not(.duel-editor-body) #header[data-duel-modern="true"] {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3, 10, 22, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-row*="middle"] {
  --height: 84px !important;
  background: rgba(3, 10, 22, 0.78) !important;
  border-bottom: 1px solid rgba(126, 180, 255, 0.16) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] {
  --header-height: 84px !important;
}

body.duel-modernized:not(.duel-editor-body) .ct-header .ct-container {
  width: min(1240px, calc(100% - 32px));
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
  --logo-max-height: 42px !important;
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
  --theme-font-size: 15px !important;
  --theme-font-weight: 900 !important;
  --theme-link-initial-color: rgba(244, 248, 255, 0.9) !important;
  --theme-link-hover-color: var(--duel-cyan) !important;
  min-height: 40px;
  padding-inline: 10px !important;
  letter-spacing: 0 !important;
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li.current-menu-item > a {
  color: var(--duel-cyan) !important;
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-id="menu"] > ul > li:last-child > a {
  color: #05111d !important;
  background: linear-gradient(135deg, var(--duel-gold), var(--duel-cyan));
  border-radius: 8px;
  padding-inline: 14px !important;
  box-shadow: 0 12px 26px rgba(67, 215, 255, 0.18);
}

body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] [data-id="trigger"] {
  --theme-icon-color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 9px;
}

body.duel-modernized:not(.duel-editor-body) .entry-content.is-layout-constrained {
  padding-bottom: 56px;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero {
  display: grid;
  gap: 22px;
  margin-top: clamp(34px, 7vw, 72px);
  margin-bottom: clamp(26px, 5vw, 46px);
  padding: 0 0 clamp(24px, 4vw, 40px);
  border-bottom: 1px solid rgba(140, 190, 255, 0.16);
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__title {
  width: min(960px, 100%);
  margin: 0 !important;
  color: var(--duel-text) !important;
  font-size: clamp(2.15rem, 5.6vw, 5rem) !important;
  line-height: 0.98 !important;
  text-align: left !important;
  text-transform: uppercase;
  text-wrap: balance;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__copy {
  max-width: 680px;
  margin: 0;
  color: var(--duel-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.55;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__actions,
body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__facts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.78rem 1rem;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-btn:hover {
  transform: translateY(-1px);
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-btn--primary {
  color: #04111f;
  background: linear-gradient(135deg, var(--duel-cyan), var(--duel-blue));
  box-shadow: 0 16px 34px rgba(18, 107, 255, 0.25);
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-btn--ghost {
  color: var(--duel-text);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.055);
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.62rem;
  color: rgba(244, 248, 255, 0.78);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  font-size: 0.88rem;
}

body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__facts strong {
  margin-right: 0.28rem;
  color: var(--duel-text);
  font-weight: 900;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide {
  --archiv-text: var(--duel-text);
  --archiv-text-soft: var(--duel-muted);
  --archiv-text-muted: var(--duel-soft);
  --archiv-accent: var(--duel-cyan);
  --archiv-border: var(--duel-line);
  --archiv-border-strong: var(--duel-line-strong);
  display: grid;
  gap: 18px;
  color: var(--duel-text);
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-stage {
  border-color: rgba(145, 201, 255, 0.22) !important;
  background: rgba(0, 7, 16, 0.72) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-stage__side {
  background:
    linear-gradient(90deg, rgba(236, 61, 82, 0.12), rgba(67, 215, 255, 0.08)),
    rgba(3, 13, 27, 0.96) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-head {
  padding: 0.95rem !important;
  background: rgba(3, 13, 27, 0.8) !important;
  border-color: rgba(145, 201, 255, 0.2) !important;
  border-radius: 8px !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-filter-label {
  color: rgba(244, 248, 255, 0.72) !important;
  font-size: 0.76rem !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide input[type="search"],
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide select {
  min-height: 46px !important;
  background: rgba(0, 6, 14, 0.86) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  color: var(--duel-text) !important;
  font-size: 0.96rem !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide input[type="search"]:focus-visible,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide select:focus-visible {
  border-color: rgba(67, 215, 255, 0.72) !important;
  box-shadow: 0 0 0 3px rgba(67, 215, 255, 0.14) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-results-count {
  font-size: 1.08rem !important;
  font-weight: 900 !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .card {
  background: rgba(5, 18, 39, 0.84) !important;
  border-color: rgba(145, 201, 255, 0.16) !important;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(67, 215, 255, 0.6) !important;
  background: rgba(8, 28, 59, 0.94) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .card.is-active {
  border-color: rgba(255, 214, 90, 0.62) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .badge,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .series-badge,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-current__series,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-current__date {
  border-radius: 6px !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .series-badge,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-current__series {
  color: #ffedf0 !important;
  background: rgba(236, 61, 82, 0.18) !important;
  border-color: rgba(236, 61, 82, 0.3) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .series-badge.champions {
  color: #fff0bd !important;
  background: rgba(255, 214, 90, 0.15) !important;
  border-color: rgba(255, 214, 90, 0.32) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-action-btn,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-load,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .nav-btn,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .card .play {
  border-radius: 8px !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: var(--duel-text) !important;
}

body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-action-btn:hover,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .archiv-load:hover,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .nav-btn:hover,
body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide .card .play:hover {
  border-color: rgba(67, 215, 255, 0.55) !important;
  background: rgba(67, 215, 255, 0.12) !important;
}

body.duel-modernized:not(.duel-editor-body) .ct-footer {
  border-top: 1px solid rgba(145, 201, 255, 0.14);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .entry-content.is-layout-constrained {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .entry-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: end;
  margin-top: clamp(42px, 7vw, 82px);
  margin-bottom: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(28px, 4vw, 46px);
  border-bottom: 1px solid rgba(145, 201, 255, 0.16);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero__copy {
  display: grid;
  gap: 18px;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero__title {
  margin: 0 !important;
  color: var(--duel-text) !important;
  font-size: clamp(2.25rem, 5.4vw, 5.15rem) !important;
  line-height: 0.98 !important;
  text-transform: uppercase;
  text-wrap: balance;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero__lead {
  max-width: 760px;
  margin: 0;
  color: var(--duel-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.6;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero__lead strong {
  color: var(--duel-text);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel {
  display: grid;
  gap: 12px;
  min-height: 260px;
  align-content: end;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(145, 201, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(236, 61, 82, 0.12), transparent 38%),
    linear-gradient(320deg, rgba(67, 215, 255, 0.16), transparent 52%),
    rgba(3, 13, 27, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel__label {
  color: var(--duel-cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel strong {
  display: block;
  color: var(--duel-text);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 0.98;
  text-transform: uppercase;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel p {
  margin: 0;
  color: var(--duel-muted);
  line-height: 1.5;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel__meta span {
  padding: 0.38rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(244, 248, 255, 0.78);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(30px, 5vw, 58px);
  margin-bottom: 16px;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-section-heading h2 {
  margin: 0;
  color: var(--duel-text);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-section-heading p {
  max-width: 420px;
  margin: 0;
  color: var(--duel-soft);
  line-height: 1.45;
  text-align: right;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed {
  padding: 14px !important;
  border: 1px solid rgba(145, 201, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 13, 27, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-container,
body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-row {
  max-width: none !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-player-gallery {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(145, 201, 255, 0.18);
  border-radius: 8px;
  background: #000;
  scroll-margin-top: 104px;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-player-gallery iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 420px;
  border-radius: 0;
  box-shadow: none;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-container > .wpsr-row > .wpsr-col-12 {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-player-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(67, 215, 255, 0.22);
  border-radius: 8px;
  background: rgba(67, 215, 255, 0.08);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-player-note strong {
  color: var(--duel-text);
  font-size: 0.9rem;
  text-transform: uppercase;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-player-note span {
  color: var(--duel-soft);
  font-size: 0.9rem;
  text-align: right;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-feed-wrapper-inner {
  margin-top: 16px;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-all-feed {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-all-feed [class*="wpsr-col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(145, 201, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 18, 39, 0.86);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video.duel-now-playing {
  border-color: rgba(255, 214, 90, 0.7);
  box-shadow: 0 0 0 2px rgba(255, 214, 90, 0.14), 0 18px 40px rgba(0, 0, 0, 0.28);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-post-media {
  display: block;
  overflow: hidden;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-post-img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.18s ease;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video:hover .wpsr-yt-post-img {
  transform: scale(1.025);
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-info {
  padding: 12px !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-title,
body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-title a {
  color: var(--duel-text) !important;
  font-family: "Eurostile", "Inter", system-ui, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-statistics,
body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-description {
  color: var(--duel-soft) !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-embeds {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px !important;
  padding: 0 !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-embeds > div {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-frame {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid rgba(145, 201, 255, 0.18) !important;
  border-radius: 8px !important;
  background: rgba(3, 13, 27, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24) !important;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .entry-content.is-layout-constrained,
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .entry-content.is-layout-constrained {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 72px;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .entry-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .entry-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: end;
  margin-top: clamp(42px, 7vw, 82px);
  margin-bottom: clamp(32px, 5vw, 54px);
  padding-bottom: clamp(28px, 4vw, 46px);
  border-bottom: 1px solid rgba(145, 201, 255, 0.16);
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero__copy {
  display: grid;
  gap: 16px;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-kicker {
  margin: 0;
  color: var(--duel-cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--duel-text);
  font-size: clamp(2.25rem, 5.2vw, 5rem);
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero p:not(.duel-live-kicker) {
  max-width: 700px;
  margin: 0;
  color: var(--duel-muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.6;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-stats {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(145, 201, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 214, 90, 0.13), transparent 38%),
    linear-gradient(320deg, rgba(67, 215, 255, 0.15), transparent 52%),
    rgba(3, 13, 27, 0.84);
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-stats span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(244, 248, 255, 0.82);
  background: rgba(255, 255, 255, 0.045);
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-stats strong {
  color: var(--duel-gold);
  font-size: 1.65rem;
  line-height: 1;
}

body.duel-modernized:not(.duel-editor-body) .duel-live-section-heading,
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(30px, 5vw, 58px);
  margin-bottom: 16px;
}

body.duel-modernized:not(.duel-editor-body) .duel-live-section-heading h2,
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-section-heading h2 {
  margin: 0;
  color: var(--duel-text);
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
}

body.duel-modernized:not(.duel-editor-body) .duel-live-section-heading p,
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-section-heading p {
  max-width: 440px;
  margin: 0;
  color: var(--duel-soft);
  line-height: 1.45;
  text-align: right;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(145, 201, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 13, 27, 0.76);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card--featured {
  grid-column: 1 / -1;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__title {
  margin: 0 !important;
  color: var(--duel-text) !important;
  font-size: clamp(1.2rem, 2vw, 1.7rem) !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__media {
  margin: 0 !important;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__media .wp-block-embed__wrapper,
body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__media .epyt-video-wrapper {
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__media iframe {
  display: block;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  min-height: 270px;
  border: 0;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card--featured iframe {
  min-height: 520px;
}

body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hidden {
  display: none !important;
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-wrap {
  display: grid;
  gap: 22px;
  margin-top: clamp(42px, 7vw, 82px);
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-hero {
  display: grid;
  gap: 16px;
  padding-bottom: clamp(28px, 4vw, 46px);
  border-bottom: 1px solid rgba(145, 201, 255, 0.16);
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--duel-text);
  font-size: clamp(2.25rem, 5.2vw, 5rem);
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-hero p,
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card p,
body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card li {
  color: var(--duel-muted);
  line-height: 1.58;
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(145, 201, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 13, 27, 0.76);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card h2 {
  margin-top: 0;
  color: var(--duel-text);
  text-transform: uppercase;
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card a {
  color: var(--duel-cyan);
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-table {
  display: grid;
  gap: 10px;
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.55fr) minmax(0, 1.45fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-row strong {
  color: var(--duel-text);
  text-transform: uppercase;
}

body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-note {
  border-color: rgba(255, 214, 90, 0.32);
  background: rgba(255, 214, 90, 0.08);
}

body.duel-modernized:not(.duel-editor-body) .duel-site-footer {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 32px auto 0;
  padding: 22px 0 34px;
  border-top: 1px solid rgba(145, 201, 255, 0.16);
}

body.duel-modernized:not(.duel-editor-body) .duel-site-footer__brand {
  display: grid;
  gap: 4px;
}

body.duel-modernized:not(.duel-editor-body) .duel-site-footer__brand strong {
  color: var(--duel-text);
  font-size: 1.08rem;
  text-transform: uppercase;
}

body.duel-modernized:not(.duel-editor-body) .duel-site-footer__brand span {
  color: var(--duel-soft);
}

body.duel-modernized:not(.duel-editor-body) .duel-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

body.duel-modernized:not(.duel-editor-body) .duel-site-footer__links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(244, 248, 255, 0.82);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.88rem;
  text-decoration: none;
}

@media (max-width: 999.98px) {
  body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 68px !important;
    background: rgba(3, 10, 22, 0.96) !important;
  }

  body.duel-modernized:not(.duel-editor-body) #header[data-duel-modern="true"],
  body.duel-modernized:not(.duel-editor-body) #header[data-duel-modern="true"] .ct-header {
    background: rgba(3, 10, 22, 0.96) !important;
  }

  body.duel-modernized:not(.duel-editor-body) #header[data-duel-modern="true"] {
    position: relative;
  }

  body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] {
    --header-height: 68px !important;
  }

  body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 34px !important;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-all-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-embeds {
    grid-template-columns: 1fr;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__media iframe,
  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card--featured iframe {
    min-height: 320px;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-site-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 62px !important;
  }

  body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] {
    --header-height: 62px !important;
  }

  body.duel-modernized:not(.duel-editor-body) .ct-header .ct-container {
    width: min(100% - 28px, 1240px);
  }

  body.duel-modernized:not(.duel-editor-body) [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 30px !important;
  }

  body.duel-modernized:not(.duel-editor-body) .ct-header-trigger[data-id="trigger"] {
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(145, 201, 255, 0.22) !important;
    border-radius: 12px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    touch-action: manipulation;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas {
    --side-panel-width: min(90vw, 380px) !important;
    --panel-content-height: 100% !important;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas.ct-panel {
    overflow: visible;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas .ct-panel-inner {
    box-sizing: border-box;
    min-height: 100%;
    padding: max(18px, env(safe-area-inset-top)) 16px max(22px, env(safe-area-inset-bottom)) !important;
    border-left: 1px solid rgba(145, 201, 255, 0.24);
    background:
      linear-gradient(155deg, rgba(67, 215, 255, 0.12), transparent 34%),
      linear-gradient(335deg, rgba(255, 214, 90, 0.08), transparent 44%),
      #06101d !important;
    box-shadow: -28px 0 78px rgba(0, 0, 0, 0.56);
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas .ct-panel-actions {
    display: flex;
    justify-content: flex-end;
    min-height: 44px;
    margin-bottom: 10px;
    padding: 0 !important;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas .ct-toggle-close {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 12px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.07) !important;
    touch-action: manipulation;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas .ct-panel-content[data-device="mobile"] .ct-panel-content-inner {
    display: grid;
    gap: 2px;
    align-content: start;
    grid-auto-rows: max-content;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas .ct-panel-content[data-device="mobile"] .ct-panel-content-inner::before {
    content: "Navigácia";
    display: inline-flex;
    width: max-content;
    align-items: center;
    margin: 0 0 16px;
    padding: 0.38rem 0.58rem;
    border: 1px solid rgba(67, 215, 255, 0.22);
    border-radius: 999px;
    color: var(--duel-cyan);
    background: rgba(67, 215, 255, 0.08);
    font-family: "Eurostile", "Inter", system-ui, sans-serif;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] {
    --theme-font-size: 1rem !important;
    --theme-font-weight: 900 !important;
    width: 100%;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] > ul {
    display: grid;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] li {
    margin: 0 !important;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .ct-menu-link {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px !important;
    border: 1px solid rgba(145, 201, 255, 0.16);
    border-radius: 12px;
    color: rgba(244, 248, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.055);
    font-family: "Eurostile", "Inter", system-ui, sans-serif;
    font-size: 1rem !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    touch-action: manipulation;
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .ct-menu-link::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0.55;
    transform: rotate(45deg);
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .current-menu-item > .ct-menu-link,
  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .current_page_item > .ct-menu-link {
    color: #05111d !important;
    border-color: rgba(255, 214, 90, 0.88);
    background: linear-gradient(135deg, var(--duel-gold), var(--duel-cyan));
    box-shadow: 0 16px 30px rgba(67, 215, 255, 0.18);
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .menu-item-36 > .ct-menu-link {
    margin-top: 6px;
    color: #06111f !important;
    border-color: transparent;
    background: linear-gradient(135deg, var(--duel-cyan), var(--duel-blue));
    box-shadow: 0 16px 32px rgba(18, 107, 255, 0.22);
  }

  body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .ct-menu-link:active {
    transform: scale(0.985);
  }

  @media (hover: hover) {
    body.duel-modernized:not(.duel-editor-body) .ct-header-trigger[data-id="trigger"]:hover,
    body.duel-modernized:not(.duel-editor-body) #offcanvas .ct-toggle-close:hover {
      border-color: rgba(67, 215, 255, 0.45) !important;
      background: rgba(67, 215, 255, 0.12) !important;
    }

    body.duel-modernized:not(.duel-editor-body) #offcanvas [data-id="mobile-menu"] .ct-menu-link:hover {
      border-color: rgba(145, 201, 255, 0.34);
      background: rgba(255, 255, 255, 0.09);
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    }
  }

  body.duel-modernized:not(.duel-editor-body) .ct-container-full {
    padding-top: 16px !important;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero,
  body.duel-modernized:not(.duel-editor-body) #duel-archiv.alignwide {
    width: min(100% - 28px, 1180px);
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero > *,
  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero > *,
  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero > *,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-wrap > *,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card,
  body.duel-modernized:not(.duel-editor-body) .duel-site-footer > * {
    min-width: 0;
    max-width: 100%;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero {
    gap: 14px;
    margin-top: 18px;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__title {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: break-word;
    hyphens: none;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__copy,
  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__actions,
  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__facts {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__copy {
    font-size: 1rem;
    line-height: 1.46;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-btn {
    width: 100%;
    min-width: 0;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-modern-hero__facts span {
    width: 100%;
    min-width: 0;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .entry-content.is-layout-constrained {
    width: min(100% - 28px, 1180px);
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .entry-content.is-layout-constrained > .duel-podcast-hero,
  body.duel-modernized.duel-live-page:not(.duel-editor-body) .entry-content.is-layout-constrained > .duel-live-hero,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .entry-content.is-layout-constrained > .duel-gdpr-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero {
    gap: 14px;
    margin-top: 18px;
    margin-bottom: 26px;
    padding-bottom: 24px;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero__title {
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
    line-height: 1.02 !important;
    overflow-wrap: break-word;
    hyphens: none;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-hero__lead {
    font-size: 1rem;
    line-height: 1.48;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-actions .duel-modern-btn {
    width: 100%;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel {
    min-height: auto;
    padding: 18px;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-panel strong {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-section-heading {
    display: grid;
    gap: 8px;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-section-heading p {
    text-align: left;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-player-note {
    display: grid;
    gap: 5px;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-player-note span {
    text-align: left;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed {
    padding: 10px !important;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-video-player-gallery iframe {
    min-height: 210px;
  }

  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-podcast-feed .wpsr-yt-all-feed {
    grid-template-columns: 1fr;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .entry-content.is-layout-constrained,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .entry-content.is-layout-constrained,
  body.duel-modernized:not(.duel-editor-body) .duel-site-footer {
    width: min(100% - 28px, 1180px);
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-wrap {
    margin-top: 18px;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero h1,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-hero h1 {
    font-size: clamp(1.9rem, 9vw, 2.35rem);
    line-height: 1.02;
    overflow-wrap: break-word;
    hyphens: none;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-hero p:not(.duel-live-kicker),
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-hero p,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card p,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card li {
    font-size: 1rem;
    line-height: 1.48;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-actions .duel-modern-btn {
    width: 100%;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-grid {
    grid-template-columns: 1fr;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card--featured {
    grid-column: auto;
  }

  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card__media iframe,
  body.duel-modernized.duel-live-page:not(.duel-editor-body) .duel-live-card--featured iframe {
    min-height: 210px;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-live-section-heading,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-section-heading {
    display: grid;
    gap: 8px;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-live-section-heading h2,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-section-heading h2,
  body.duel-modernized.duel-podcast-page:not(.duel-editor-body) .duel-section-heading h2,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-card h2 {
    font-size: clamp(1.6rem, 8vw, 2.15rem) !important;
    line-height: 1.04;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-live-section-heading p,
  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-section-heading p {
    text-align: left;
  }

  body.duel-modernized.duel-gdpr-page:not(.duel-editor-body) .duel-gdpr-row {
    grid-template-columns: 1fr;
  }

  body.duel-modernized:not(.duel-editor-body) .duel-site-footer__links a {
    width: 100%;
  }
}
