:root {
--base: #e6ad4d;
  --elbiler: #719a7d;
  --elektronik: #718fa3;
  --teknologi: #8f80a8;
  --smarthome: #5f8e8d;
  --underholdning: #c76f8b;
  --test: #c98b78;
  --ink: #1c1b19;
  --paper: #f3f0e9;
  --grey: #b5b1a8;
  --white: #fffdf8;
  --card-white: #fff;
  --accent: var(--base);
  --submenu-accent: var(--accent);
  --display: "Roboto Condensed", "Arial Narrow", sans-serif;
  --intro: "Montserrat", sans-serif;
  --article-title-font: var(--display);
  --article-title-size: clamp(40px, calc(6.2vw - 4px), 72px);
  --article-title-weight: 600;
  --article-title-color: var(--ink);
  --article-lead-font: var(--intro);
  --article-lead-size: clamp(16px, calc(2.15vw - 4px), 25px);
  --article-lead-weight: 500;
  --article-lead-color: var(--ink);
  --article-body-font: "Noto Serif", Georgia, "Times New Roman", serif;
  --article-body-size: 20px;
  --article-body-weight: 400;
  --article-body-color: var(--ink);
  --article-subhead-font: var(--display);
  --article-subhead-size: 29px;
  --article-subhead-weight: 600;
  --article-subhead-color: var(--ink);
  --article-caption-font: var(--article-body-font);
  --article-caption-size: 14px;
  --article-caption-weight: 400;
  --article-caption-color: #615d55;
  --article-byline-font: var(--display);
  --article-byline-size: 14px;
  --article-byline-weight: 500;
  --article-byline-color: #5e5a53;
  --article-hero-gap: clamp(20px, 2.3vw, 32px);
  --nav-size: 16px;
  --page-width: 1370px;
  --radius: 24px;
  --circle-size: 44px;
  --shadow: 0 12px 24px rgb(28 27 25 / 6%);
}

* {
box-sizing: border-box;
}

html, body {
max-width: 100%; overflow-x: hidden;
}

@supports (overflow: clip) {
html, body {
overflow-x: clip;
}
}

html {
scroll-behavior: smooth;
}

body {
margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 18px; line-height: 1.35;
}

main {
display: flex; flex-direction: column;
}

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

a {
color: inherit; text-decoration: none;
}

a:focus-visible, button:focus-visible {
outline: 3px solid var(--accent); outline-offset: 3px;
}

img {
display: block; width: 100%;
}

.icon-sprite, .inputmag-icon-sprite {
position: absolute; width: 0; height: 0; margin: 0; padding: 0; overflow: hidden; pointer-events: none;
}

.is-search-open, .is-mobile-menu-open {
overflow: hidden;
}

.site-shell {
width: min(var(--page-width), calc(100% - 48px)); margin: 0 auto;
}

.skip-link {
position: fixed; z-index: 50; top: -48px; left: 16px; padding: 8px 12px; background: var(--ink); color: var(--white);
}

.skip-link:focus {
top: 16px;
}

.site-header {
position: relative; isolation: isolate; height: 138px; margin-top: 0; padding-top: 0; background: var(--paper);
}

.utility-bar {
position: absolute; inset: 0 0 auto; height: 110px; margin-top: 0; background: var(--accent); transition: background-color 180ms ease;
}

.utility-bar__inner {
display: flex; align-items: center; justify-content: flex-end; min-height: 48px;
}

.utility-actions {
display: flex; align-items: center; gap: 15px;
}

.utility-actions a, .icon-button {
display: grid; width: 26px; height: 26px; place-items: center; border: 0; padding: 0; background: transparent; color: #f3f0e9; font-size: 20px; font-weight: 700; cursor: pointer; transition: color 160ms ease;
}

.utility-actions a:hover, .utility-actions a:focus-visible, .icon-button:hover, .icon-button:focus-visible {
color: #1c1b19;
}

.utility-actions .input-pass-link {
position: relative; display: block; width: 40px; height: 26px; padding: 0; background: transparent; transition: transform 160ms ease;
}

.utility-actions .input-pass-link__graphic {
position: relative; display: block; width: 40px; height: 26px; overflow: hidden;
}

.utility-actions .input-pass-link img {
position: absolute; top: -68px; left: -86px; width: 238px; max-width: none; height: 90px;
}

.utility-actions .input-pass-link__logo--day {
display: block;
}

.utility-actions .input-pass-link__logo--night {
display: none;
}

.utility-actions .input-pass-link:hover, .utility-actions .input-pass-link:focus-visible {
transform: translateY(-1px);
}

.utility-actions .input-pass-link:hover .input-pass-link__logo--day, .utility-actions .input-pass-link:focus-visible .input-pass-link__logo--day {
display: none;
}

.utility-actions .input-pass-link:hover .input-pass-link__logo--night, .utility-actions .input-pass-link:focus-visible .input-pass-link__logo--night {
display: block;
}

.utility-actions > a svg, .icon-button svg {
width: 18px; height: 18px; fill: currentColor;
}

body.is-night .utility-actions > a:not(.input-pass-link), body.is-night .utility-actions .icon-button {
color: #1c1b19;
}

body.is-night .utility-actions > a:not(.input-pass-link):hover, body.is-night .utility-actions > a:not(.input-pass-link):focus-visible, body.is-night .utility-actions .icon-button:hover, body.is-night .utility-actions .icon-button:focus-visible {
color: #f3f0e9;
}

body.is-night .utility-actions .input-pass-link__logo--day {
display: none;
}

body.is-night .utility-actions .input-pass-link__logo--night {
display: block;
}

body.is-night .utility-actions .input-pass-link:hover .input-pass-link__logo--day, body.is-night .utility-actions .input-pass-link:focus-visible .input-pass-link__logo--day {
display: block;
}

body.is-night .utility-actions .input-pass-link:hover .input-pass-link__logo--night, body.is-night .utility-actions .input-pass-link:focus-visible .input-pass-link__logo--night {
display: none;
}

.theme-toggle {
display: grid; width: 36px; height: 26px; place-items: center; border: 0; padding: 0; background: transparent; cursor: pointer;
}

.theme-toggle__track {
position: relative; display: block; width: 36px; height: 18px; overflow: hidden; border: 0; border-radius: 999px; background: var(--paper); transition: background-color 520ms cubic-bezier(.22, 1, .36, 1);
}

.theme-toggle__orb {
position: absolute; z-index: 2; top: 50%; left: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--grey); box-shadow: 0 1px 3px rgb(28 27 25 / 24%); transform: translateY(-50%); transition: transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.theme-toggle__moon {
position: absolute; top: 4px; right: 5px; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); transition: opacity 260ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.theme-toggle__moon::after {
position: absolute; top: -2px; left: 3px; width: 10px; height: 10px; border-radius: 50%; background: var(--paper); content: "";
}

.theme-toggle__sun {
position: absolute; top: 3px; left: 4px; width: 12px; height: 12px; fill: none; opacity: 0; stroke: var(--paper); stroke-linecap: round; stroke-width: 2.5; transform: rotate(-35deg) scale(.6); transform-origin: center; transition: opacity 260ms ease 110ms, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.theme-toggle.is-night .theme-toggle__track {
background: #1c1b19;
}

.theme-toggle.is-night .theme-toggle__orb {
transform: translate(18px, -50%);
}

.theme-toggle.is-night .theme-toggle__moon {
opacity: 0; transform: rotate(35deg) scale(.55);
}

.theme-toggle.is-night .theme-toggle__sun {
stroke: #f3f0e9; opacity: 1; transform: rotate(0) scale(1);
}

.theme-toggle:focus-visible {
outline: 3px solid var(--paper); outline-offset: 3px;
}

.utility-actions .country-link {
position: relative; width: 18px; height: 18px;
}

.utility-actions .country-link img {
display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover;
}

.country-link::before, .country-link::after, .input-pass-link::before, .input-pass-link::after, .article-barometer::before, .article-barometer::after, .article-recommendation::before, .article-recommendation::after, .article-good-value::before, .article-good-value::after, .inputmag-author__socials a::before, .inputmag-author__socials a::after {
position: absolute; z-index: 3; left: 50%; opacity: 0; pointer-events: none; transition: opacity 160ms ease, transform 160ms ease;
}

.country-link::before, .input-pass-link::before, .article-barometer::before, .article-recommendation::before, .article-good-value::before, .inputmag-author__socials a::before {
top: calc(100% + 7px); border: 5px solid transparent; border-bottom-color: #1c1b19; content: ""; transform: translate(-50%, -4px);
}

.country-link::after, .input-pass-link::after, .article-barometer::after, .article-recommendation::after, .article-good-value::after, .inputmag-author__socials a::after {
top: calc(100% + 16px); padding: 7px 9px; border-radius: 5px; background: #1c1b19; color: #f3f0e9; content: attr(data-tooltip); font-size: 12px; font-weight: 400; line-height: 1; white-space: nowrap; transform: translate(-50%, -4px);
}

.country-link:hover::before, .country-link:hover::after, .country-link:focus-visible::before, .country-link:focus-visible::after, .input-pass-link:hover::before, .input-pass-link:hover::after, .input-pass-link:focus-visible::before, .input-pass-link:focus-visible::after, .article-barometer:hover::before, .article-barometer:hover::after, .article-recommendation:hover::before, .article-recommendation:hover::after, .article-good-value:hover::before, .article-good-value:hover::after, .inputmag-author__socials a:hover::before, .inputmag-author__socials a:hover::after, .inputmag-author__socials a:focus-visible::before, .inputmag-author__socials a:focus-visible::after {
opacity: 1; transform: translate(-50%, 0);
}

.search-dialog {
position: fixed; z-index: 2147483646; inset: 0; display: grid; place-items: start center; padding: 0 24px 24px; isolation: isolate; visibility: hidden; pointer-events: none; transition: visibility 0s linear 620ms;
}

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

.search-dialog.is-open {
visibility: visible; pointer-events: auto; transition: visibility 0s;
}

.search-dialog__backdrop {
position: absolute; z-index: 0; inset: 0; border: 0; background: rgb(28 27 25 / 22%); opacity: 0; backdrop-filter: blur(13px) saturate(120%); cursor: default; transition: opacity 520ms cubic-bezier(.22, 1, .36, 1);
}

.search-dialog__panel {
position: relative; z-index: 1; width: min(660px, 100%); border: 1px solid rgb(255 255 255 / 48%); border-radius: 0 0 28px 28px; padding: 42px; background: linear-gradient(135deg, rgb(255 255 255 / 54%), rgb(243 240 233 / 30%)); box-shadow: 0 28px 90px rgb(28 27 25 / 20%), inset 0 1px 0 rgb(255 255 255 / 52%); opacity: 0; backdrop-filter: blur(30px) saturate(145%); transform: translateY(-105%); transition: opacity 420ms cubic-bezier(.22, 1, .36, 1) 100ms, transform 520ms cubic-bezier(.22, 1, .36, 1) 100ms;
}

.search-dialog.is-open .search-dialog__backdrop {
opacity: 1;
}

.search-dialog.is-open .search-dialog__panel {
opacity: 1; transform: translateY(0);
}

.search-dialog__close {
position: absolute; top: 16px; right: 16px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgb(28 27 25 / 10%); border-radius: 50%; background: rgb(255 255 255 / 48%); color: var(--ink); font-size: 25px; line-height: 1; cursor: pointer;
}

.search-dialog__panel h2 {
margin: 0 0 24px; color: var(--ink); font-size: clamp(30px, 5vw, 46px); font-weight: 600; letter-spacing: -0.03em; line-height: 0.95;
}

.search-dialog__form {
display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px;
}

.search-dialog__field {
display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; border: 1px solid rgb(255 255 255 / 70%); border-radius: 999px; padding: 8px 16px; background: rgb(255 255 255 / 46%); box-shadow: inset 0 1px 0 rgb(255 255 255 / 62%);
}

.search-dialog__field svg {
width: 22px; height: 22px; fill: var(--ink);
}

.search-dialog__field input {
min-width: 0; border: 0; outline: 0; padding: 8px 0; background: transparent; color: var(--ink); font: 500 20px/1.1 var(--display);
}

.search-dialog__field input::placeholder {
color: rgb(28 27 25 / 54%);
}

.search-dialog__form button {
border: 0; border-radius: 999px; padding: 11px 17px; background: var(--ink); color: var(--paper); font: 600 17px/1 var(--display); cursor: pointer;
}

.search-dialog__scopes {
grid-column: 1 / -1; min-width: 0; display: flex; flex-wrap: wrap; gap: 8px; margin: 2px 0 0; padding: 0; border: 0;
}

.search-dialog__scopes legend {
width: 100%; margin: 0 0 7px; color: rgb(28 27 25 / 68%); font: 500 14px/1 var(--display);
}

.search-dialog__scope {
position: relative; display: block; cursor: pointer;
}

.search-dialog__scope input {
position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.search-dialog__scope span {
display: block; border: 1px solid rgb(28 27 25 / 20%); border-radius: 999px; padding: 8px 11px; color: var(--ink); font: 500 15px/1 var(--display); transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.search-dialog__scope input:checked + span {
border-color: var(--ink); background: var(--ink); color: var(--paper);
}

.search-dialog__scope input:focus-visible + span {
outline: 2px solid var(--accent); outline-offset: 2px;
}

.search-dialog__scope:hover span {
border-color: var(--ink);
}

.masthead {
position: absolute; z-index: 2; inset: 52px 0 auto; min-height: 0; padding: 0; pointer-events: none;
}

.site-logo {
--inputmag-logo-frame-width: 399px; position: relative; z-index: 0; top: -5px; display: block; width: var(--inputmag-logo-frame-width); height: 78px; isolation: isolate; pointer-events: auto;
}

.site-logo:not(.site-logo--pass)::before {
content: none;
}

.site-logo__svg {
position: relative; z-index: 1; display: block; width: 100%; height: 100%;
}

.site-logo__svg .inputmag-logo__accent-fill {
fill: var(--accent);
}

.site-logo--pass {
--inputmag-pass-mask: var(--inputmag-logo-mask); --inputmag-pass-mask-width: var(--inputmag-logo-frame-width); --inputmag-pass-badge-left: 91.055%; --inputmag-pass-badge-width: 8.945%; --inputmag-pass-badge-radius: 19.25%; width: var(--inputmag-logo-frame-width); background: transparent; isolation: isolate; -webkit-mask: none; mask: none;
}

.site-logo--pass::after {
position: absolute; z-index: 1; inset: 0; background: #1c1b19; content: ""; -webkit-mask: var(--inputmag-pass-mask) left center / var(--inputmag-pass-mask-width) auto no-repeat; mask: var(--inputmag-pass-mask) left center / var(--inputmag-pass-mask-width) auto no-repeat;
}

.site-logo__pass-underlay {
position: absolute; z-index: 0; inset: 0; pointer-events: none;
}

.site-logo__pass-underlay span {
position: absolute; display: block; background: var(--accent);
}

.site-logo__pass-icon-fill {
top: 0; left: 0; width: 19.603%; height: 100%; border-radius: 50%;
}

.site-logo__pass-badge-fill {
top: 11.7%; left: var(--inputmag-pass-badge-left); width: var(--inputmag-pass-badge-width); height: 82.6%; border-radius: var(--inputmag-pass-badge-radius);
}

.site-logo img {
display: block; width: 100%; height: 100%; object-fit: contain; object-position: left center;
}

.site-logo:not(.site-logo--pass) img {
position: relative; z-index: 1;
}

.site-logo--pass img {
opacity: 0;
}

.navigation-wrap {
position: absolute; z-index: 3; inset: 83px 0 auto; display: flex; justify-content: flex-end;
}

.primary-nav {
display: flex; width: 610px; align-items: stretch; justify-content: flex-end;
}

.menu-button {
display: none;
}

.mobile-menu {
display: none;
}

@media (prefers-reduced-motion: reduce) {
.theme-toggle__track, .theme-toggle__orb, .theme-toggle__moon, .theme-toggle__sun {
transition: none;
}
}

.inputmag-pagination :is(.page-numbers, .next, .prev) {
display: inline-block; min-width: 40px; padding: 8px 10px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); font-family: var(--heading-font); font-weight: 700; text-align: center; text-decoration: none;
}

.banner-section {
padding: 20px 0; background: var(--paper);
}

.banner-section--top {
padding-bottom: 25px;
}

.banner-section__slot {
position: relative; display: grid; min-height: var(--inputmag-ad-height-desktop, 250px); place-items: center; border: 1px solid rgb(181 177 168 / 55%); background: var(--card-white); color: var(--grey); font-size: 15px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
}

.banner-section__label {
position: absolute; top: 12px; left: 14px; color: var(--grey); font-size: 10px; letter-spacing: 0.08em;
}

.banner-section__slot--full-bleed {
width: 100vw; margin-inline: calc(50% - 50vw); border-right: 0; border-left: 0;
}

.article-content :is(p, li) a {
border-radius: 2px; padding: .06em .13em; background-color: color-mix(in srgb, var(--accent) 40%, transparent); color: var(--ink); -webkit-box-decoration-break: clone; box-decoration-break: clone; text-decoration: none; transition: background-color 160ms ease;
}

.article-content :is(p, li) a:hover, .article-content :is(p, li) a:focus-visible {
background-color: color-mix(in srgb, var(--accent) 55%, transparent);
}

.input-pass__eyebrow {
display: inline-flex; margin-bottom: 14px; border-radius: 999px; padding: 5px 9px; background: var(--accent); color: var(--ink); font: 600 12px/1 var(--display); letter-spacing: .08em; text-transform: uppercase;
}

.site-footer {
border-top: 4px solid #fff; background: var(--accent); color: var(--paper); transition: background-color 180ms ease;
}

.site-footer__inner {
display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(180px, .75fr) minmax(180px, .75fr); gap: clamp(42px, 9vw, 160px); padding: 68px 0 58px;
}

.site-footer h2 {
margin: 0 0 14px; font-size: 20px; font-weight: 600; line-height: 1;
}

.site-footer p {
max-width: 480px; margin: 0 0 20px; font-family: var(--intro); font-size: 14px; font-weight: 500; line-height: 1.65;
}

.site-footer__about span {
color: #d94b43;
}

.site-footer__copyright {
margin-top: 29px; color: rgb(243 240 233 / 78%); font-size: 13px;
}

.site-footer__badges {
display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px;
}

.site-footer__badges a {
display: block; transition: opacity 160ms ease, transform 160ms ease;
}

.site-footer__preferred-source {
display: flex; align-items: center; min-height: 36px;
}

.site-footer__badges img {
width: auto; max-width: 100%; height: 36px;
}

.site-footer__badge-graphic {
display: block;
}

.site-footer__badge-image--day {
display: block;
}

.site-footer__badge-image--night {
display: none;
}

.site-footer__menu ul {
display: grid; gap: 10px; margin: 0; padding: 0; list-style: none;
}

.site-footer__menu a {
display: inline-block; color: rgb(243 240 233 / 86%); font-family: var(--display); font-size: var(--nav-size); font-weight: 400; line-height: 1; text-transform: uppercase; transition: color 160ms ease, transform 160ms ease;
}

.site-footer__menu a:hover, .site-footer__menu a:focus-visible {
color: var(--ink); transform: translateX(3px);
}

.site-footer__badges a:hover, .site-footer__badges a:focus-visible {
opacity: .82; transform: translateY(-2px);
}

body.is-night .site-footer__badge--google-preferred .site-footer__badge-image--day {
display: none;
}

body.is-night .site-footer__badge--google-preferred .site-footer__badge-image--night {
display: block;
}

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

@media (max-width: 1120px) {
:root {
--nav-size: 15px;
}

.primary-nav {
width: 550px;
}
}

@media (max-width: 880px) {
.site-shell {
width: min(var(--page-width), calc(100% - 32px));
}

.site-header {
height: 176px;
}

.utility-bar {
position: absolute; inset: 0 0 auto; height: 132px;
}

.utility-bar__inner {
min-height: 54px; justify-content: flex-end;
}

.masthead {
inset: 72px 0 auto;
}

.site-logo {
--inputmag-logo-frame-width: 286px; width: var(--inputmag-logo-frame-width); height: 56px;
}

.site-logo--pass {
--inputmag-pass-mask-width: var(--inputmag-logo-frame-width); width: var(--inputmag-logo-frame-width);
}

.primary-nav {
display: none;
}

.navigation-wrap {
position: static; justify-content: flex-end; padding: 0 0 12px;
}

.menu-button {
position: absolute; z-index: 2; top: -5px; right: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 0; padding: 0; background: transparent; color: var(--ink); cursor: pointer; pointer-events: auto; transition: color 160ms ease, transform 160ms ease;
}

.menu-button svg {
width: 100%; height: 100%; fill: currentColor;
}

.menu-button:hover, .menu-button:focus-visible {
color: var(--paper); transform: scale(1.06);
}

body.is-night .menu-button {
color: var(--paper);
}

body.is-night .menu-button:hover, body.is-night .menu-button:focus-visible {
color: var(--ink);
}

.mobile-menu {
position: fixed; z-index: 2147483000; inset: 0; display: grid; align-items: center; justify-items: end; box-sizing: border-box; padding: max(24px, env(safe-area-inset-top)) 14px max(24px, env(safe-area-inset-bottom)); visibility: hidden; pointer-events: none; transition: visibility 0s linear 620ms;
}

.mobile-menu[hidden] {
display: none;
}

.mobile-menu.is-open {
visibility: visible; pointer-events: auto; transition: visibility 0s;
}

.mobile-menu__backdrop {
position: fixed; inset: 0; border: 0; background: rgb(28 27 25 / 22%); opacity: 0; backdrop-filter: blur(13px) saturate(120%); transition: opacity 520ms cubic-bezier(.22, 1, .36, 1);
}

.mobile-menu__panel {
position: relative; width: min(420px, 100%); max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); box-sizing: border-box; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgb(255 255 255 / 48%); border-radius: 28px; padding: 28px 28px 30px; background: linear-gradient(135deg, rgb(255 255 255 / 54%), rgb(243 240 233 / 30%)); box-shadow: -28px 0 90px rgb(28 27 25 / 20%), inset 0 1px 0 rgb(255 255 255 / 52%); opacity: 0; -webkit-overflow-scrolling: touch; backdrop-filter: blur(30px) saturate(145%); transform: translateX(calc(100% + 28px)); transition: opacity 420ms cubic-bezier(.22, 1, .36, 1) 100ms, transform 520ms cubic-bezier(.22, 1, .36, 1) 100ms;
}

.mobile-menu.is-open .mobile-menu__backdrop {
opacity: 1;
}

.mobile-menu.is-open .mobile-menu__panel {
opacity: 1; transform: translateX(0);
}

.mobile-menu__header {
display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 20px;
}

.mobile-menu__header h2 {
margin: 0; color: var(--ink); font-size: 36px; font-weight: 600; letter-spacing: -0.03em; line-height: .95; text-transform: uppercase;
}

.mobile-menu__close {
display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border: 1px solid rgb(28 27 25 / 10%); border-radius: 50%; background: rgb(255 255 255 / 48%); color: var(--ink); font-size: 25px; line-height: 1; cursor: pointer;
}

.banner-section__slot {
min-height: var(--inputmag-ad-height-tablet, 250px);
}
}

@media (max-width: 620px) {
.utility-bar__inner {
min-height: 44px;
}

.utility-actions {
gap: 8px;
}

.site-logo {
--inputmag-logo-frame-width: 286px; top: 10px; width: var(--inputmag-logo-frame-width); height: 56px;
}

.menu-button {
top: 10px;
}

.site-logo--pass {
--inputmag-pass-mask: var(--inputmag-logo-mask-mobile, var(--inputmag-logo-mask)); --inputmag-pass-mask-width: var(--inputmag-logo-frame-width); --inputmag-pass-badge-left: 20.413%; --inputmag-pass-badge-width: 29.266%; --inputmag-pass-badge-radius: 10.63%; z-index: 2; width: var(--inputmag-logo-frame-width);
}

.banner-section {
padding: 12px 0;
}

.banner-section--top {
padding-bottom: 17px;
}

.banner-section__slot {
min-height: var(--inputmag-ad-height-mobile, 120px);
}

.search-dialog {
padding: 0 16px 16px;
}

.search-dialog__panel {
padding: 36px 20px 20px;
}

.search-dialog__form {
grid-template-columns: 1fr; gap: 12px;
}

.search-dialog__form button {
width: 100%;
}

.site-footer__inner {
grid-template-columns: 1fr; gap: 38px; padding: 48px 0;
}
}

.primary-nav {
position: relative;
}

.primary-nav > .menu {
display: flex; width: 100%; align-items: stretch; justify-content: flex-end; margin: 0; padding: 0; list-style: none;
}

.primary-nav .menu-item {
position: relative; margin: 0;
}

.primary-nav .menu-item > a {
position: relative; display: block; padding: 8px 9px 3px 19px; color: var(--ink); font-family: var(--display); font-size: var(--nav-size); font-weight: 400; line-height: 1; text-transform: uppercase; transition: color 160ms ease;
}

.primary-nav .menu-item:first-child > a {
padding-left: 0;
}

.primary-nav > .menu > .menu-item > a::after {
position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: var(--ink); content: "";
}

.primary-nav .menu-item:hover > a, .primary-nav .menu-item:focus-within > a {
color: var(--paper);
}

.primary-nav .sub-menu {
position: absolute; z-index: 20; top: 100%; right: 0; display: flex; min-width: max-content; margin: 0; padding: 7px 10px; background: var(--ink); color: var(--paper); list-style: none; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity 160ms ease, transform 160ms ease;
}

.primary-nav .menu-item:hover > .sub-menu, .primary-nav .menu-item:focus-within > .sub-menu {
opacity: 1; pointer-events: auto; transform: translateY(0);
}

.primary-nav .sub-menu .menu-item > a {
display: block; padding: 2px 8px; color: var(--paper); font-size: 13px; font-weight: 400; line-height: 1; text-transform: uppercase; white-space: nowrap; transition: color 160ms ease;
}

.primary-nav .sub-menu .menu-item:first-child > a {
padding-left: 8px;
}

.primary-nav .sub-menu .menu-item:not(:last-child) > a::after {
position: absolute; top: 50%; right: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); content: ""; transform: translate(50%, -50%);
}

.primary-nav .sub-menu .menu-item > a:hover, .primary-nav .sub-menu .menu-item > a:focus-visible {
color: var(--accent);
}

.mobile-menu__panel .menu {
display: grid; margin: 0; padding: 0; list-style: none;
}

.mobile-menu__panel .menu a {
display: block; border-bottom: 1px solid rgb(28 27 25 / 36%); padding: 11px 0; color: var(--ink); font-size: 25px; font-weight: 400; line-height: 1; text-transform: uppercase; transition: color 160ms ease;
}

.mobile-menu__panel .menu a:hover, .mobile-menu__panel .menu a:focus-visible {
color: var(--accent);
}

.mobile-menu__sections .sub-menu {
display: none;
}

.mobile-menu__footer {
margin-top: 30px;
}

body.is-night .mobile-menu__panel {
border-color: rgb(243 240 233 / 22%); background: linear-gradient(135deg, rgb(28 27 25 / 76%), rgb(28 27 25 / 56%));
}

body.is-night .mobile-menu__panel, body.is-night .mobile-menu__header h2, body.is-night .mobile-menu__panel .menu :is(a, a:visited) {
color: #f3f0e9;
}

body.is-night .mobile-menu__panel .menu a {
border-bottom-color: rgb(243 240 233 / 25%);
}

body.is-night .mobile-menu__close {
border-color: rgb(243 240 233 / 16%); background: rgb(243 240 233 / 14%); color: var(--paper);
}

body.is-night .mobile-menu__panel .menu a:hover, body.is-night .mobile-menu__panel .menu a:focus-visible {
color: #f3f0e9;
}

body.is-night .search-dialog__panel {
border-color: rgb(243 240 233 / 30%); background: linear-gradient(135deg, rgb(28 27 25 / 82%), rgb(28 27 25 / 64%));
}

body.is-night .search-dialog__panel h2, body.is-night .search-dialog__field input, body.is-night .search-dialog__field svg {
color: #f3f0e9; fill: #f3f0e9;
}

body.is-night .search-dialog__field {
border-color: rgb(243 240 233 / 56%); background: rgb(243 240 233 / 12%); box-shadow: inset 0 1px 0 rgb(243 240 233 / 18%);
}

body.is-night .search-dialog__field input::placeholder {
color: rgb(243 240 233 / 68%);
}

body.is-night .search-dialog__scopes legend {
color: rgb(243 240 233 / 74%);
}

body.is-night .search-dialog__scope span {
border-color: rgb(243 240 233 / 30%); background: rgb(243 240 233 / 10%); color: #f3f0e9;
}

body.is-night .search-dialog__scope input:checked + span {
border-color: #f3f0e9; background: #f3f0e9; color: #1c1b19;
}

body.is-night .search-dialog__scope:hover span {
border-color: #f3f0e9;
}

.inputmag-empty-state, .inputmag-listing {
min-height: 48vh; padding: 72px 0;
}

.inputmag-empty-state {
max-width: 720px;
}

.inputmag-empty-state h1, .inputmag-listing__header h1 {
margin: 0 0 12px; font-size: clamp(36px, 5vw, 64px); font-weight: 600; letter-spacing: -.04em; line-height: .95;
}

.inputmag-empty-state p {
max-width: 560px; color: #615d55; font-family: var(--intro);
}

.inputmag-listing__header {
margin-bottom: 32px;
}

.inputmag-listing__scope {
margin: 0 0 7px; color: var(--accent); font: 600 15px/1 var(--display); letter-spacing: .04em; text-transform: uppercase;
}

.inputmag-ad-slot {
position: relative; display: grid; width: 100%; min-height: var(--inputmag-ad-height-desktop, 250px); place-items: center; overflow: hidden; border: 0; background: transparent; color: var(--grey); font-size: 15px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase;
}

.inputmag-ad-slot > div {
display: flex; width: 100%; max-width: 100%; justify-content: center; margin-inline: auto;
}

.inputmag-ad-slot :is(.desktop_ad, .mobile_ad) {
display: flex !important; width: 100%; max-width: 100%; justify-content: center; margin-inline: auto !important;
}

.inputmag-ad-slot :is(.desktop_ad, .mobile_ad) > * {
flex: 0 1 auto; max-width: 100%;
}

.inputmag-ad-slot__label {
position: absolute; top: 12px; left: 14px; font-size: 10px; letter-spacing: .08em;
}

.article-content > .wp-block-gallery :is(figcaption, .wp-element-caption, .blocks-gallery-item__caption) {
position: absolute !important; z-index: 1; bottom: 10px; left: 10px; width: fit-content; max-width: calc(100% - 20px); margin: 0; padding: 5px 9px; border-radius: 999px; background: rgb(28 27 25 / 72%) !important; color: #f3f0e9; font-family: var(--article-caption-font); font-size: var(--article-caption-size); font-style: italic; font-weight: var(--article-caption-weight); line-height: 1.25; text-align: left; text-shadow: none;
}

.article-content .wp-block-gallery :is(figure.wp-block-image, .blocks-gallery-item) {
position: relative !important; overflow: hidden !important;
}

.article-content .wp-block-gallery :is(figure.wp-block-image, .blocks-gallery-item) > figcaption {
position: absolute !important; z-index: 2; right: auto; bottom: 10px; left: 10px; width: fit-content; max-width: calc(100% - 20px); margin: 0 !important; padding: 5px 9px; border-radius: 999px; background: rgb(28 27 25 / 72%) !important; color: #f3f0e9 !important; font-family: var(--article-caption-font) !important; font-size: var(--article-caption-size) !important; font-style: italic; font-weight: var(--article-caption-weight); line-height: 1.25; text-align: left; text-shadow: none;
}

.article-content .wp-block-table :is(th, td) {
padding: 12px 14px; border: 1px solid rgb(181 177 168 / 55%); text-align: left; vertical-align: top;
}

body.is-night {
--paper: #242320; --card-white: #302e2a; --white: #302e2a; --ink: #f3f0e9; --grey: #b5b1a8;
}

body.is-night .site-logo:not(.site-logo--pass) {
background: transparent; -webkit-mask: none; mask: none;
}

body.is-night .site-logo:not(.site-logo--pass)::after {
position: absolute; z-index: 1; inset: 0; background: #f3f0e9; content: ""; -webkit-mask: var(--inputmag-logo-mask) left center / contain no-repeat; mask: var(--inputmag-logo-mask) left center / contain no-repeat;
}

body.is-night .site-logo--inline::after {
content: none;
}

body.is-night .site-logo--inline .cls-1 {
fill: #f3f0e9;
}

body.is-night .site-logo--inline .inputmag-logo__accent-fill {
fill: var(--accent);
}

body.is-night .site-logo img {
opacity: 0;
}

body.is-night .site-logo--pass {
background: transparent; -webkit-mask: none; mask: none;
}

body.is-night .site-logo--pass::after {
background: #f3f0e9;
}

body.is-night .site-logo--pass img {
opacity: 0;
}

body.is-night .news-card :is(h2, h3) {
color: #b5b1a8;
}

body.is-night .article-intro h1, body.is-night .article-content, body.is-night .article-content :is(h2, h3, h4, h5, h6), body.is-night .article-end-card__copy {
color: #f3f0e9;
}

@media (max-width: 880px) {
.mobile-menu .menu a {
font-size: 25px;
}

.inputmag-ad-slot {
min-height: var(--inputmag-ad-height-tablet, 250px);
}
}

@media (max-width: 620px) {
.primary-nav .sub-menu {
display: none;
}

.mobile-menu {
padding: max(20px, env(safe-area-inset-top)) 12px max(20px, env(safe-area-inset-bottom));
}

.mobile-menu__panel {
max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); padding: 26px 24px;
}

.mobile-menu .menu a {
font-size: 22px;
}

.inputmag-ad-slot {
min-height: var(--inputmag-ad-height-mobile, 120px);
}

.article-content .wp-block-table :is(th, td) {
padding: 10px 12px;
}

.article-content > .wp-block-gallery :is(figcaption, .wp-element-caption, .blocks-gallery-item__caption) {
right: auto; bottom: 10px; left: 10px; max-width: calc(100% - 20px);
}

.article-content .wp-block-gallery :is(figure.wp-block-image, .blocks-gallery-item) > figcaption {
right: auto; bottom: 10px; left: 10px; max-width: calc(100% - 20px);
}
}
