/*
Theme Name: Luftfracht-Magazin
Theme URI: https://globe-air-cargo.de
Description: Fachportal-Layout für Luftfracht und Cargo-Logistik: Schriftfeld-Kopf, bemaßte Rubrikenschiene und Datenblatt-Typografie für lange Fachbeiträge.
Author: Redaktion Luftfracht-Magazin
Template: astra
Version: 1.0.4
Text Domain: luftfrachtmagazin
Tags: featured-images, custom-colors, custom-logo, custom-menu
*/

:root {
    
    --lf-desk:        #E7EAEE;   
    --lf-sheet:       #FFFFFF;   
    --lf-sheet-alt:   #F4F6F8;   

    
    --lf-ink:         #14181D;   
    --lf-ink-2:       #4A535E;   
    --lf-ink-3:       #59646F;   

    
    --lf-rule:        #C9CFD7;   
    --lf-rule-2:      #E1E5EA;   

    
    --lf-navy:        #10334F;
    --lf-navy-2:      #1B4A6C;
    --lf-navy-ink:    #A9C2D6;   

    
    --lf-dim:         #0B6FA4;

    
    --lf-mark:        #C9A227;
    --lf-mark-soft:   #FAF3E1;

    
    --lf-rev:         #B7362B;

    
    --lf-gutter:      clamp(16px, 4vw, 40px);
    --lf-max:         1280px;
    --lf-measure:     72ch;   
    --lf-tap:         44px;      

    
    --lf-chamfer:     18px;

    --lf-fast:        140ms cubic-bezier(.2, .8, .2, 1);
    --lf-draw:        720ms cubic-bezier(.16, 1, .3, 1);
  
  --tap: var(--lf-tap);
  --gutter: var(--lf-gutter);
  --maxw: var(--lf-max);
}

.lf-container {
  max-width: var(--lf-max);
  margin: 0 auto;
  padding: 0 var(--lf-gutter);
}
.lf-main { display: block; }

body.lf :where(button, input[type="submit"], input[type="button"], input[type="reset"],
               .button, .ast-button, .ast-custom-button) {
  padding: 0;
  min-height: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.lf :where(h1, h2, h3, h4, h5, h6, a) { color: inherit; }
body.lf :where(a) { text-decoration-color: currentColor; }

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('assets/fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('assets/fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Azeret Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/azeretmono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Azeret Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/azeretmono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

body.lf {
    margin: 0;
    background-color: var(--lf-desk);
    
    background-image:
        linear-gradient(to right, rgba(16, 51, 79, .055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(16, 51, 79, .055) 1px, transparent 1px);
    background-size: 28px 28px;
    color: var(--lf-ink);
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
}

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

body.lf :where(a) { color: var(--lf-navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
body.lf :where(a):hover { color: var(--lf-dim); }

body.lf :focus-visible {
    outline: 2px solid var(--lf-dim);
    outline-offset: 2px;
}

body.lf h1, body.lf h2, body.lf h3, body.lf h4 {
    font-family: 'Archivo', system-ui, sans-serif;
    font-variation-settings: 'wdth' 88;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -.018em;
    text-wrap: balance;
    margin: 0;
    
    overflow-wrap: break-word;
    hyphens: auto;
}

body.lf .lf-skip {
    position: absolute;
    left: 8px; top: -60px;
    z-index: 50;
    padding: 11px 18px;
    background: var(--lf-navy);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: top var(--lf-fast);
}
body.lf .lf-skip:focus { top: 8px; color: #fff; }

.lf-wrap {
    max-width: var(--lf-max);
    margin-inline: auto;
    padding-inline: var(--lf-gutter);
}

.lf-label {
    font-variation-settings: 'wdth' 78;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: var(--lf-ink-3);
}

.lf-num {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.02em;
}

.lf-sr {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip-path: inset(50%); white-space: nowrap;
}

.lf-contour {
    clip-path: polygon(
        0 0,
        calc(100% - var(--lf-chamfer)) 0,
        100% var(--lf-chamfer),
        100% 100%,
        0 100%
    );
}

.lf-dim {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lf-dim);
}

.lf-dim__line {
    position: relative;
    flex: 1 1 auto;
    height: 1px;
    background: currentColor;
    transform-origin: left center;
}

.lf-dim__line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 7px; height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}

.lf-dim__line:first-of-type::after  { left: 0;  transform: translateY(-50%) rotate(-135deg); }
.lf-dim__line:last-of-type::after   { right: 0; transform: translateY(-50%) rotate(45deg); }

.lf-dim::before, .lf-dim::after {
    content: '';
    flex: none;
    width: 1px; height: 11px;
    background: currentColor;
    opacity: .8;
}

.lf-dim__val {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .02em;
    white-space: nowrap;
}

@media (prefers-reduced-motion: no-preference) {
    .lf-dim__line { animation: lf-draw var(--lf-draw) both; }
    @keyframes lf-draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }

    
    @supports (animation-timeline: view()) {
        .lf-dim__line {
            animation-timeline: view(block 90% 10%);
            animation-duration: 1ms;
            animation-fill-mode: both;
        }
    }
}

.lf-block {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    border: 1px solid var(--lf-rule);
    background: var(--lf-sheet);
}

.lf-block__cell {
    padding: 9px 12px;
    border-right: 1px solid var(--lf-rule-2);
    min-width: 0;
}
.lf-block__cell:last-child { border-right: 0; }

.lf-block__k { display: block; margin-bottom: 2px; }

.lf-block__v {
    font-size: 14px;
    font-weight: 600;
    color: var(--lf-ink);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lf-masthead {
    background: var(--lf-navy);
    color: #fff;
    border-bottom: 3px solid var(--lf-mark);
}

.lf-masthead__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 74px;
    padding-block: 12px;
}

body.lf .lf-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}
body.lf .lf-brand:hover { color: inherit; }

.lf-brand__mark { width: 42px; height: 42px; flex: none; }

body.lf .lf-brand__name {
    font-variation-settings: 'wdth' 82;
    font-weight: 700;
    font-size: clamp(19px, 2.4vw, 25px);
    letter-spacing: -.015em;
    line-height: 1.05;
    color: #fff;
}

body.lf .lf-brand__tag {
    display: block;
    font-size: 11.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--lf-navy-ink);
    margin-top: 3px;
    font-variation-settings: 'wdth' 88;
}

.lf-masthead__tools {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: none;
}

body.lf .lf-iconbtn {
    width: var(--lf-tap);
    height: var(--lf-tap);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .48);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: background var(--lf-fast), border-color var(--lf-fast);
}
.lf-iconbtn:hover { background: rgba(255, 255, 255, .12); border-color: var(--lf-mark); }
.lf-iconbtn svg { width: 19px; height: 19px; }

.lf-rail {
    background: var(--lf-sheet);
    border-bottom: 1px solid var(--lf-rule);
}

.lf-rail__list {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    
    -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 34px), transparent 100%);
}
@media (min-width: 1100px) {
    .lf-rail__list { -webkit-mask-image: none; mask-image: none; }
}

.lf-rail__item { flex: none; border-right: 1px solid var(--lf-rule-2); scroll-snap-align: start; }
.lf-rail__item:first-child { border-left: 1px solid var(--lf-rule-2); }

body.lf .lf-rail__link {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: var(--lf-tap);
    padding: 11px 16px;
    text-decoration: none;
    color: var(--lf-ink);
    font-variation-settings: 'wdth' 86;
    font-weight: 600;
    font-size: 14.5px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: background var(--lf-fast), border-color var(--lf-fast);
}
body.lf .lf-rail__link:hover { background: var(--lf-sheet-alt); border-bottom-color: var(--lf-mark); color: var(--lf-ink); }
.lf-rail__link[aria-current='page'] { border-bottom-color: var(--lf-navy); }

.lf-rail__n { font-size: 11px; color: var(--lf-ink-3); }

.lf-sheet {
    background: var(--lf-sheet);
    border: 1px solid var(--lf-rule);
    border-top: 0;
}

.lf-sheet--pad { padding: clamp(20px, 3.2vw, 44px); }

.lf-page { max-width: var(--lf-max); margin-inline: auto; }

.lf-lead {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 40px);
    align-items: stretch;
    padding: clamp(20px, 3.2vw, 44px);
    border-bottom: 1px solid var(--lf-rule);
}

.lf-plate { position: relative; display: flex; flex-direction: column; }

.lf-plate__frame {
    position: relative;
    border: 1px solid var(--lf-rule);
    padding: 7px;
    background: var(--lf-sheet);
}

.lf-lead .lf-plate__frame { flex: 1 1 auto; display: grid; min-height: 300px; }
.lf-lead .lf-plate__img { height: 100%; aspect-ratio: auto; max-height: 560px; }

.lf-plate__frame::before,
.lf-plate__frame::after {
    content: '';
    position: absolute;
    width: 13px; height: 13px;
    border: 1px solid var(--lf-navy);
    pointer-events: none;
}
.lf-plate__frame::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.lf-plate__frame::after  { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.lf-plate__img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: var(--lf-sheet-alt);
}

.lf-plate__cap {
    display: flex;
    gap: 10px;
    margin-top: 9px;
    font-size: 12.5px;
    color: var(--lf-ink-3);
    line-height: 1.45;
}
.lf-plate__cap b {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    color: var(--lf-dim);
    flex: none;
    padding-top: 1px;
}

.lf-lead__title {
    font-size: clamp(29px, 4.1vw, 48px);
    margin-bottom: 14px;
}
.lf-lead__title a { color: inherit; text-decoration: none; }
.lf-lead__title a:hover { color: var(--lf-navy-2); text-decoration: underline; text-decoration-color: var(--lf-mark); text-decoration-thickness: 2px; }

.lf-lead__deck {
    font-size: clamp(16px, 1.5vw, 18.5px);
    color: var(--lf-ink-2);
    line-height: 1.58;
    margin: 0 0 20px;
    max-width: 46ch;
}

.lf-spec {
    border: 1px solid var(--lf-rule);
    border-top: 3px solid var(--lf-mark);
    background: var(--lf-sheet-alt);
    padding: 16px 18px 18px;
}

.lf-spec__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.lf-spec__title {
    font-variation-settings: 'wdth' 80;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .085em;
    text-transform: uppercase;
    color: var(--lf-navy);
}

.lf-spec__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
}

.lf-spec__list li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--lf-ink);
}

.lf-spec__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55em;
    width: 9px; height: 9px;
    border-top: 1.5px solid var(--lf-dim);
    border-left: 1.5px solid var(--lf-dim);
}

.lf-list { border-top: 1px solid var(--lf-rule); }

.lf-row {
    position: relative;
    display: grid;
    grid-template-columns: 92px 54px minmax(0, 1fr);
    gap: 16px;
    align-items: baseline;
    padding: 13px 0;
    border-bottom: 1px solid var(--lf-rule-2);
    transition: background var(--lf-fast);
}
.lf-row:hover { background: var(--lf-sheet-alt); }

.lf-row__date { font-size: 11.5px; color: var(--lf-ink-3); }

.lf-row__code {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .04em;
    color: var(--lf-navy);
    border: 1px solid var(--lf-rule);
    padding: 2px 5px;
    justify-self: start;
    background: var(--lf-sheet);
}

.lf-row__title {
    font-variation-settings: 'wdth' 92;
    font-weight: 600;
    font-size: 16.5px;
    line-height: 1.35;
    margin: 0;
}

.lf-row__title a { color: var(--lf-ink); text-decoration: none; }
.lf-row__title a::after { content: ''; position: absolute; inset: 0; }
.lf-row__title a:hover { color: var(--lf-navy-2); text-decoration: underline; text-decoration-color: var(--lf-mark); text-decoration-thickness: 2px; }

.lf-band {
    display: grid;
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
    gap: clamp(18px, 2.6vw, 38px);
    padding: clamp(20px, 2.6vw, 32px) clamp(20px, 3.2vw, 44px);
    border-bottom: 1px solid var(--lf-rule);
}
.lf-band--alt { background: var(--lf-sheet-alt); }

.lf-band__code {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--lf-dim);
    margin-bottom: 6px;
}

.lf-band__name {
    font-size: clamp(21px, 2.3vw, 27px);
    margin-bottom: 10px;
}
.lf-band__head { position: relative; }
.lf-band__name a { color: var(--lf-ink); text-decoration: none; }
.lf-band__name a:hover { color: var(--lf-navy-2); }

.lf-band__name a::after { content: ''; position: absolute; inset: 0; }

.lf-band__desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--lf-ink-2);
    margin: 0 0 16px;
}

.lf-band__meter { max-width: 240px; }

.lf-band__links { margin: 0; padding: 0; list-style: none; display: grid; gap: 0; }

.lf-band__links li { border-top: 1px solid var(--lf-rule-2); }
.lf-band__links li:first-child { border-top: 0; }

.lf-band__links a {
    display: block;
    padding: 12px 0;
    font-variation-settings: 'wdth' 92;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    color: var(--lf-ink);
    text-decoration: none;
}
.lf-band__links a:hover { color: var(--lf-navy-2); text-decoration: underline; text-decoration-color: var(--lf-mark); text-decoration-thickness: 2px; }

.lf-index { width: 100%; border-collapse: collapse; font-size: 15px; }

.lf-index caption {
    text-align: left;
    padding: 0 0 14px;
    color: var(--lf-ink-2);
    font-size: 14px;
}

.lf-index th {
    text-align: left;
    font-variation-settings: 'wdth' 78;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: var(--lf-navy);
    padding: 9px 12px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.lf-index td {
    padding: 11px 12px;
    border-bottom: 1px solid var(--lf-rule-2);
    vertical-align: baseline;
}

.lf-index tbody tr { position: relative; }
.lf-index tbody tr:hover { background: var(--lf-mark-soft); }
.lf-index__title a::after { content: ''; position: absolute; inset: 0; }

.lf-index__n,
.lf-index__date,
.lf-index__code { font-family: 'Azeret Mono', ui-monospace, monospace; font-size: 12px; color: var(--lf-ink-3); white-space: nowrap; }
.lf-index__code { color: var(--lf-navy); }

.lf-index__title a { color: var(--lf-ink); text-decoration: none; font-weight: 500; }
.lf-index__title a:hover { color: var(--lf-navy-2); text-decoration: underline; text-decoration-color: var(--lf-mark); text-decoration-thickness: 2px; }

.lf-details > summary {
    display: none;
    align-items: center;
    gap: 10px;
    min-height: var(--lf-tap);
    padding: 10px 0;
    border-top: 1px solid var(--lf-rule);
    border-bottom: 1px solid var(--lf-rule);
    font-variation-settings: 'wdth' 84;
    font-weight: 600;
    font-size: 15px;
    color: var(--lf-navy);
    cursor: pointer;
    list-style: none;
}
.lf-details > summary::-webkit-details-marker { display: none; }
.lf-details > summary::after { content: '+'; margin-left: auto; font-family: 'Azeret Mono', ui-monospace, monospace; }
.lf-details[open] > summary::after { content: '–'; }

.lf-sechead {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: clamp(26px, 3vw, 38px) clamp(20px, 3.2vw, 44px) 14px;
}

.lf-sechead__t {
    font-size: clamp(17px, 1.8vw, 20px);
    font-variation-settings: 'wdth' 80;
    letter-spacing: .01em;
    flex: none;
}

.lf-sechead__rule { flex: 1 1 auto; height: 1px; background: var(--lf-rule); }

.lf-sechead__meta { flex: none; font-size: 11.5px; color: var(--lf-ink-3); }

.lf-article { padding: clamp(20px, 3.2vw, 44px); }

.lf-article__head { max-width: 25.5cm; margin: 0 auto clamp(22px, 3vw, 34px); }

.lf-article__title {
    font-size: clamp(30px, 4.4vw, 52px);
    margin: 18px 0 16px;
}

.lf-article__deck {
    font-size: clamp(16.5px, 1.6vw, 19px);
    line-height: 1.56;
    color: var(--lf-ink-2);
    max-width: 60ch;
    margin: 0;
}

.lf-article__body {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: clamp(24px, 3.4vw, 52px);
    align-items: start;
    max-width: 25.5cm;
    margin-inline: auto;
}

.lf-prose { max-width: var(--lf-measure); font-size: 17.5px; line-height: 1.72; }

.lf-prose > * + * { margin-top: 1.15em; }

.lf-prose h2 {
    font-size: clamp(22px, 2.4vw, 28px);
    margin-top: 2.1em;
    margin-bottom: .55em;
    padding-top: .55em;
    border-top: 1px solid var(--lf-rule);
}

.lf-prose h3 {
    font-size: clamp(18px, 1.8vw, 21px);
    margin-top: 1.8em;
    margin-bottom: .45em;
    color: var(--lf-navy);
}

.lf-prose ul, .lf-prose ol { padding-left: 1.3em; }
.lf-prose li + li { margin-top: .4em; }

.lf-prose strong { font-weight: 650; }

.lf-tablewrap {
    overflow-x: auto;
    border: 1px solid var(--lf-rule);
    
    background:
        linear-gradient(to right, var(--lf-sheet) 30%, rgba(255, 255, 255, 0)) left / 40px 100% no-repeat,
        linear-gradient(to left, var(--lf-sheet) 30%, rgba(255, 255, 255, 0)) right / 40px 100% no-repeat,
        linear-gradient(to right, rgba(16, 51, 79, .13), rgba(255, 255, 255, 0)) left / 14px 100% no-repeat,
        linear-gradient(to left, rgba(16, 51, 79, .13), rgba(255, 255, 255, 0)) right / 14px 100% no-repeat;
    background-attachment: local, local, scroll, scroll;
}

.lf-prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.lf-prose th {
    text-align: left;
    background: var(--lf-navy);
    color: #fff;
    font-variation-settings: 'wdth' 82;
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: .04em;
    padding: 10px 13px;
}
.lf-prose td { padding: 10px 13px; border-bottom: 1px solid var(--lf-rule-2); vertical-align: top; }
.lf-prose td .lf-num { font-size: 14px; }
.lf-prose tbody tr:nth-child(even) { background: var(--lf-sheet-alt); }

.lf-callout {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    border: 1px solid var(--lf-rule);
    border-left: 1px solid var(--lf-dim);
    background: var(--lf-sheet-alt);
    padding: 14px 18px;
}

.lf-callout__v {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 600;
    letter-spacing: -.03em;
    color: var(--lf-navy);
    line-height: 1;
}

.lf-callout__k { font-size: 14px; line-height: 1.45; color: var(--lf-ink-2); }

.lf-toc { position: sticky; top: 20px; }

.lf-toc__inner { border-top: 2px solid var(--lf-navy); padding-top: 12px; }

.lf-toc__t { margin-bottom: 10px; }

.lf-toc__list { margin: 0; padding: 0; list-style: none; counter-reset: toc; }

.lf-toc__list a {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 6px;
    padding: 13px 0;
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--lf-ink-2);
    text-decoration: none;
    border-top: 1px solid var(--lf-rule-2);
}
.lf-toc__list li:first-child a { border-top: 0; }
.lf-toc__list a::before {
    counter-increment: toc;
    content: counter(toc, decimal-leading-zero);
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 10.5px;
    color: var(--lf-dim);
    padding-top: 2px;
}
.lf-toc__list a:hover { color: var(--lf-navy); background: var(--lf-sheet-alt); }

.lf-author {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    border: 1px solid var(--lf-rule);
    background: var(--lf-sheet);
    padding: 20px;
    margin-top: 40px;
    max-width: 25.5cm;
    margin-inline: auto;
}

.lf-author__plate {
    width: 92px; height: 92px;
    background: var(--lf-navy);
    color: #fff;
    display: grid;
    place-items: center;
    position: relative;
}

.lf-author__plate span {
    font-variation-settings: 'wdth' 78;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .02em;
}

.lf-author__plate {
    outline: 1px solid var(--lf-mark);
    outline-offset: -6px;
}

.lf-author--lead { grid-template-columns: 124px minmax(0, 1fr); border: 0; padding: 0; max-width: none; margin: 0; }

.lf-author__name { font-size: 20px; margin-bottom: 3px; }
.lf-author__role { font-size: 13px; color: var(--lf-ink-3); margin: 0 0 10px; }
.lf-author__bio { font-size: 15px; line-height: 1.6; color: var(--lf-ink-2); margin: 0 0 12px; max-width: 62ch; }

.lf-author__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border: 1px solid var(--lf-rule-2);
    margin-bottom: 14px;
}
.lf-author__facts div { flex: 1 1 auto; padding: 7px 12px; border-right: 1px solid var(--lf-rule-2); }
.lf-author__facts div:last-child { border-right: 0; }
.lf-author__facts b { display: block; font-size: 13.5px; font-weight: 600; }

body.lf .lf-btn,
body.lf .lf-btn:where(:link, :visited) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: var(--lf-tap);
    padding: 10px 20px;
    border: 1px solid var(--lf-navy);
    background: var(--lf-navy);
    color: #fff;
    font-variation-settings: 'wdth' 86;
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    transition: background var(--lf-fast), border-color var(--lf-fast);
}
body.lf .lf-btn:hover { background: var(--lf-navy-2); border-color: var(--lf-navy-2); color: #fff; }

body.lf .lf-btn--ghost,
body.lf .lf-btn--ghost:where(:link, :visited) {
    background: transparent;
    color: var(--lf-navy);
    border-color: var(--lf-rule);
}
body.lf .lf-btn--ghost:hover { background: var(--lf-sheet-alt); border-color: var(--lf-navy); color: var(--lf-navy); }

.lf-search { display: flex; gap: 0; max-width: 560px; }

.lf-search__field {
    flex: 1 1 auto;
    min-width: 0;
    height: var(--lf-tap);
    padding: 0 14px;
    border: 1px solid var(--lf-rule);
    border-right: 0;
    background: var(--lf-sheet);
    color: var(--lf-ink);
    font: inherit;
    font-size: 15.5px;
}
.lf-search__field::placeholder { color: var(--lf-ink-3); }
.lf-search__field:focus { outline: 2px solid var(--lf-dim); outline-offset: -2px; }

.lf-search__btn {
    height: var(--lf-tap);
    padding: 0 18px;
    border: 1px solid var(--lf-navy);
    background: var(--lf-navy);
    color: #fff;
    font-variation-settings: 'wdth' 84;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background var(--lf-fast);
}
.lf-search__btn:hover { background: var(--lf-navy-2); }

.lf-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--lf-rule);
}

.lf-pager a,
.lf-pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--lf-tap);
    min-height: var(--lf-tap);
    padding: 0 12px;
    border: 1px solid var(--lf-rule);
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 13px;
    color: var(--lf-navy);
    text-decoration: none;
}
.lf-pager a:hover { border-color: var(--lf-navy); background: var(--lf-sheet-alt); }
.lf-pager [aria-current='page'] { background: var(--lf-navy); border-color: var(--lf-navy); color: #fff; }
.lf-pager__gap { border: 0; min-width: 0; padding: 0 4px; color: var(--lf-ink-3); }

.lf-panel { display: none; background: var(--lf-sheet); border-bottom: 1px solid var(--lf-rule); }
.lf-panel[data-open='true'] { display: block; }

.lf-panel__list { margin: 0; padding: 10px 0; list-style: none; }

.lf-panel__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: var(--lf-tap);
    padding: 8px 0;
    border-bottom: 1px solid var(--lf-rule-2);
    font-variation-settings: 'wdth' 88;
    font-weight: 600;
    font-size: 16px;
    color: var(--lf-ink);
    text-decoration: none;
}
.lf-panel__list a:hover { color: var(--lf-navy-2); }
.lf-panel__list a span { font-family: 'Azeret Mono', ui-monospace, monospace; font-size: 12px; color: var(--lf-ink-3); }

.lf-empty {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: clamp(22px, 3.4vw, 48px);
    align-items: start;
    padding: clamp(28px, 5vw, 60px) clamp(20px, 3.2vw, 44px);
}

.lf-empty__fig svg { width: 100%; height: auto; display: block; }

.lf-empty__list { margin-top: 30px; border-top: 1px solid var(--lf-rule); }

.lf-empty__fig { color: var(--lf-rule); }

.lf-empty__t { font-size: clamp(24px, 3.4vw, 36px); margin-bottom: 12px; }
.lf-empty__p { font-size: 16.5px; color: var(--lf-ink-2); line-height: 1.6; max-width: 54ch; margin: 0 0 22px; }

.lf-foot {
    background: var(--lf-navy);
    color: var(--lf-navy-ink);
    margin-top: 0;
    border-top: 3px solid var(--lf-mark);
}

.lf-foot__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3vw, 44px);
    padding-block: clamp(28px, 3.6vw, 44px);
}

.lf-foot h2 {
    font-size: 12px;
    font-variation-settings: 'wdth' 78;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.lf-foot p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.6; max-width: 46ch; }

.lf-foot ul { margin: 0; padding: 0; list-style: none; }
.lf-foot li + li { margin-top: 0; }

.lf-foot a {
    display: inline-flex;
    align-items: center;
    min-width: var(--lf-tap);
    min-height: var(--lf-tap);
    color: #fff;
    font-size: 14.5px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.lf-foot a:hover { color: #fff; border-bottom-color: var(--lf-mark); }

.lf-foot__rev {
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding-block: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
    font-size: 11.5px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--lf-navy-ink);
}

@media print {
    body { background: #fff; }
    .lf-masthead, .lf-rail, .lf-foot { display: none; }
}

.lf-sheettitle { padding: 16px clamp(20px, 3.2vw, 44px) 0; }

.lf-sheettitle h1 {
    font-variation-settings: 'wdth' 84;
    font-weight: 600;
    font-size: clamp(14px, 1.35vw, 16px);
    line-height: 1.35;
    letter-spacing: 0;
    color: var(--lf-ink-2);
    margin-bottom: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--lf-rule-2);
    max-width: 78ch;
}

.lf-lead__more { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--lf-rule); }
.lf-lead__more > .lf-label { margin: 0 0 4px; }

.lf-article__kurz { margin-top: 22px; }

.lf-article__plate { max-width: 25.5cm; margin: 0 auto clamp(24px, 3vw, 40px); }
.lf-article__plate .lf-plate__img { aspect-ratio: 21 / 9; }

.lf-article__body--single { grid-template-columns: minmax(0, 1fr); }
.lf-article__body--single .lf-prose { margin-inline: 0; }

.lf-figure { margin: 1.6em 0 0; }

.lf-figure__cap {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 12.5px;
    color: var(--lf-ink-3);
}
.lf-figure__cap b {
    font-family: 'Azeret Mono', ui-monospace, monospace;
    font-size: 11px;
    font-weight: 500;
    color: var(--lf-dim);
    flex: none;
}

.lf-archhead { border-bottom: 1px solid var(--lf-rule); }

.lf-archhead__t { font-size: clamp(28px, 4vw, 44px); margin: 18px 0 14px; }

.lf-archhead__d {
    max-width: 66ch;
    color: var(--lf-ink-2);
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.lf-archhead__meter { max-width: 380px; margin-top: 20px; }

.lf-article__dims {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 26px;
    margin-top: 14px;
}

@media (max-width: 680px) {
    .lf-article__dims { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
    
    .lf-article__body { grid-template-columns: minmax(0, 1fr); }
    .lf-prose { min-width: 0; }
    .lf-toc { position: static; }
    .lf-toc__list { columns: 2; column-gap: 26px; }
}

@media (max-width: 900px) {
    .lf-lead { grid-template-columns: minmax(0, 1fr); }
    
    .lf-lead__text { order: -1; }
    .lf-lead .lf-plate__frame { min-height: 0; display: block; }
    .lf-lead .lf-plate__img { aspect-ratio: 16 / 10; height: auto; }
    .lf-band { grid-template-columns: 1fr; }
    .lf-foot__grid { grid-template-columns: 1fr 1fr; }
    .lf-empty { grid-template-columns: 1fr; }
    .lf-empty__fig { max-width: 260px; }
}

@media (max-width: 900px) {
    .lf-article__plate .lf-plate__img { aspect-ratio: 16 / 10; }
}

@media (max-width: 680px) {
    .lf-details > summary { display: flex; }
}

@media (max-width: 680px) {
    body { font-size: 16.5px; }

    .lf-row {
        grid-template-columns: 54px minmax(0, 1fr);
        row-gap: 4px;
    }
    .lf-row__date { grid-column: 2; order: 2; }
    .lf-row__code { grid-row: 1; grid-column: 1; }
    .lf-row__title { grid-column: 2; grid-row: 1; }

    
    .lf-block {
        grid-auto-flow: row;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-auto-columns: minmax(0, auto);
    }
    .lf-block__cell { border-bottom: 1px solid var(--lf-rule-2); }
    .lf-block__cell:nth-child(odd) { border-right: 1px solid var(--lf-rule-2); }
    .lf-block__cell:nth-child(even) { border-right: 0; }
    .lf-block__cell:nth-last-child(-n+2) { border-bottom: 0; }
    .lf-block__cell:last-child:nth-child(odd) { grid-column: 1 / -1; border-right: 0; }

    .lf-author { grid-template-columns: 1fr; }
    .lf-author__facts { flex-direction: column; }
    .lf-author__facts div { border-right: 0; border-bottom: 1px solid var(--lf-rule-2); }
    .lf-author__facts div:last-child { border-bottom: 0; }

    .lf-foot__grid { grid-template-columns: 1fr; }

    .lf-toc__list { columns: 1; }

    
    .lf-index thead { display: none; }
    .lf-index, .lf-index tbody, .lf-index tr, .lf-index td { display: block; width: 100%; }
    .lf-index tr { border-bottom: 1px solid var(--lf-rule-2); padding: 10px 0; }
    .lf-index td { border: 0; padding: 0; }
    .lf-index__n { display: none; }
    .lf-index__date, .lf-index__code { display: inline-block; margin-right: 10px; }
    .lf-index__title { margin-top: 3px; font-size: 16px; }
}

@media (max-width: 560px) {
    
    body.lf .lf-brand__tag { display: none; }
}

body.lf {
  background-color: var(--lf-desk) !important;
  color: var(--lf-ink) !important;
}

body.lf #primary,
body.lf .site-main > article,
body.lf .content-area,
body.lf .ast-container,
body.lf .site-content,
body.lf .entry-content,
body.lf .site-main,
body.lf .ast-article-post,
body.lf #content,
body.lf #page,
body.lf .ast-article-single {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  background: transparent !important;
  max-width: 100% !important;
  display: block !important;
}

body.lf #colophon,
body.lf .ast-primary-header-bar,
body.lf .site-header,
body.lf .entry-banner,
body.lf .ast-breadcrumbs-wrapper,
body.lf .ast-page-header,
body.lf .main-header-bar-wrap,
body.lf .ast-above-header-wrap,
body.lf .ast-page-title-bar,
body.lf .ast-below-header-wrap,
body.lf .ast-header-breadcrumb,
body.lf .ast-small-footer,
body.lf .ast-mobile-header-wrap,
body.lf .ast-footer-overlay,
body.lf .ast-main-header-wrap,
body.lf .site-footer {
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: none !important;
  border: none !important;
  min-height: 0 !important;
  margin: 0 !important;
}

body.lf #ast-mobile-header,
body.lf .footer-widget-area,
body.lf .ast-footer-copyright,
body.lf #ast-desktop-header {
  min-height: 0 !important;
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  height: 0 !important;
  border: none !important;
}

body.lf .ast-breadcrumbs-inner,
body.lf #masthead,
body.lf .ast-below-footer,
body.lf .main-header-bar {
  min-height: 0 !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

body.lf .site-below-footer-wrap,
body.lf .ast-above-footer,
body.lf .ast-secondary-header-bar,
body.lf .ast-archive-title-wrap {
  border: none !important;
  display: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

body.lf.home .entry-header,
body.lf.home .ast-archive-description {
  display: none !important;
}

body.lf input[type="text"],
body.lf input[type="email"],
body.lf input[type="search"],
body.lf input[type="tel"],
body.lf input[type="url"],
body.lf textarea {
  background: var(--lf-sheet);
  color: var(--lf-ink);
  border-color: var(--lf-rule);
  border-radius: 0;
  box-shadow: none;
}

body.lf .lf-prose a {
  color: var(--lf-navy);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--lf-rule);
  text-underline-offset: 3px;
}
body.lf .lf-prose a:hover {
  color: var(--lf-dim);
  text-decoration-color: var(--lf-mark);
  text-decoration-thickness: 2px;
}

body.lf .lf-prose figure.wp-block-table { margin: 1.7em 0 0; }

body.lf .lf-prose figure.wp-block-table > table,
body.lf .lf-prose .wp-block-table table { margin: 0; }

body.lf .lf-prose figure.wp-block-table {
  overflow-x: auto;
  border: 1px solid var(--lf-rule);
  background:
    linear-gradient(to right, var(--lf-sheet) 30%, rgba(255, 255, 255, 0)) left / 40px 100% no-repeat,
    linear-gradient(to left, var(--lf-sheet) 30%, rgba(255, 255, 255, 0)) right / 40px 100% no-repeat,
    linear-gradient(to right, rgba(16, 51, 79, .13), rgba(255, 255, 255, 0)) left / 14px 100% no-repeat,
    linear-gradient(to left, rgba(16, 51, 79, .13), rgba(255, 255, 255, 0)) right / 14px 100% no-repeat;
  background-attachment: local, local, scroll, scroll;
}

body.lf .lf-prose figure.wp-block-table figcaption {
  padding: 8px 13px;
  border-top: 1px solid var(--lf-rule-2);
  font-size: 12.5px;
  color: var(--lf-ink-3);
}

body.lf .lf-prose table :where(td, th) { border: 0; }
body.lf .lf-prose table td { border-bottom: 1px solid var(--lf-rule-2); }

body.lf .lf-prose .wp-block-image { margin: 1.7em 0 0; }

body.lf .lf-prose .wp-block-image img {
  border: 1px solid var(--lf-rule);
  padding: 7px;
  background: var(--lf-sheet);
}

body.lf .lf-prose .wp-block-image figcaption {
  margin-top: 9px;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--lf-ink-3);
}

body.lf .lf-prose blockquote {
  margin: 1.7em 0 0;
  padding: 2px 0 2px 18px;
  border-left: 1px solid var(--lf-dim);
  font-size: 18px;
  line-height: 1.6;
  color: var(--lf-ink-2);
}
body.lf .lf-prose blockquote p { margin: 0; }
body.lf .lf-prose blockquote p + p { margin-top: .7em; }

body.lf .lf-prose :where(h2, h3) a { text-decoration: none; }

body.lf .lf-prose .alignwide,
body.lf .lf-prose .alignfull { max-width: 100%; margin-inline: 0; }

body.lf #ez-toc-container,
body.lf .ez-toc-title-container,
body.lf div.ez-toc-v2_0_63 { display: none !important; }

body.lf .saboxplugin-wrap,
body.lf .saboxplugin-authorname { display: none !important; }

body.lf .wpcf7 { max-width: 640px; }

body.lf .wpcf7 p { margin: 0 0 16px; }

body.lf .wpcf7 label {
  display: block;
  font-variation-settings: 'wdth' 78;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--lf-ink-3);
  margin-bottom: 5px;
}

body.lf .wpcf7 :where(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, select) {
  width: 100%;
  min-height: var(--lf-tap);
  padding: 10px 14px;
  border: 1px solid var(--lf-rule);
  border-radius: 0;
  background: var(--lf-sheet);
  color: var(--lf-ink);
  font: inherit;
  font-size: 16px; 
}
body.lf .wpcf7 textarea { min-height: 160px; resize: vertical; }

body.lf .wpcf7 :where(input, textarea, select):focus {
  outline: 2px solid var(--lf-dim);
  outline-offset: -2px;
}

body.lf .wpcf7 input[type="submit"] {
  min-height: var(--lf-tap);
  padding: 10px 22px;
  border: 1px solid var(--lf-navy);
  background: var(--lf-navy);
  color: #fff;
  font-variation-settings: 'wdth' 86;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: .02em;
  cursor: pointer;
}
body.lf .wpcf7 input[type="submit"]:hover { background: var(--lf-navy-2); border-color: var(--lf-navy-2); }

body.lf .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--lf-rule) !important;
  border-left: 3px solid var(--lf-dim) !important;
  border-radius: 0;
  font-size: 15px;
}
body.lf .wpcf7 form.invalid .wpcf7-response-output,
body.lf .wpcf7 form.failed .wpcf7-response-output { border-left-color: var(--lf-rev) !important; }
body.lf .wpcf7 form.sent .wpcf7-response-output { border-left-color: var(--lf-mark) !important; }

body.lf .wpcf7-not-valid-tip { font-size: 13px; color: var(--lf-rev); margin-top: 4px; }

body.lf #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn,
body.lf #moove_gdpr_cookie_info_bar button { border-radius: 0 !important; }

body.lf #ast-scroll-top {
  border-radius: 0 !important;
  background-color: var(--lf-navy) !important;
  color: #fff !important;
  width: var(--lf-tap) !important;
  height: var(--lf-tap) !important;
  line-height: var(--lf-tap) !important;
  border: 1px solid var(--lf-mark) !important;
  box-shadow: none !important;
}
body.lf #ast-scroll-top:hover { background-color: var(--lf-navy-2) !important; }

body.lf .lf-prose {
  overflow-wrap: break-word;
  hyphens: auto;
}
body.lf .lf-prose :where(p, li, a, td, th, dd, dt) { overflow-wrap: break-word; }

@media (max-width: 680px) {
  body.lf .lf-prose :where(ul, ol) :where(ul, ol) { padding-left: .9em; }
}

#moove_gdpr_cookie_info_bar {
  border-top: 3px solid var(--lf-mark) !important;
  font-family: 'Archivo', system-ui, sans-serif !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container { color: var(--lf-ink) !important; }

#moove_gdpr_cookie_info_bar :where(.mgbutton) {
  min-height: var(--lf-tap) !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  font-variation-settings: 'wdth' 86 !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
  box-shadow: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
  background: var(--lf-navy) !important;
  border: 1px solid var(--lf-navy) !important;
  color: #fff !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all:hover { background: var(--lf-navy-2) !important; }

#moove_gdpr_cookie_info_bar :where(.moove-gdpr-infobar-reject-btn, .moove-gdpr-infobar-settings-btn) {
  background: transparent !important;
  border: 1px solid var(--lf-rule) !important;
  color: var(--lf-ink) !important;
}
#moove_gdpr_cookie_info_bar :where(.moove-gdpr-infobar-reject-btn, .moove-gdpr-infobar-settings-btn):hover {
  background: var(--lf-sheet-alt) !important;
  border-color: var(--lf-navy) !important;
  color: var(--lf-navy) !important;
}

#moove_gdpr_cookie_info_bar a.change-settings-button {
  color: var(--lf-navy) !important;
  text-underline-offset: 3px;
}
