/* Unknown Explorer Hub 1.5.4 – editorial, calm, responsive */
.ueh-wrap {
    --ueh-accent: #9a6a35;
    --ueh-surface: #fbfaf7;
    --ueh-card: #f2efe8;
    --ueh-card-strong: #ffffff;
    --ueh-ink: #171714;
    --ueh-muted: #6f6b63;
    --ueh-line: rgba(23, 23, 20, .11);
    --ueh-line-strong: rgba(23, 23, 20, .18);
    --ueh-shadow: 0 20px 55px rgba(28, 24, 17, .09);
    --ueh-shadow-soft: 0 8px 28px rgba(28, 24, 17, .055);
    --ueh-max-width: 1140px;
    --ueh-section-space: 64px;
    --ueh-card-radius: 14px;
    --ueh-button-radius: 9px;
    --ueh-player-radius: 14px;
    --ueh-card-padding: 32px;
    --ueh-font-size: 100%;
    --ueh-video-columns: 3;
    --ueh-news-columns: 3;
    --ueh-story-max-height: 330px;
    --ueh-about-width: 480px;
    width: 100%;
    max-width: var(--ueh-max-width);
    margin: 0 auto;
    color: var(--ueh-ink);
    font: inherit;
    font-size: var(--ueh-font-size);
    line-height: 1.5;
}

.ueh-theme-site {
    --ueh-accent: #9a6a35;
    --ueh-surface: #fbfaf7;
    --ueh-card: #f2efe8;
    --ueh-card-strong: #ffffff;
    --ueh-ink: #171714;
    --ueh-muted: #6f6b63;
    --ueh-line: rgba(23, 23, 20, .11);
    --ueh-line-strong: rgba(23, 23, 20, .18);
}
.ueh-theme-lostplace {
    --ueh-accent: #d18a45;
    --ueh-surface: #151511;
    --ueh-card: #201f1a;
    --ueh-card-strong: #1a1915;
    --ueh-ink: #f3efe7;
    --ueh-muted: #b9b1a3;
    --ueh-line: rgba(243, 239, 231, .12);
    --ueh-line-strong: rgba(243, 239, 231, .2);
    --ueh-shadow: 0 22px 60px rgba(0, 0, 0, .28);
    --ueh-shadow-soft: 0 10px 28px rgba(0, 0, 0, .18);
}
.ueh-theme-industrial {
    --ueh-accent: #626c50;
    --ueh-surface: #dddbd4;
    --ueh-card: #eceae4;
    --ueh-card-strong: #f6f4ef;
    --ueh-ink: #24251f;
    --ueh-muted: #65675e;
    --ueh-line: rgba(36, 37, 31, .13);
    --ueh-line-strong: rgba(36, 37, 31, .22);
}
.ueh-theme-night {
    --ueh-accent: #b0bc91;
    --ueh-surface: #0d100e;
    --ueh-card: #171b18;
    --ueh-card-strong: #121613;
    --ueh-ink: #edf1e9;
    --ueh-muted: #a9b0a4;
    --ueh-line: rgba(237, 241, 233, .11);
    --ueh-line-strong: rgba(237, 241, 233, .2);
    --ueh-shadow: 0 24px 65px rgba(0, 0, 0, .34);
    --ueh-shadow-soft: 0 10px 28px rgba(0, 0, 0, .21);
}
.ueh-theme-custom {
    --ueh-line: color-mix(in srgb, var(--ueh-ink) 12%, transparent);
    --ueh-line-strong: color-mix(in srgb, var(--ueh-ink) 20%, transparent);
    --ueh-shadow: 0 20px 55px rgba(0, 0, 0, .1);
    --ueh-shadow-soft: 0 8px 28px rgba(0, 0, 0, .06);
}

.ueh-wrap *, .ueh-wrap *::before, .ueh-wrap *::after { box-sizing: border-box; }
.ueh-wrap a { color: inherit; }
.ueh-wrap [hidden] { display: none !important; }
.ueh-wrap img { max-width: 100%; }
.ueh-section { margin: var(--ueh-section-space) 0; }
.ueh-wrap > :first-child { margin-top: 0; }
.ueh-wrap > :last-child { margin-bottom: 0; }

/* Editorial labels */
.ueh-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 12px;
    color: var(--ueh-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}
.ueh-kicker::before { content: ""; width: 22px; height: 1px; background: currentColor; opacity: .9; }
.ueh-no-kicker-lines .ueh-kicker::before { display: none; }

/* Intro: hero and timer are one visual unit */
.ueh-intro-shell {
    position: relative;
    overflow: hidden;
    margin: 0 0 var(--ueh-section-space);
    border: 1px solid var(--ueh-line);
    border-radius: calc(var(--ueh-card-radius) + 4px);
    background: var(--ueh-card-strong);
    box-shadow: var(--ueh-shadow-soft);
}
.ueh-intro-shell::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -150px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--ueh-accent) 8%, transparent) 0%, transparent 70%);
    pointer-events: none;
}
.ueh-hero {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 4.5vw, 52px) clamp(24px, 5vw, 58px) clamp(26px, 4vw, 44px);
}
.ueh-hero.is-about-only { padding-bottom: clamp(28px, 4vw, 44px); }
.ueh-hero h1 {
    max-width: 28ch;
    margin: 0;
    font: inherit;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    font-weight: 820;
    letter-spacing: -.038em;
    line-height: 1.02;
    text-wrap: balance;
}
.ueh-hero-subtitle {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--ueh-ink);
    font-size: clamp(.98rem, 1.55vw, 1.14rem);
    font-weight: 650;
    letter-spacing: -.012em;
    line-height: 1.42;
    text-wrap: balance;
}
.ueh-hero-text {
    max-width: 680px;
    margin-top: 14px;
    color: var(--ueh-muted);
    font-size: clamp(.94rem, 1.1vw, 1.02rem);
    line-height: 1.68;
}
.ueh-hero-text p { margin: 0; }
.ueh-welcome-center .ueh-hero { text-align: center; }
.ueh-welcome-center .ueh-hero h1,
.ueh-welcome-center .ueh-hero-subtitle,
.ueh-welcome-center .ueh-hero-text { margin-left: auto; margin-right: auto; }

/* About Luca is a compact editorial bridge between the video/story and current news. */
.ueh-about-section { margin-top: calc(var(--ueh-section-space) * .72); margin-bottom: calc(var(--ueh-section-space) * .9); }
.ueh-about-teaser {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(20px, 3vw, 38px);
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--ueh-line);
    border-radius: var(--ueh-card-radius);
    background: color-mix(in srgb, var(--ueh-card) 58%, var(--ueh-card-strong));
    box-shadow: var(--ueh-shadow-soft);
}
.ueh-about-teaser-copy { max-width: 760px; }
.ueh-about-teaser-copy .ueh-kicker { margin-bottom: 10px; }
.ueh-about-teaser-copy h2 {
    max-width: 30ch;
    margin: 0;
    font: inherit;
    font-size: clamp(1.35rem, 2.35vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -.026em;
    line-height: 1.12;
    text-wrap: balance;
}
.ueh-about-teaser-copy p { max-width: 64ch; margin: 10px 0 0; color: var(--ueh-muted); font-size: .94rem; line-height: 1.62; }
.ueh-about-teaser-actions { display: flex; align-items: center; justify-content: flex-end; }
.ueh-about-entry-cta { color: inherit; font-size: inherit; font-weight: inherit; }

.ueh-about-inline { display: none; position: relative; z-index: 1; }
.ueh-about-inline-inner { padding: 28px clamp(22px, 4vw, 40px) 32px; border-bottom: 1px solid var(--ueh-line); background: var(--ueh-card-strong); }
.ueh-about-backdrop { position: fixed; z-index: 9998; inset: 0; background: rgba(8, 8, 7, .56); backdrop-filter: blur(4px); }
.ueh-about-drawer {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: min(var(--ueh-about-width), 92vw);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    padding: clamp(32px, 5vw, 56px);
    border-left: 1px solid var(--ueh-line);
    background: var(--ueh-card-strong);
    color: var(--ueh-ink);
    box-shadow: -28px 0 80px rgba(0,0,0,.26);
    transform: translateX(103%);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s ease;
}
.ueh-about-drawer.is-open { transform: translateX(0); visibility: visible; }
.ueh-about-drawer h2,
.ueh-about-inline h2 { margin: 0 44px 22px 0; font: inherit; font-size: clamp(1.75rem, 3vw, 2.35rem); font-weight: 820; letter-spacing: -.04em; line-height: 1.02; }
.ueh-about-drawer h3,
.ueh-about-inline h3 { margin: 34px 0 12px; font: inherit; font-size: 1.18rem; font-weight: 800; }
.ueh-about-copy { max-width: 68ch; color: var(--ueh-muted); line-height: 1.78; }
.ueh-about-copy p { margin: 0 0 16px; }
.ueh-about-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--ueh-line);
    border-radius: 50%;
    background: transparent;
    color: var(--ueh-ink);
    cursor: pointer;
    font: inherit;
    font-size: 1.35rem;
    line-height: 1;
}
html.ueh-about-open, html.ueh-about-open body { overflow: hidden; }

/* Timer as footer of the intro card */
.ueh-next-strip {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 17px clamp(22px, 4vw, 40px);
    border: 0;
    border-top: 1px solid var(--ueh-line);
    border-radius: 0;
    background: color-mix(in srgb, var(--ueh-card) 58%, var(--ueh-card-strong));
}
.ueh-next-strip .ueh-kicker { margin-bottom: 5px; font-size: .63rem; }
.ueh-next-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 10px; }
.ueh-next-date { font-size: .94rem; font-weight: 800; line-height: 1.25; }
.ueh-next-time { color: var(--ueh-accent); font-size: .86rem; font-weight: 800; }
.ueh-badge { display: inline-flex; align-items: center; padding: 4px 7px; border-radius: 999px; background: var(--ueh-accent); color: #fff; font-size: .6rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.ueh-countdown { display: grid; grid-template-columns: repeat(4, minmax(46px, 1fr)); gap: 0; margin: 0; }
.ueh-countdown.is-three-parts { grid-template-columns: repeat(3, minmax(46px, 1fr)); }
.ueh-countdown div { min-width: 50px; padding: 4px 9px; text-align: center; border-left: 1px solid var(--ueh-line); }
.ueh-countdown strong { display: block; font-size: .95rem; line-height: 1.05; }
.ueh-countdown span { display: block; margin-top: 3px; color: var(--ueh-muted); font-size: .54rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.ueh-release-state { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
.ueh-release-state strong { font-size: .96rem; line-height: 1.2; }
.ueh-release-state a { color: var(--ueh-accent); font-size: .8rem; font-weight: 800; text-underline-offset: 3px; }

/* Site notices */
.ueh-site-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: calc(var(--ueh-section-space) * -.45) 0 var(--ueh-section-space);
    padding: 15px 18px;
    border: 1px solid var(--ueh-line);
    border-left: 3px solid var(--ueh-accent);
    border-radius: var(--ueh-card-radius);
    background: var(--ueh-card-strong);
    box-shadow: var(--ueh-shadow-soft);
}
.ueh-site-notice.is-warning { border-left-width: 5px; }
.ueh-site-notice-content { min-width: 0; flex: 1 1 auto; }
.ueh-site-notice-title { display: block; font-size: .94rem; }
.ueh-site-notice p { margin: 4px 0 0; color: var(--ueh-muted); line-height: 1.55; }
.ueh-site-notice small { flex: 0 0 auto; color: var(--ueh-muted); font-size: .72rem; }
.ueh-site-notice.is-cancelled {
    position: relative;
    justify-content: flex-start;
    margin: 0 0 14px;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, #a63d24 42%, var(--ueh-line));
    border-left: 6px solid #a63d24;
    background: color-mix(in srgb, #a63d24 8%, var(--ueh-card-strong));
    box-shadow: 0 12px 32px rgba(90, 35, 21, .10);
}
.ueh-site-notice.is-cancelled::after {
    content: "";
    position: absolute;
    right: -34px;
    top: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: color-mix(in srgb, #a63d24 7%, transparent);
    pointer-events: none;
}
.ueh-site-notice-mark {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #a63d24;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}
.ueh-site-notice-kicker {
    display: block;
    margin-bottom: 3px;
    color: color-mix(in srgb, #a63d24 70%, var(--ueh-ink));
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.ueh-site-notice.is-cancelled .ueh-site-notice-title { font-size: 1.02rem; line-height: 1.25; }
.ueh-site-notice-schedule {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 10px;
    margin-top: 10px;
    padding-top: 9px;
    border-top: 1px solid color-mix(in srgb, #a63d24 18%, var(--ueh-line));
}
.ueh-site-notice-schedule span { color: var(--ueh-muted); font-size: .72rem; font-weight: 700; }
.ueh-site-notice-schedule strong { color: var(--ueh-text); font-size: .8rem; }
.ueh-site-notice.is-cancelled small { margin-left: auto; align-self: flex-start; position: relative; z-index: 1; }

/* Main video */
.ueh-video-section { position: relative; }
.ueh-video-heading-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 920px;
    margin: 0 0 22px;
}
.ueh-video-title,
.ueh-news-section h2,
.ueh-extras h2 {
    margin: 0;
    font: inherit;
    font-size: clamp(1.75rem, 3.4vw, 2.8rem);
    font-weight: 820;
    line-height: 1.08;
    letter-spacing: -.035em;
    text-wrap: balance;
}
.ueh-new-badge,
.ueh-choice-new,
.ueh-important,
.ueh-news-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ueh-accent);
    color: #fff;
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .07em;
    line-height: 1;
    text-transform: uppercase;
}
.ueh-new-badge { flex: 0 0 auto; margin-top: 5px; padding: 7px 9px; }
.ueh-video-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--ueh-line);
    border-radius: var(--ueh-player-radius);
    background: #0d0d0d;
    box-shadow: var(--ueh-shadow);
}
.ueh-video-frame iframe { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; border: 0; }
.ueh-video-section.is-new-video .ueh-video-frame { box-shadow: 0 0 0 1px color-mix(in srgb, var(--ueh-accent) 70%, transparent), var(--ueh-shadow); }
.ueh-consent-placeholder {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: clamp(20px, 5vw, 46px);
    background:
        radial-gradient(circle at 75% 25%, rgba(154,106,53,.18), transparent 30%),
        linear-gradient(135deg, #11110f, #24221d);
    color: #fff;
    text-align: center;
}
.ueh-consent-inner { display: grid; justify-items: center; gap: 10px; max-width: 580px; }
.ueh-consent-inner strong { font-size: clamp(1.05rem, 2vw, 1.35rem); }
.ueh-consent-inner span { max-width: 54ch; color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.58; }
.ueh-video-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 13px;
    color: var(--ueh-muted);
    font-size: .83rem;
}
.ueh-video-meta a,
.ueh-read-more,
.ueh-action-link { color: var(--ueh-ink); font-weight: 780; text-underline-offset: 3px; }
.ueh-video-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 15px; }
.ueh-action-link { font-size: .85rem; }

/* Buttons */
.ueh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid var(--ueh-accent);
    border-radius: var(--ueh-button-radius);
    background: var(--ueh-accent);
    color: #fff !important;
    cursor: pointer;
    font: inherit;
    font-size: .83rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .16s ease, filter .16s ease, border-color .16s ease, background .16s ease;
}
.ueh-btn:hover { transform: translateY(-1px); filter: brightness(.98); }
.ueh-btn-secondary { border-color: var(--ueh-line-strong); background: transparent; color: var(--ueh-ink) !important; }
.ueh-btn-secondary:hover { border-color: var(--ueh-accent); background: var(--ueh-card); }

/* Video picker */
.ueh-picker-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 38px; }
.ueh-picker-head h3 { margin: 0; font: inherit; font-size: clamp(1.25rem, 2.2vw, 1.65rem); font-weight: 800; letter-spacing: -.025em; }
.ueh-video-picker { display: grid; grid-template-columns: repeat(var(--ueh-video-columns), minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.ueh-video-choice {
    appearance: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--ueh-line);
    border-radius: var(--ueh-card-radius);
    background: var(--ueh-card-strong);
    color: var(--ueh-ink);
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ueh-video-choice:hover { transform: translateY(-2px); border-color: var(--ueh-line-strong); box-shadow: var(--ueh-shadow-soft); }
.ueh-video-choice.is-active { border-color: color-mix(in srgb, var(--ueh-accent) 70%, var(--ueh-line)); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ueh-accent) 46%, transparent); }
.ueh-choice-thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #111; }
.ueh-choice-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .2s ease, transform .28s ease; }
.ueh-choice-thumb.is-media-loaded img { opacity: 1; }
.ueh-choice-thumb::after {
    content: "YouTube";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #171714, #2a2823);
    color: rgba(255,255,255,.48);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ueh-choice-thumb.is-media-loaded::after { display: none; }
.ueh-video-choice:hover .ueh-choice-thumb img { transform: scale(1.025); }
.ueh-choice-play { position: absolute; z-index: 2; left: 12px; bottom: 12px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,.72); color: #fff; font-size: .7rem; }
.ueh-choice-new { position: absolute; z-index: 2; top: 10px; right: 10px; padding: 6px 7px; }
.ueh-choice-copy { display: block; padding: 14px 15px 15px; }
.ueh-choice-copy strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 2.45em; font-size: .92rem; line-height: 1.32; }
.ueh-choice-copy small { display: block; margin-top: 8px; color: var(--ueh-muted); font-size: .74rem; }

/* Story: calm reading surface */
.ueh-card {
    position: relative;
    padding: var(--ueh-card-padding);
    border: 1px solid var(--ueh-line);
    border-radius: var(--ueh-card-radius);
    background: var(--ueh-card-strong);
    box-shadow: var(--ueh-shadow-soft);
}
.ueh-story-wide { margin: var(--ueh-section-space) 0; }
.ueh-story { overflow: hidden; }
.ueh-story::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--ueh-accent); }
.ueh-story .ueh-kicker { margin-bottom: 18px; }
.ueh-story-text { position: relative; max-width: 78ch; font-size: clamp(.98rem, 1.3vw, 1.08rem); line-height: 1.82; }
.ueh-story-text p:first-child { margin-top: 0; }
.ueh-story-text p:last-child { margin-bottom: 0; }
.ueh-story.is-collapsible:not(.is-expanded) .ueh-story-text { max-height: var(--ueh-story-max-height); overflow: hidden; }
.ueh-story.is-collapsible:not(.is-expanded) .ueh-story-text::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(to bottom, transparent, var(--ueh-card-strong)); pointer-events: none; }
.ueh-story-toggle { margin-top: 18px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ueh-ink); cursor: pointer; font: inherit; font-size: .85rem; font-weight: 800; }
.ueh-story-no-collapse .ueh-story-toggle { display: none !important; }

/* Section headings */
.ueh-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 22px; }

/* News */
.ueh-news-grid { display: grid; grid-template-columns: repeat(var(--ueh-news-columns), minmax(0, 1fr)); gap: 18px; }
.ueh-news-card { overflow: hidden; border: 1px solid var(--ueh-line); border-radius: var(--ueh-card-radius); background: var(--ueh-card-strong); box-shadow: var(--ueh-shadow-soft); }
.ueh-news-card.is-pinned { border-color: color-mix(in srgb, var(--ueh-accent) 55%, var(--ueh-line)); }
.ueh-news-image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: var(--ueh-card); }
.ueh-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.ueh-news-image:hover img { transform: scale(1.025); }
.ueh-news-body { padding: 20px 20px 22px; }
.ueh-news-labels { display: flex; flex-wrap: wrap; gap: 6px; min-height: 20px; margin-bottom: 9px; }
.ueh-important, .ueh-news-new { padding: 5px 7px; }
.ueh-category { display: inline-flex; align-items: center; padding: 4px 7px; border: 1px solid var(--ueh-line); border-radius: 999px; color: var(--ueh-muted); font-size: .62rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.ueh-news-body time { color: var(--ueh-accent); font-size: .74rem; font-weight: 760; }
.ueh-news-body h3 { margin: 8px 0 10px; font: inherit; font-size: 1.15rem; font-weight: 800; line-height: 1.3; }
.ueh-news-body h3 a { color: inherit; text-decoration: none; }
.ueh-news-body p { margin: 0 0 14px; color: var(--ueh-muted); font-size: .92rem; line-height: 1.62; }
.ueh-read-more { font-size: .84rem; }

/* Extras */
.ueh-extra-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ueh-extra-card h3 { margin: 0 0 12px; font: inherit; font-size: 1.25rem; font-weight: 800; line-height: 1.2; }
.ueh-extra-card p { color: var(--ueh-muted); line-height: 1.65; }
.ueh-location { color: var(--ueh-accent) !important; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ueh-stats { display: grid; gap: 10px; }
.ueh-stats div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 11px; border-top: 1px solid var(--ueh-line); }
.ueh-stats strong { font-size: 1.35rem; }
.ueh-stats span { color: var(--ueh-muted); font-size: .78rem; }
.ueh-social-links { display: grid; }
.ueh-social-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--ueh-line); color: var(--ueh-ink); font-size: .9rem; font-weight: 760; text-decoration: none; }
.ueh-social-links a span { color: var(--ueh-accent); }

.ueh-empty, .ueh-notice { padding: 20px; border: 1px solid var(--ueh-line); border-radius: var(--ueh-card-radius); background: var(--ueh-card); }
.ueh-notice span { display: block; margin-top: 6px; color: var(--ueh-muted); font-size: .86rem; }
.ueh-story:focus { outline: 3px solid var(--ueh-accent); outline-offset: 3px; }

/* Theme shells: keep dark/industrial presets contained and intentional. */
.ueh-theme-lostplace,
.ueh-theme-industrial,
.ueh-theme-night,
.ueh-theme-custom {
    padding: clamp(20px, 4vw, 46px);
    border-radius: calc(var(--ueh-card-radius) + 8px);
    background: var(--ueh-surface);
}
.ueh-theme-lostplace .ueh-btn:not(.ueh-btn-secondary),
.ueh-theme-lostplace .ueh-new-badge,
.ueh-theme-lostplace .ueh-choice-new,
.ueh-theme-lostplace .ueh-important,
.ueh-theme-lostplace .ueh-news-new,
.ueh-theme-lostplace .ueh-badge { color: #171714 !important; }
.ueh-theme-night .ueh-btn:not(.ueh-btn-secondary),
.ueh-theme-night .ueh-new-badge,
.ueh-theme-night .ueh-choice-new,
.ueh-theme-night .ueh-important,
.ueh-theme-night .ueh-news-new,
.ueh-theme-night .ueh-badge { color: #0d100e !important; }

/* Accessibility */
.ueh-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.ueh-wrap a:focus-visible,
.ueh-wrap button:focus-visible,
.ueh-wrap [tabindex="-1"]:focus-visible { outline: 3px solid var(--ueh-accent); outline-offset: 3px; }
.ueh-no-animations *, .ueh-no-animations *::before, .ueh-no-animations *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }

/* Responsive */
@media (max-width: 900px) {
    .ueh-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ueh-extra-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .ueh-intro-shell::before { width: 280px; height: 280px; }
    .ueh-hero { padding: 26px 22px 24px; }
    .ueh-hero h1 { font-size: clamp(1.95rem, 9.2vw, 2.75rem); line-height: 1.04; }
    .ueh-hero-subtitle { font-size: clamp(.96rem, 4.3vw, 1.08rem); }
    .ueh-about-teaser { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
    .ueh-about-teaser-copy h2 { font-size: clamp(1.3rem, 6.4vw, 1.72rem); }
    .ueh-about-teaser-actions { justify-content: flex-start; }
    .ueh-about-drawer, .ueh-about-backdrop { display: none !important; }
    .ueh-about-inline { display: block; }
    .ueh-about-inline[hidden] { display: none !important; }
    .ueh-about-inline-inner { padding: 26px 22px 30px; }
    .ueh-about-inline h2 { margin-right: 0; font-size: clamp(1.6rem, 7.6vw, 2.05rem); }
    .ueh-next-strip { grid-template-columns: 1fr; gap: 12px; padding: 15px 20px 16px; }
    .ueh-countdown { width: 100%; }
    .ueh-countdown div:first-child { border-left: 0; }
    .ueh-site-notice { margin-top: calc(var(--ueh-section-space) * -.45); align-items: flex-start; flex-direction: column; }
    .ueh-site-notice.is-cancelled { margin-top: 0; flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 12px; padding: 16px; }
    .ueh-site-notice.is-cancelled small { flex: 0 0 calc(100% - 46px); width: auto; margin-left: 46px; }
    .ueh-picker-head { align-items: flex-start; }
    .ueh-video-picker { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(235px, 78vw); grid-template-columns: none; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: 2px 2px 12px; }
    .ueh-video-choice { scroll-snap-align: start; }
}
@media (max-width: 560px) {
    .ueh-theme-lostplace, .ueh-theme-industrial, .ueh-theme-night, .ueh-theme-custom { padding: 16px; }
    .ueh-section, .ueh-story-wide { margin-top: min(var(--ueh-section-space), 50px); margin-bottom: min(var(--ueh-section-space), 50px); }
    .ueh-news-grid, .ueh-extra-grid { grid-template-columns: 1fr; }
    .ueh-video-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
    .ueh-card { padding: min(var(--ueh-card-padding), 22px); }
    .ueh-picker-head { display: grid; }
    .ueh-btn-secondary { justify-self: start; }
    .ueh-video-heading-row { display: block; }
    .ueh-new-badge { margin-top: 10px; }
    .ueh-countdown div { min-width: 0; padding-inline: 4px; }
}
@media (prefers-reduced-motion: reduce) {
    .ueh-about-drawer, .ueh-video-choice, .ueh-news-image img, .ueh-btn { transition: none; }
}

/* 1.5.3: single About trigger + responsive hardening */
.ueh-about-teaser-copy,
.ueh-about-teaser-actions,
.ueh-next-strip > *,
.ueh-picker-head > *,
.ueh-section-head > *,
.ueh-video-meta > * { min-width: 0; }

.ueh-about-teaser-trigger {
    gap: 8px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
}
.ueh-about-trigger-icon {
    flex: 0 0 auto;
    font-size: 1em;
    line-height: 1;
}

.ueh-video-title,
.ueh-picker-head h3,
.ueh-about-teaser-copy h2,
.ueh-news-body h3,
.ueh-extra-card h3,
.ueh-hero h1,
.ueh-hero-subtitle { overflow-wrap: anywhere; }

.ueh-btn {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

.ueh-about-drawer {
    width: min(var(--ueh-about-width), calc(100vw - 24px));
}

@media (max-width: 900px) {
    .ueh-video-title,
    .ueh-news-section h2,
    .ueh-extras h2 { font-size: clamp(1.65rem, 4.8vw, 2.35rem); }
    .ueh-about-teaser { gap: 22px; }
}

@media (max-width: 720px) {
    .ueh-about-teaser-actions { width: 100%; }
    .ueh-about-teaser-trigger { min-height: 44px; }
    .ueh-video-actions { gap: 10px 14px; }
    .ueh-section-head { align-items: flex-start; }
    .ueh-news-body { padding: 18px; }
    .ueh-extra-grid { gap: 14px; }
}

@media (max-width: 560px) {
    .ueh-wrap { font-size: min(var(--ueh-font-size), 100%); }
    .ueh-intro-shell { border-radius: min(calc(var(--ueh-card-radius) + 4px), 16px); }
    .ueh-hero { padding: 24px 19px 22px; }
    .ueh-hero h1 { font-size: clamp(1.8rem, 8.7vw, 2.25rem); }
    .ueh-hero-subtitle { margin-top: 9px; }
    .ueh-hero-text { margin-top: 11px; line-height: 1.6; }

    .ueh-next-strip { padding: 14px 18px 15px; }
    .ueh-next-line { gap: 4px 8px; }
    .ueh-countdown { width: 100%; }
    .ueh-countdown div { padding: 5px 3px; }
    .ueh-countdown strong { font-size: .9rem; }
    .ueh-countdown span { font-size: .5rem; letter-spacing: .045em; }

    .ueh-video-title,
    .ueh-news-section h2,
    .ueh-extras h2 { font-size: clamp(1.55rem, 7.5vw, 2rem); }
    .ueh-video-frame { border-radius: min(var(--ueh-player-radius), 14px); }
    .ueh-video-picker { grid-auto-columns: minmax(220px, 84vw); gap: 12px; }
    .ueh-picker-head { gap: 12px; margin-top: 30px; }
    .ueh-picker-head .ueh-btn { width: 100%; }
    .ueh-video-actions .ueh-btn { width: 100%; }

    .ueh-about-section { margin-top: min(calc(var(--ueh-section-space) * .72), 40px); margin-bottom: min(calc(var(--ueh-section-space) * .9), 46px); }
    .ueh-about-teaser { gap: 15px; padding: 19px; }
    .ueh-about-teaser-copy .ueh-kicker { margin-bottom: 8px; }
    .ueh-about-teaser-copy h2 { font-size: clamp(1.25rem, 6.1vw, 1.55rem); }
    .ueh-about-teaser-copy p { margin-top: 8px; font-size: .91rem; line-height: 1.58; }
    .ueh-about-teaser-trigger { width: 100%; }
    .ueh-about-inline-inner { padding: 22px 19px 26px; }
    .ueh-about-inline h2 { font-size: clamp(1.45rem, 7vw, 1.82rem); }
    .ueh-about-copy { line-height: 1.68; }

    .ueh-card { padding: min(var(--ueh-card-padding), 20px); }
    .ueh-story-text { font-size: .98rem; line-height: 1.72; }
    .ueh-news-body { padding: 17px; }
    .ueh-news-body h3 { font-size: 1.08rem; }
    .ueh-extra-card h3 { font-size: 1.15rem; }

    .ueh-btn { min-height: 44px; padding: 10px 14px; }
    .ueh-social-links a { min-height: 44px; }
}

@media (max-width: 430px) {
    .ueh-theme-lostplace,
    .ueh-theme-industrial,
    .ueh-theme-night,
    .ueh-theme-custom { padding: 12px; border-radius: min(calc(var(--ueh-card-radius) + 8px), 18px); }

    .ueh-consent-placeholder { padding: 14px; }
    .ueh-consent-inner { gap: 8px; }
    .ueh-consent-inner strong { font-size: .98rem; }
    .ueh-consent-inner span { display: none; }
    .ueh-consent-inner .ueh-btn { min-height: 40px; padding: 7px 11px; font-size: .76rem; }

    .ueh-video-picker { grid-auto-columns: minmax(205px, 88vw); }
    .ueh-choice-copy { padding: 12px 13px 14px; }
    .ueh-choice-copy strong { font-size: .88rem; }

    .ueh-kicker { font-size: .67rem; letter-spacing: .11em; }
    .ueh-kicker::before { width: 18px; }
}

/* 1.5.4: cancellation / reschedule alert */
@media (max-width: 520px) {
    .ueh-site-notice.is-cancelled { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 10px 12px; padding: 15px; }
    .ueh-site-notice-mark { width: 30px; height: 30px; }
    .ueh-site-notice.is-cancelled small { grid-column: 2; width: auto; margin: 0; }
    .ueh-site-notice-schedule { display: grid; gap: 2px; }
    .ueh-site-notice-schedule strong { overflow-wrap: anywhere; }
}


/* 2.0.1: compact timer + desktop video/sidebar layout */
.ueh-intro-shell { --ueh-intro-x: clamp(24px, 5vw, 58px); }
.ueh-hero { padding-left: var(--ueh-intro-x); padding-right: var(--ueh-intro-x); }
.ueh-next-strip {
    width: calc(100% - var(--ueh-intro-x) - var(--ueh-intro-x));
    max-width: 760px;
    margin: 0 0 clamp(24px, 3.5vw, 34px) var(--ueh-intro-x);
    padding: 14px 16px;
    border: 1px solid var(--ueh-line);
    border-radius: calc(var(--ueh-card-radius) - 2px);
    background: color-mix(in srgb, var(--ueh-card) 66%, var(--ueh-card-strong));
    box-shadow: none;
}
.ueh-next-strip .ueh-kicker { margin-bottom: 4px; }
.ueh-next-date { font-size: .9rem; }
.ueh-next-time { font-size: .82rem; }
.ueh-countdown div { min-width: 47px; padding: 3px 8px; }
.ueh-countdown strong { font-size: .9rem; }

.ueh-video-layout {
    display: grid;
    grid-template-columns: minmax(0, 800px) minmax(300px, 1fr);
    align-items: start;
    gap: clamp(24px, 3vw, 38px);
}
.ueh-video-main,
.ueh-video-sidebar { min-width: 0; }
.ueh-video-main { width: 100%; }
.ueh-video-heading-row { max-width: 800px; margin-bottom: 16px; }
.ueh-video-title { font-size: clamp(1.55rem, 2.45vw, 2.25rem); }
.ueh-video-frame { width: 100%; max-width: 800px; }
.ueh-video-meta { max-width: 800px; }
.ueh-video-actions { max-width: 800px; }
.ueh-video-single-more { margin: 18px 0 0; }

.ueh-video-sidebar {
    padding-top: 1px;
}
.ueh-video-sidebar .ueh-picker-head {
    display: block;
    margin: 0 0 14px;
}
.ueh-video-sidebar .ueh-picker-head h3 {
    font-size: clamp(1.15rem, 1.55vw, 1.42rem);
    line-height: 1.15;
}
.ueh-video-sidebar .ueh-picker-head .ueh-kicker { margin-bottom: 7px; }
.ueh-video-sidebar .ueh-video-picker {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 0;
    overflow: visible;
    padding: 0;
}
.ueh-video-sidebar .ueh-video-choice {
    display: grid;
    grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
    align-items: stretch;
    min-height: 84px;
}
.ueh-video-sidebar .ueh-choice-thumb {
    height: 100%;
    min-height: 84px;
    aspect-ratio: auto;
    border-right: 1px solid var(--ueh-line);
}
.ueh-video-sidebar .ueh-choice-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11px 12px;
}
.ueh-video-sidebar .ueh-choice-copy strong {
    min-height: 0;
    font-size: .86rem;
    line-height: 1.3;
}
.ueh-video-sidebar .ueh-choice-copy small { margin-top: 5px; font-size: .69rem; }
.ueh-video-sidebar .ueh-choice-play {
    left: 9px;
    bottom: 9px;
    width: 28px;
    height: 28px;
    font-size: .58rem;
}
.ueh-video-sidebar .ueh-choice-new { top: 7px; right: 7px; padding: 5px 6px; font-size: .54rem; }
.ueh-video-sidebar-more { width: 100%; margin-top: 13px; }

@media (max-width: 900px) {
    .ueh-intro-shell { --ueh-intro-x: 22px; }
    .ueh-next-strip { max-width: 700px; }
    .ueh-video-layout { grid-template-columns: 1fr; gap: 28px; }
    .ueh-video-main,
    .ueh-video-frame,
    .ueh-video-heading-row,
    .ueh-video-meta,
    .ueh-video-actions { max-width: none; }
    .ueh-video-sidebar .ueh-picker-head { margin-bottom: 12px; }
    .ueh-video-sidebar .ueh-video-picker {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(235px, 42vw);
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        padding: 2px 2px 12px;
    }
    .ueh-video-sidebar .ueh-video-choice {
        display: block;
        min-height: 0;
        scroll-snap-align: start;
    }
    .ueh-video-sidebar .ueh-choice-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-right: 0;
    }
    .ueh-video-sidebar .ueh-choice-copy { display: block; padding: 13px 14px 14px; }
    .ueh-video-sidebar .ueh-choice-copy strong { font-size: .9rem; }
    .ueh-video-sidebar-more { width: auto; margin-top: 2px; }
}

@media (max-width: 720px) {
    .ueh-intro-shell { --ueh-intro-x: 20px; }
    .ueh-next-strip {
        width: calc(100% - var(--ueh-intro-x) - var(--ueh-intro-x));
        max-width: none;
        margin-left: var(--ueh-intro-x);
        margin-bottom: 20px;
        padding: 13px 14px;
    }
    .ueh-countdown { width: 100%; }
    .ueh-video-layout { gap: 24px; }
    .ueh-video-sidebar .ueh-video-picker { grid-auto-columns: minmax(230px, 78vw); }
}

@media (max-width: 560px) {
    .ueh-intro-shell { --ueh-intro-x: 18px; }
    .ueh-next-strip { margin-bottom: 18px; padding: 12px 12px 13px; }
    .ueh-video-title { font-size: clamp(1.45rem, 6.8vw, 1.85rem); }
    .ueh-video-heading-row { margin-bottom: 13px; }
    .ueh-video-sidebar .ueh-video-picker { grid-auto-columns: minmax(215px, 84vw); }
    .ueh-video-sidebar-more { width: 100%; }
}

@media (max-width: 430px) {
    .ueh-intro-shell { --ueh-intro-x: 16px; }
    .ueh-next-strip { width: calc(100% - 32px); margin-left: 16px; }
    .ueh-video-sidebar .ueh-video-picker { grid-auto-columns: minmax(205px, 88vw); }
}

/* Suite 2.0.4: corrected and unified homepage video design */
@media (min-width: 901px) {
    .ueh-intro-shell.has-welcome.has-timer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(345px, 385px);
        align-items: start;
        column-gap: clamp(28px, 3.2vw, 48px);
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-hero {
        min-width: 0;
        padding-right: 0;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip {
        align-self: start;
        width: auto;
        max-width: none;
        margin: clamp(28px, 3.4vw, 42px) var(--ueh-intro-x) 0 0;
        padding: 17px 18px 16px;
        border: 1px solid var(--ueh-line);
        border-radius: 14px;
        background: color-mix(in srgb, var(--ueh-card-strong) 88%, var(--ueh-card));
        box-shadow: 0 8px 24px rgba(28,24,17,.045);
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-copy { margin-bottom: 11px; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip .ueh-kicker { margin-bottom: 5px; font-size: .63rem; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-line { gap: 4px 9px; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-date { font-size: 1rem; line-height: 1.22; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-time { font-size: .86rem; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-badge { padding: 4px 7px; font-size: .55rem; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown {
        width: 100%;
        padding-top: 10px;
        border-top: 1px solid var(--ueh-line);
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown div { min-width: 0; padding: 3px 7px; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown div:first-child { border-left: 0; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown strong { font-size: 1.08rem; line-height: 1; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown span { margin-top: 4px; font-size: .52rem; letter-spacing: .05em; }
}

/* Main video + last three videos */
.ueh-video-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(360px, .96fr);
    align-items: start;
    gap: clamp(28px, 3vw, 40px);
}
.ueh-video-main,
.ueh-video-sidebar { min-width: 0; }
.ueh-video-frame,
.ueh-video-heading-row,
.ueh-video-meta,
.ueh-video-actions { max-width: 820px; }
.ueh-video-heading-row { margin-bottom: 15px; }
.ueh-video-title {
    font-size: clamp(1.55rem, 2.15vw, 2.08rem);
    line-height: 1.12;
}
.ueh-video-frame {
    border-radius: 15px;
    box-shadow: 0 14px 38px rgba(28,24,17,.075);
}
.ueh-video-meta { margin-top: 11px; font-size: .78rem; }

.ueh-video-sidebar .ueh-picker-head {
    display: block;
    margin: 0 0 13px;
}
.ueh-video-sidebar .ueh-picker-head .ueh-kicker { margin-bottom: 4px; }
.ueh-video-sidebar .ueh-picker-head h3 {
    margin: 0;
    font: inherit;
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.018em;
}
.ueh-video-sidebar .ueh-video-picker {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 0;
    padding: 0;
    overflow: visible;
}

/* Prevent the active WordPress theme from styling these controls as normal buttons. */
.ueh-video-sidebar button.ueh-choice-thumb-select,
.ueh-video-sidebar button.ueh-choice-copy-select,
.ueh-video-sidebar button.ueh-choice-story-toggle {
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: none !important;
}

.ueh-video-sidebar .ueh-video-choice {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    width: 100%;
    min-height: 112px;
    overflow: hidden;
    border: 1px solid var(--ueh-line);
    border-radius: 12px;
    background: var(--ueh-card-strong);
    color: var(--ueh-ink);
    box-shadow: none;
    cursor: default;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.ueh-video-sidebar .ueh-video-choice:hover {
    transform: none;
    border-color: var(--ueh-line-strong);
    background: color-mix(in srgb, var(--ueh-card-strong) 97%, var(--ueh-card));
    box-shadow: 0 7px 20px rgba(28,24,17,.045);
}
.ueh-video-sidebar .ueh-video-choice.is-active {
    border-color: color-mix(in srgb, var(--ueh-accent) 58%, var(--ueh-line));
    background: color-mix(in srgb, var(--ueh-card-strong) 96%, var(--ueh-accent));
    box-shadow: inset 3px 0 0 var(--ueh-accent);
}

.ueh-video-sidebar .ueh-choice-thumb-select,
.ueh-video-sidebar .ueh-choice-copy-select {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    text-align: left !important;
    cursor: pointer !important;
}
.ueh-video-sidebar .ueh-choice-thumb-select { height: 100%; }
.ueh-video-sidebar .ueh-choice-thumb-select:hover,
.ueh-video-sidebar .ueh-choice-copy-select:hover,
.ueh-video-sidebar .ueh-choice-thumb-select:focus,
.ueh-video-sidebar .ueh-choice-copy-select:focus {
    background: transparent !important;
    color: inherit !important;
}
.ueh-video-sidebar .ueh-choice-thumb-select:focus-visible,
.ueh-video-sidebar .ueh-choice-copy-select:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--ueh-accent) 38%, transparent);
    outline-offset: -3px;
}

.ueh-video-sidebar .ueh-choice-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 112px;
    overflow: hidden;
    aspect-ratio: auto;
    border: 0;
    border-right: 1px solid var(--ueh-line);
    background: var(--ueh-card);
}
.ueh-video-sidebar .ueh-choice-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ueh-video-sidebar .ueh-choice-play {
    left: 9px;
    bottom: 9px;
    width: 27px;
    height: 27px;
    font-size: .57rem;
    background: rgba(0,0,0,.72);
}
.ueh-video-sidebar .ueh-choice-new {
    top: 8px;
    right: 8px;
    padding: 4px 6px;
    font-size: .51rem;
}

.ueh-video-sidebar .ueh-choice-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 11px 13px 12px;
}
.ueh-video-sidebar .ueh-choice-date {
    display: block;
    margin: 0 0 4px;
    color: var(--ueh-muted);
    font-size: .64rem;
    font-weight: 650;
    line-height: 1.2;
}
.ueh-video-sidebar .ueh-choice-title {
    display: block;
    overflow: hidden;
    color: var(--ueh-ink);
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.27;
    max-height: 2.54em;
    letter-spacing: -.01em;
    overflow-wrap: anywhere;
}
.ueh-video-sidebar .ueh-choice-story {
    margin: 7px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
}
.ueh-video-sidebar .ueh-choice-story-preview,
.ueh-video-sidebar .ueh-choice-story-full {
    margin: 0;
    color: var(--ueh-muted);
    font-size: .72rem;
    font-weight: 400;
    line-height: 1.45;
}
.ueh-video-sidebar .ueh-choice-story-preview {
    display: block;
    overflow: hidden;
    max-height: 2.9em;
}
.ueh-video-sidebar .ueh-choice-story-preview.is-complete {
    display: block;
    overflow: visible;
    max-height: none;
}
.ueh-video-sidebar .ueh-choice-story-full { padding-top: 1px; }
.ueh-video-sidebar .ueh-choice-story-toggle {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 6px 0 0 !important;
    padding: 0 0 1px !important;
    border: 0 !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--ueh-ink) !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: .7rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.ueh-video-sidebar .ueh-choice-story-toggle:hover { color: var(--ueh-accent) !important; }
.ueh-video-sidebar .ueh-choice-story-toggle:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--ueh-accent) 42%, transparent);
    outline-offset: 3px;
}
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-content {
    justify-content: flex-start;
}
.ueh-video-sidebar .ueh-video-sidebar-more {
    width: 100%;
    margin-top: 13px;
}

@media (max-width: 1120px) and (min-width: 901px) {
    .ueh-intro-shell.has-welcome.has-timer {
        grid-template-columns: minmax(0, 1fr) minmax(315px, 345px);
    }
    .ueh-video-layout {
        grid-template-columns: minmax(0, 1.48fr) minmax(320px, .92fr);
        gap: 24px;
    }
    .ueh-video-sidebar .ueh-video-choice { grid-template-columns: 130px minmax(0, 1fr); }
    .ueh-video-sidebar .ueh-choice-title { font-size: .84rem; }
    .ueh-video-sidebar .ueh-choice-story-preview,
    .ueh-video-sidebar .ueh-choice-story-full { font-size: .69rem; }
}

@media (max-width: 900px) {
    .ueh-intro-shell.has-welcome.has-timer { display: block; }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip {
        width: min(470px, calc(100% - var(--ueh-intro-x) - var(--ueh-intro-x)));
        max-width: none;
        margin: 0 0 22px var(--ueh-intro-x);
        padding: 15px 16px;
    }
    .ueh-video-layout { grid-template-columns: 1fr; gap: 27px; }
    .ueh-video-main,
    .ueh-video-frame,
    .ueh-video-heading-row,
    .ueh-video-meta,
    .ueh-video-actions { max-width: none; }
    .ueh-video-sidebar .ueh-video-picker {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(300px, 56vw);
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 1px 1px 9px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }
    .ueh-video-sidebar .ueh-video-choice {
        grid-template-columns: 120px minmax(0, 1fr);
        scroll-snap-align: start;
    }
    .ueh-video-sidebar .ueh-choice-thumb { min-height: 108px; }
}

@media (max-width: 640px) {
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip {
        width: calc(100% - var(--ueh-intro-x) - var(--ueh-intro-x));
        margin-left: var(--ueh-intro-x);
        margin-bottom: 18px;
    }
    .ueh-video-sidebar .ueh-video-picker { grid-auto-columns: minmax(270px, 84vw); }
    .ueh-video-sidebar .ueh-video-choice { grid-template-columns: 108px minmax(0, 1fr); }
    .ueh-video-sidebar .ueh-choice-content { padding: 10px 11px 11px; }
    .ueh-video-sidebar .ueh-choice-title { font-size: .82rem; }
    .ueh-video-sidebar .ueh-choice-story-preview,
    .ueh-video-sidebar .ueh-choice-story-full { font-size: .68rem; }
}

@media (max-width: 430px) {
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip {
        width: calc(100% - 32px);
        margin-left: 16px;
        padding: 14px;
    }
    .ueh-video-sidebar .ueh-video-picker { grid-auto-columns: minmax(246px, 88vw); }
    .ueh-video-sidebar .ueh-video-choice { grid-template-columns: 1fr; }
    .ueh-video-sidebar .ueh-choice-thumb-select { height: auto; }
    .ueh-video-sidebar .ueh-choice-thumb {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-right: 0;
        border-bottom: 1px solid var(--ueh-line);
    }
    .ueh-video-sidebar .ueh-choice-content { padding: 11px 12px 12px; }
}


/* Suite 2.0.5: preserve full sidebar thumbnails and vertically center the video list. */
.ueh-video-sidebar .ueh-choice-thumb-select {
    height: auto !important;
    align-self: center;
}
.ueh-video-sidebar .ueh-choice-thumb {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
}
.ueh-video-sidebar .ueh-choice-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 901px) {
    .ueh-video-sidebar {
        align-self: center;
    }
}


/* Suite 2.0.6: clean selectable cards and active state. */
.ueh-video-sidebar .ueh-video-choice {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.ueh-video-sidebar .ueh-video-choice.is-active {
    border-color: color-mix(in srgb, var(--ueh-accent) 72%, var(--ueh-line));
    background: color-mix(in srgb, var(--ueh-card-strong) 97%, var(--ueh-accent));
    box-shadow: none;
}
.ueh-video-sidebar .ueh-video-choice.is-active::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 8;
    border: 2px solid color-mix(in srgb, var(--ueh-accent) 72%, var(--ueh-line));
    border-radius: inherit;
    pointer-events: none;
}
.ueh-video-sidebar .ueh-choice-thumb-select,
.ueh-video-sidebar .ueh-choice-thumb,
.ueh-video-sidebar .ueh-choice-thumb img {
    max-width: 100%;
}
.ueh-video-sidebar .ueh-choice-thumb {
    box-sizing: border-box;
}
/* Do not show separate theme/browser focus rectangles around thumbnail/title.
   Keyboard focus is represented on the complete card instead. */
.ueh-video-sidebar .ueh-choice-thumb-select::-moz-focus-inner,
.ueh-video-sidebar .ueh-choice-copy-select::-moz-focus-inner {
    border: 0 !important;
}
.ueh-video-sidebar .ueh-choice-thumb-select:focus,
.ueh-video-sidebar .ueh-choice-copy-select:focus,
.ueh-video-sidebar .ueh-choice-thumb-select:focus-visible,
.ueh-video-sidebar .ueh-choice-copy-select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.ueh-video-sidebar .ueh-video-choice:not(.is-active):focus-within {
    border-color: color-mix(in srgb, var(--ueh-accent) 72%, var(--ueh-line));
}
.ueh-video-sidebar .ueh-video-choice:not(.is-active):focus-within::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: 9;
    border: 1px solid color-mix(in srgb, var(--ueh-accent) 54%, transparent);
    border-radius: inherit;
    pointer-events: none;
}

/* Suite 2.0.7: larger vertically centered timer and stable story expansion. */
@media (min-width: 901px) {
    .ueh-intro-shell.has-welcome.has-timer {
        grid-template-columns: minmax(0, 1fr) minmax(365px, 410px);
        align-items: stretch;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip {
        align-self: center;
        margin: 0 var(--ueh-intro-x) 0 0;
        padding: 20px 21px 19px;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-copy {
        margin-bottom: 13px;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-strip .ueh-kicker {
        margin-bottom: 6px;
        font-size: .66rem;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-date {
        font-size: 1.08rem;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-next-time {
        font-size: .9rem;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown {
        padding-top: 12px;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown div {
        padding: 5px 9px;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown strong {
        font-size: 1.22rem;
    }
    .ueh-intro-shell.has-welcome.has-timer .ueh-countdown span {
        font-size: .54rem;
    }
}

/* When a story expands, the thumbnail stays pinned to the top of the card. */
.ueh-video-sidebar .ueh-choice-thumb-select {
    align-self: start !important;
}
.ueh-video-sidebar .ueh-video-choice.is-story-expanded {
    align-items: start;
}
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-content {
    align-self: start;
}


/* Suite 2.0.8: keep the collapsed card composition fixed while story details grow below it. */
.ueh-video-sidebar .ueh-video-choice {
    display: block;
    min-height: 0;
}
.ueh-video-sidebar .ueh-choice-summary {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    min-height: 112px;
    align-items: center;
}
.ueh-video-sidebar .ueh-choice-summary .ueh-choice-thumb-select {
    align-self: center !important;
    height: auto !important;
}
.ueh-video-sidebar .ueh-choice-summary .ueh-choice-content {
    align-self: center;
    justify-content: center;
}
/* Expansion is a new row below the unchanged summary. */
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-summary,
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-summary .ueh-choice-thumb-select,
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-summary .ueh-choice-content {
    align-self: center !important;
    align-items: center;
}
.ueh-video-sidebar .ueh-choice-story-full {
    margin: 0;
    padding: 11px 13px 13px;
    border-top: 1px solid var(--ueh-line);
    background: color-mix(in srgb, var(--ueh-card-strong) 98%, var(--ueh-card));
    color: var(--ueh-muted);
    font-size: .72rem;
    font-weight: 400;
    line-height: 1.5;
}
.ueh-video-sidebar .ueh-choice-story-full[hidden] { display: none !important; }

@media (max-width: 1120px) and (min-width: 901px) {
    .ueh-video-sidebar .ueh-choice-summary { grid-template-columns: 130px minmax(0, 1fr); }
}
@media (max-width: 900px) {
    .ueh-video-sidebar .ueh-choice-summary { grid-template-columns: 120px minmax(0, 1fr); }
}
@media (max-width: 640px) {
    .ueh-video-sidebar .ueh-choice-summary { grid-template-columns: 108px minmax(0, 1fr); }
    .ueh-video-sidebar .ueh-choice-story-full { padding: 10px 11px 12px; font-size: .68rem; }
}
@media (max-width: 430px) {
    .ueh-video-sidebar .ueh-choice-summary { grid-template-columns: 1fr; }
    .ueh-video-sidebar .ueh-choice-summary .ueh-choice-thumb-select { width: 100% !important; }
}


/* Suite 2.0.9: robust video cards on desktop, tablet and phone. */
.ueh-video-sidebar .ueh-video-choice {
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

/* The summary always stays horizontal. This prevents the thumbnail from jumping above
   the text at unusual zoom levels or intermediate device widths. */
.ueh-video-sidebar .ueh-choice-summary {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) !important;
    min-width: 0;
    min-height: 112px;
    align-items: center;
}
.ueh-video-sidebar .ueh-choice-summary .ueh-choice-thumb-select {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    align-self: center !important;
}
.ueh-video-sidebar .ueh-choice-summary .ueh-choice-thumb {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
    border-right: 1px solid var(--ueh-line) !important;
    border-bottom: 0 !important;
}
.ueh-video-sidebar .ueh-choice-summary .ueh-choice-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.ueh-video-sidebar .ueh-choice-summary .ueh-choice-content {
    min-width: 0;
    align-self: center !important;
    justify-content: center !important;
    padding: 11px 13px 12px !important;
}
.ueh-video-sidebar .ueh-choice-copy-select { min-width: 0 !important; }
.ueh-video-sidebar .ueh-choice-title {
    max-height: 2.54em;
    overflow: hidden;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
}
.ueh-video-sidebar .ueh-choice-story-preview,
.ueh-video-sidebar .ueh-choice-story-preview.is-complete {
    display: -webkit-box;
    max-height: none;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

/* Opening the story must never reposition the summary or thumbnail. */
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-summary,
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-summary .ueh-choice-thumb-select,
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-summary .ueh-choice-content {
    align-self: center !important;
    align-items: center !important;
}
/* Reserve the original link's space, but move the close action to the bottom drawer. */
.ueh-video-sidebar .ueh-video-choice.is-story-expanded .ueh-choice-story-open {
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Expanded story: a separate, clearly labelled drawer below the unchanged summary. */
.ueh-video-sidebar .ueh-choice-story-full {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--ueh-line);
    background: color-mix(in srgb, var(--ueh-card-strong) 98%, var(--ueh-card));
}
.ueh-video-sidebar .ueh-choice-story-full[hidden] { display: none !important; }
.ueh-video-sidebar .ueh-choice-story-full-inner { padding: 14px 16px 15px; }
.ueh-video-sidebar .ueh-choice-story-full-heading {
    margin: 0 0 8px;
    color: var(--ueh-accent);
    font-size: .61rem;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.ueh-video-sidebar .ueh-choice-story-full-text {
    color: var(--ueh-muted);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.62;
}
.ueh-video-sidebar .ueh-choice-story-close {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 12px 0 0 !important;
    padding: 0 0 1px !important;
    border: 0 !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--ueh-ink) !important;
    box-shadow: none !important;
    font: inherit !important;
    font-size: .7rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    cursor: pointer !important;
}
.ueh-video-sidebar .ueh-choice-story-close:hover { color: var(--ueh-accent) !important; }
.ueh-video-sidebar .ueh-choice-story-close:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--ueh-accent) 42%, transparent);
    outline-offset: 3px;
}

/* Once the main layout stacks, use a normal vertical list instead of a horizontal
   carousel. This is more predictable across phones, tablets, browser zoom and split view. */
@media (max-width: 900px) {
    .ueh-video-sidebar .ueh-video-picker {
        display: grid !important;
        grid-auto-flow: row !important;
        grid-auto-columns: auto !important;
        grid-template-columns: 1fr !important;
        gap: 11px !important;
        overflow: visible !important;
        padding: 0 !important;
        scroll-snap-type: none !important;
    }
    .ueh-video-sidebar .ueh-video-choice {
        width: 100% !important;
        scroll-snap-align: none !important;
    }
    .ueh-video-sidebar .ueh-choice-summary {
        grid-template-columns: 132px minmax(0, 1fr) !important;
        min-height: 104px;
    }
}
@media (max-width: 560px) {
    .ueh-video-sidebar .ueh-choice-summary {
        grid-template-columns: 108px minmax(0, 1fr) !important;
        min-height: 94px;
    }
    .ueh-video-sidebar .ueh-choice-summary .ueh-choice-content { padding: 9px 10px 10px !important; }
    .ueh-video-sidebar .ueh-choice-date { font-size: .59rem; }
    .ueh-video-sidebar .ueh-choice-title { font-size: .79rem; }
    .ueh-video-sidebar .ueh-choice-story-preview { font-size: .66rem; }
    .ueh-video-sidebar .ueh-choice-story-toggle { font-size: .66rem !important; }
    .ueh-video-sidebar .ueh-choice-story-full-inner { padding: 12px 12px 13px; }
    .ueh-video-sidebar .ueh-choice-story-full-text { font-size: .7rem; line-height: 1.58; }
}
@media (max-width: 360px) {
    .ueh-video-sidebar .ueh-choice-summary {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        min-height: 88px;
    }
    .ueh-video-sidebar .ueh-choice-title { font-size: .75rem; }
    .ueh-video-sidebar .ueh-choice-story-preview { display: none; }
    .ueh-video-sidebar .ueh-choice-story { margin-top: 5px; }
}

/* Suite 2.5.3: Social Media as a full-width closing panel with clickable platform tiles. */
.ueh-social-overview-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: center;
    column-gap: clamp(28px, 5vw, 72px);
    row-gap: 24px;
    padding: clamp(28px, 5vw, 52px);
    overflow: hidden;
}
.ueh-social-section-heading { grid-column: 1 / -1; }
.ueh-social-section-heading h2 {
    margin: 0;
    font: inherit;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 840;
    line-height: 1.05;
    letter-spacing: -.04em;
}
.ueh-social-overview-copy { position: relative; z-index: 1; max-width: 720px; }
.ueh-social-overview-copy h3 {
    margin: 8px 0 14px;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    letter-spacing: -.03em;
}
.ueh-social-overview-copy p { margin: 0 0 22px; color: var(--ueh-muted); line-height: 1.7; max-width: 62ch; }
.ueh-social-overview-button { gap: 8px; }
.ueh-social-presence {
    position: relative;
    z-index: 1;
    padding-left: clamp(0px, 3vw, 30px);
    border-left: 1px solid var(--ueh-line);
}
.ueh-social-presence-label {
    display: block;
    margin-bottom: 12px;
    color: var(--ueh-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ueh-social-presence-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.ueh-social-presence-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--ueh-line);
    border-radius: calc(var(--ueh-card-radius) * .7);
    background: color-mix(in srgb, var(--ueh-card) 72%, transparent);
    color: var(--ueh-ink) !important;
    font-size: .88rem;
    font-weight: 780;
    text-decoration: none !important;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
a.ueh-social-presence-item:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--ueh-accent) 55%, var(--ueh-line));
    background: color-mix(in srgb, var(--ueh-card) 88%, var(--ueh-accent) 12%);
}
a.ueh-social-presence-item:focus-visible { outline: 3px solid var(--ueh-accent); outline-offset: 3px; }
.ueh-social-presence-item.is-disabled { opacity: .58; }
.ueh-social-presence-item img { width: 28px; height: 28px; object-fit: contain; flex: 0 0 28px; }
@media (max-width: 760px) {
    .ueh-social-overview-card { grid-template-columns: 1fr; gap: 26px; }
    .ueh-social-section-heading { grid-column: 1; }
    .ueh-social-presence { padding-left: 0; padding-top: 22px; border-left: 0; border-top: 1px solid var(--ueh-line); }
}
@media (max-width: 460px) {
    .ueh-social-presence-list { grid-template-columns: 1fr; }
    .ueh-social-overview-button { width: 100%; }
}
