:root {
    --c-bg: #101250;
    --c-surface: #101e90;
    --c-surface-alt: #1727b0;
    --c-border: #162cc4;
    --c-text: #d0c081;
    --c-text-muted: #837a6a;
    --c-accent: #d0bd80;
    --c-accent-hover: #dfd5a9;
    --c-on-accent: #101350;
    --c-purple: #2124a5;
    --c-purple-hover: #292ad4;
    --c-on-purple: #fffdff;
    --c-white: #fffdff;
    --c-green: #3fe28a;
    --c-shadow: rgba(0, 0, 1, .35);
    --c-overlay: rgba(0, 0, 1, .7);
    --znd-header-h: 118px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    min-height: 100vh;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.46;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
}
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }
a { color: var(--c-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.znd-yhpgr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.go-link { cursor: pointer; }
#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(0, 0, 2, .7));
}
#go-overlay.go-overlay--visible { display: flex; }
.go-spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
    border-top-color: var(--c-accent);
    border-radius: 50%;
    animation: go-spin .8s linear infinite;
}
@keyframes go-spin { to { transform: rotate(360deg); } }
.znd-vnhpc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 13px 19px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.znd-vnhpc:hover { text-decoration: none; }
.znd-vnhpc:active { transform: translateY(1px); }
.znd-wpecn { background: var(--c-accent); color: var(--c-on-accent); }
.znd-wpecn:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.znd-dxawd { background: var(--c-purple); color: var(--c-on-purple); }
.znd-dxawd:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.znd-abtdw {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--c-surface-alt);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
}
.znd-grenj {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 14px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 15px;
}
.znd-jvnvz {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}
.znd-nyaqj {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 10px 7px;
}
.znd-nyaqj span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.znd-swhqg {
    display: flex;
    align-items: center;
    gap: 12px;
}
.znd-swhqg:hover { text-decoration: none; }
.znd-swhqg img { height: 44px; width: auto; }
.znd-zabge {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}
.znd-zfkhk {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.znd-ngehn {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.znd-yvqgv { display: none; }
.znd-qxfxc {
    display: flex;
    gap: 10px;
    width: 100%;
}
.znd-qxfxc .znd-vnhpc { flex: 1; }
.znd-anyac {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.znd-anyac[data-open="true"] { visibility: visible; }
.znd-cjppc {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.znd-anyac[data-open="true"] .znd-cjppc { opacity: 1; }
.znd-zmwqq {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 8px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}
.znd-anyac[data-open="true"] .znd-zmwqq { transform: translateX(0); }
.znd-vkqkn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
}
.znd-qmpde {
    display: flex;
    justify-content: center;
    padding-top: 17px;
}
.znd-czdew {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 17px 8px 0;
}
.znd-ywthj {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
    list-style: none;
}
.znd-ywthj > li {
    border-radius: 13px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.znd-nkhse {
    position: relative;
    display: flex;
    align-items: center;
}
.znd-nkhse > a {
    flex: 1;
    min-height: 45px;
    padding: 13px 44px 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.znd-nkhse > a:hover { text-decoration: none; }
.znd-xsnng {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}
.znd-xsnng svg { width: 18px; height: 18px; }
.znd-xsnng[aria-expanded="true"] { transform: rotate(180deg); }
.znd-qeanq {
    display: none;
    padding: 0 11px 12px;
    list-style: none;
}
.znd-qeanq[data-open="true"] { display: block; }
.znd-qeanq a {
    display: block;
    padding: 8px 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.znd-qeanq a:hover { color: var(--c-accent); text-decoration: none; }
.znd-xatbg {
    display: flex;
    flex-direction: column;
    padding: 0 18px;
}
.znd-ykfyn {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 16px 0;
}
.znd-ykfyn[id],
.znd-ykfyn :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--znd-header-h) + 10px); }
.znd-xatbg > .znd-ykfyn:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}
.breadcrumbs li { display: flex; align-items: center; gap: 4px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }
.znd-ykfyn h1,
.znd-ykfyn h2,
.znd-ykfyn h3,
.znd-ykfyn h4,
.znd-ykfyn h5,
.znd-ykfyn h6 { color: var(--c-text); }
.znd-ykfyn h1 {
    margin-bottom: 20px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.znd-ykfyn h2 {
    margin-bottom: 14px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.znd-ykfyn h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.znd-ykfyn h4 {
    margin-bottom: 9px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.znd-ykfyn h5 {
    margin-bottom: 9px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.znd-ykfyn h6 {
    margin-bottom: 10px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}
.znd-ykfyn h2:not(:first-child),
.znd-ykfyn h3:not(:first-child) { margin-top: 25px; }
.znd-ykfyn p {
    margin-bottom: 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.znd-ykfyn ul,
.znd-ykfyn ol {
    margin: 0 0 17px 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.znd-ykfyn li { margin-bottom: 4px; }
.znd-ykfyn li::marker { color: var(--c-accent); }
.znd-ykfyn a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.znd-ykfyn a:hover { color: var(--c-purple); }
.znd-ykfyn .znd-vnhpc { text-decoration: none; }
.znd-ykfyn .znd-wpecn, .znd-ykfyn .znd-wpecn:hover { color: var(--c-on-accent); }
.znd-ykfyn .znd-dxawd, .znd-ykfyn .znd-dxawd:hover { color: var(--c-on-purple); }
.znd-ykfyn strong { font-weight: 700; }
.znd-ykfyn em { font-style: italic; }
.znd-ykfyn img { max-width: 100%; height: auto; border-radius: 16px; }
.znd-ykfyn blockquote {
    margin: 0 0 17px;
    padding: 17px 21px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 16px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.znd-ykfyn table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}
.znd-ykfyn th,
.znd-ykfyn td {
    padding: 6px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.znd-ykfyn th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.ncx-banner {
    position: relative;
    margin: 0 0 22px;
}
.ncx-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 13px;
}
.ncx-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.ncx-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 8px;
    border-radius: 0 0 15px 12px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.znd-ykfyn .ncx-title {
    margin: 0;
    font-size: clamp(1.187rem, 0.931rem + 1.049vw, 1.875rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-white);
}
.znd-ykfyn .ncx-cta,
.ncx-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 21px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--c-on-accent);
    transition: background 0.2s ease;
}
.znd-ykfyn .ncx-cta:hover,
.ncx-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.tvw-toc { padding: 14px 0; }
.tvw-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 45px;
    padding: 9px 12px;
    border-radius: 12px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.tvw-toggle svg { width: 20px; height: 20px; }
.tvw-panel { display: none; margin-top: 10px; }
.tvw-panel[data-open="true"] { display: block; }
.znd-ykfyn .tvw-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: 0;
    padding: 14px;
    border-radius: 16px;
    background: var(--c-surface);
    list-style: none;
}
.znd-ykfyn .tvw-list li { margin: 0; }
.znd-ykfyn .tvw-list a,
.tvw-list a {
    display: block;
    padding: 4px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.znd-ykfyn .tvw-list a:hover,
.tvw-list a:hover { color: var(--c-accent); }
.znd-xpqzz { padding-top: 16px; }
.znd-ynjtv {
    margin-bottom: 17px;
    padding: 17px 18px 28px;
    border-radius: 13px;
    background: var(--c-surface);
}
.znd-ynjtv h3 {
    margin: 0 0 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.znd-ynjtv p:last-child { margin-bottom: 0; }
.znd-pswgx {
    padding-bottom: 12px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.znd-gqcjt {
    max-width: 1240px;
    margin: 0 auto;
    padding: 21px 13px;
    text-align: center;
}
.znd-fezgj {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}
.znd-fezgj a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.znd-fezgj a:hover { color: var(--c-accent); }
.znd-dehkz { display: flex; justify-content: center; margin-bottom: 19px; }
.znd-dehkz img { height: 40px; width: auto; }
.znd-mygfn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 23px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}
.znd-gtbnx {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-top: 21px;
}
.znd-gtbnx a { display: flex; align-items: center; }
.znd-gtbnx img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.znd-nwrms {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.znd-nwrms a { color: var(--c-text-muted); text-decoration: underline; }
.znd-nwrms a:hover { color: var(--c-accent); }
.znd-nsbtd {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.znd-nsbtd[data-visible="true"] { opacity: 1; visibility: visible; }
.emd-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.emd-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 15px 18px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.emd-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.emd-text a { color: var(--c-accent); text-decoration: underline; }
.emd-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.emd-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 12px 19px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.emd-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.emd-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.emd-btn--reject,
.emd-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.emd-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.emd-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 16px;
    background: var(--c-surface);
}
.emd-modal__title { margin-bottom: 12px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.emd-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.emd-categories { display: flex; flex-direction: column; gap: 12px; margin-bottom: 17px; }
.emd-cat { padding-bottom: 15px; border-bottom: 1px solid var(--c-border); }
.emd-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.emd-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 5px; }
.emd-cat__name { font-weight: 600; color: var(--c-text); }
.emd-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.emd-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.emd-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.emd-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.emd-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 14px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.emd-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--c-text);
    transition: transform 0.2s ease;
}
.emd-toggle input:checked + .emd-toggle__slider { background: var(--c-accent); }
.emd-toggle input:checked + .emd-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.emd-modal__actions { display: flex; flex-wrap: wrap; gap: 7px; }
@media (min-width: 768px) {
    .znd-fezgj { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 33px; }
    .znd-gtbnx { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 20px; }
    .ncx-media img { aspect-ratio: 16 / 6.5; }
    .emd-banner { flex-direction: row; align-items: center; gap: 22px; }
    .emd-actions { flex: none; }
    .emd-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --znd-header-h: 69px; }
    .znd-grenj {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 20px;
    }
    .znd-jvnvz { width: auto; justify-content: flex-start; }
    .znd-nyaqj { display: none; }
    .znd-anyac { display: none; }
    .znd-swhqg img { height: 36px; }
    .znd-yvqgv {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }
    .znd-bwsrf { position: relative; display: flex; align-items: center; gap: 7px; }
    .znd-bwsrf > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .znd-bwsrf > a:hover { color: var(--c-accent); }
    .znd-bwsrf > .znd-xsnng {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .znd-bwsrf > .znd-xsnng svg { width: 24px; height: 24px; }
    .znd-yvqgv .znd-qeanq {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 11px;
        padding: 2px 10px 6px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 16px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .znd-yvqgv .znd-qeanq a { white-space: nowrap; }
    .znd-yvqgv .znd-qeanq li:first-child a { border-top: 0; }
    .znd-qxfxc { width: auto; }
    .znd-qxfxc .znd-vnhpc { flex: none; min-width: 100px; min-height: 42px; padding: 10px 14px; }
    .znd-xatbg { padding: 0 24px; }
    .znd-ykfyn table { display: table; }
    .ncx-media img { aspect-ratio: 1190 / 400; }
    .ncx-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 12px;
        padding: 19px 15px;
        border-radius: 15px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .ncx-box .ncx-cta { align-self: center; min-height: 39px; }
    .znd-nsbtd { right: 32px; bottom: 32px; }
}
.xhd-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px;margin:17px 0 8px}
.xhd-lead{display:flex;align-items:center;gap:11px}
.xhd-age{width:32px;height:32px;flex:0 0 auto}
.xhd-chip{font-size:13px;line-height:1.35;opacity:.85}
.xhd-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.xhd-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.hzv-links{display:flex;flex-direction:column;gap:6px;margin:16px 0 5px;font-size:13px}
.hzv-row,.hzv-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px 16px}
.hzv-caption{opacity:.65;margin-right:3px}
.hzv-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.hzv-item a:hover{opacity:1}
