:root {
    --c-bg: #0f2030;
    --c-surface: #20203e;
    --c-surface-alt: #2d2c58;
    --c-border: #343467;
    --c-text: #ced0d0;
    --c-text-muted: #838790;
    --c-accent: #5df070;
    --c-accent-hover: #93f59b;
    --c-on-accent: #10202d;
    --c-purple: #4f6ab5;
    --c-purple-hover: #788cc4;
    --c-on-purple: #fffffe;
    --c-white: #fffffe;
    --c-green: #3fe089;
    --c-shadow: rgba(0, 0, 1, .35);
    --c-overlay: rgba(1, 0, 0, .7);
    --cacb-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; }
.cacb-qtcrg {
    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, 1, 0, .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); } }
.cacb-pgnrp {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 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;
}
.cacb-pgnrp:hover { text-decoration: none; }
.cacb-pgnrp:active { transform: translateY(1px); }
.cacb-yqmdc { background: var(--c-accent); color: var(--c-on-accent); }
.cacb-yqmdc:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }
.cacb-ytwgd { background: var(--c-purple); color: var(--c-on-purple); }
.cacb-ytwgd:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }
.cacb-jmdaz {
    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);
}
.cacb-dfwaj {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 16px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 14px;
}
.cacb-ppbeq {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 48px;
}
.cacb-ctnhg {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 11px 7px;
}
.cacb-ctnhg span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}
.cacb-ewtgj {
    display: flex;
    align-items: center;
    gap: 11px;
}
.cacb-ewtgj:hover { text-decoration: none; }
.cacb-ewtgj img { height: 44px; width: auto; }
.cacb-mtwra {
    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;
}
.cacb-jzwwh {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}
.cacb-edbfe {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}
.cacb-edhft { display: none; }
.cacb-acaym {
    display: flex;
    gap: 10px;
    width: 100%;
}
.cacb-acaym .cacb-pgnrp { flex: 1; }
.cacb-mnnqr {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}
.cacb-mnnqr[data-open="true"] { visibility: visible; }
.cacb-kqdnv {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.cacb-mnnqr[data-open="true"] .cacb-kqdnv { opacity: 1; }
.cacb-xwksf {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 12px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}
.cacb-mnnqr[data-open="true"] .cacb-xwksf { transform: translateX(0); }
.cacb-ebvqa {
    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);
}
.cacb-zjjyh {
    display: flex;
    justify-content: center;
    padding-top: 17px;
}
.cacb-vmxjj {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 17px 11px 0;
}
.cacb-ecvrp {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
    list-style: none;
}
.cacb-ecvrp > li {
    border-radius: 15px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}
.cacb-bpnhr {
    position: relative;
    display: flex;
    align-items: center;
}
.cacb-bpnhr > a {
    flex: 1;
    min-height: 45px;
    padding: 10px 44px 10px 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}
.cacb-bpnhr > a:hover { text-decoration: none; }
.cacb-aeqnc {
    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;
}
.cacb-aeqnc svg { width: 18px; height: 18px; }
.cacb-aeqnc[aria-expanded="true"] { transform: rotate(180deg); }
.cacb-cafax {
    display: none;
    padding: 0 12px 12px;
    list-style: none;
}
.cacb-cafax[data-open="true"] { display: block; }
.cacb-cafax a {
    display: block;
    padding: 8px 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}
.cacb-cafax a:hover { color: var(--c-accent); text-decoration: none; }
.cacb-mcxrm {
    display: flex;
    flex-direction: column;
    padding: 0 19px;
}
.cacb-ckydn {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 14px 0;
}
.cacb-ckydn[id],
.cacb-ckydn :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--cacb-header-h) + 10px); }
.cacb-mcxrm > .cacb-ckydn:not(:has(*)) { display: none; }
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 13px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}
.breadcrumbs li { display: flex; align-items: center; gap: 8px; }
.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); }
.cacb-ckydn h1,
.cacb-ckydn h2,
.cacb-ckydn h3,
.cacb-ckydn h4,
.cacb-ckydn h5,
.cacb-ckydn h6 { color: var(--c-text); }
.cacb-ckydn h1 {
    margin-bottom: 16px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.cacb-ckydn h2 {
    margin-bottom: 15px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}
.cacb-ckydn h3 {
    margin-bottom: 9px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}
.cacb-ckydn h4 {
    margin-bottom: 7px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}
.cacb-ckydn h5 {
    margin-bottom: 10px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}
.cacb-ckydn 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);
}
.cacb-ckydn h2:not(:first-child),
.cacb-ckydn h3:not(:first-child) { margin-top: 27px; }
.cacb-ckydn p {
    margin-bottom: 17px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.cacb-ckydn ul,
.cacb-ckydn ol {
    margin: 0 0 17px 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}
.cacb-ckydn li { margin-bottom: 7px; }
.cacb-ckydn li::marker { color: var(--c-accent); }
.cacb-ckydn a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.cacb-ckydn a:hover { color: var(--c-purple); }
.cacb-ckydn .cacb-pgnrp { text-decoration: none; }
.cacb-ckydn .cacb-yqmdc, .cacb-ckydn .cacb-yqmdc:hover { color: var(--c-on-accent); }
.cacb-ckydn .cacb-ytwgd, .cacb-ckydn .cacb-ytwgd:hover { color: var(--c-on-purple); }
.cacb-ckydn strong { font-weight: 700; }
.cacb-ckydn em { font-style: italic; }
.cacb-ckydn img { max-width: 100%; height: auto; border-radius: 16px; }
.cacb-ckydn blockquote {
    margin: 0 0 17px;
    padding: 18px 18px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 15px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}
.cacb-ckydn table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 14px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}
.cacb-ckydn th,
.cacb-ckydn td {
    padding: 9px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}
.cacb-ckydn th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}
.rnxf-banner {
    position: relative;
    margin: 0 0 22px;
}
.rnxf-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}
.rnxf-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}
.rnxf-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 9px;
    border-radius: 0 0 13px 16px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}
.cacb-ckydn .rnxf-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);
}
.cacb-ckydn .rnxf-cta,
.rnxf-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 19px;
    border-radius: 16px;
    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;
}
.cacb-ckydn .rnxf-cta:hover,
.rnxf-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }
.nrzp-toc { padding: 14px 0; }
.nrzp-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 45px;
    padding: 8px 15px;
    border-radius: 12px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}
.nrzp-toggle svg { width: 20px; height: 20px; }
.nrzp-panel { display: none; margin-top: 13px; }
.nrzp-panel[data-open="true"] { display: block; }
.cacb-ckydn .nrzp-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    padding: 10px;
    border-radius: 15px;
    background: var(--c-surface);
    list-style: none;
}
.cacb-ckydn .nrzp-list li { margin: 0; }
.cacb-ckydn .nrzp-list a,
.nrzp-list a {
    display: block;
    padding: 7px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}
.cacb-ckydn .nrzp-list a:hover,
.nrzp-list a:hover { color: var(--c-accent); }
.cacb-pdkap { padding-top: 14px; }
.cacb-gzvnz {
    margin-bottom: 18px;
    padding: 17px 18px 24px;
    border-radius: 15px;
    background: var(--c-surface);
}
.cacb-gzvnz h3 {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}
.cacb-gzvnz p:last-child { margin-bottom: 0; }
.cacb-znzjx {
    padding-bottom: 11px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}
.cacb-apxwq {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 13px;
    text-align: center;
}
.cacb-pjefn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}
.cacb-pjefn a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}
.cacb-pjefn a:hover { color: var(--c-accent); }
.cacb-gtdfg { display: flex; justify-content: center; margin-bottom: 20px; }
.cacb-gtdfg img { height: 40px; width: auto; }
.cacb-trfxg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 26px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}
.cacb-awvfe {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 21px;
}
.cacb-awvfe a { display: flex; align-items: center; }
.cacb-awvfe img { width: 6.5rem; height: 2.2rem; object-fit: contain; }
.cacb-scnqy {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}
.cacb-scnqy a { color: var(--c-text-muted); text-decoration: underline; }
.cacb-scnqy a:hover { color: var(--c-accent); }
.cacb-fffme {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.cacb-fffme[data-visible="true"] { opacity: 1; visibility: visible; }
.nsra-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}
.nsra-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 17px 21px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}
.nsra-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.nsra-text a { color: var(--c-accent); text-decoration: underline; }
.nsra-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.nsra-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 9px 20px;
    border-radius: 15px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}
.nsra-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.nsra-btn--save { background: var(--c-purple); color: var(--c-on-purple); }
.nsra-btn--reject,
.nsra-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}
.nsra-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: color-mix(in srgb, #000 70%, transparent);
}
.nsra-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 18px;
    border-radius: 12px;
    background: var(--c-surface);
}
.nsra-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.nsra-modal__desc { margin-bottom: 17px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }
.nsra-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 16px; }
.nsra-cat { padding-bottom: 15px; border-bottom: 1px solid var(--c-border); }
.nsra-cat:last-child { border-bottom: 0; padding-bottom: 0; }
.nsra-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 7px; }
.nsra-cat__name { font-weight: 600; color: var(--c-text); }
.nsra-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.nsra-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }
.nsra-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.nsra-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.nsra-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 11px;
    background: var(--c-border);
    transition: background 0.2s ease;
}
.nsra-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;
}
.nsra-toggle input:checked + .nsra-toggle__slider { background: var(--c-accent); }
.nsra-toggle input:checked + .nsra-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }
.nsra-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }
@media (min-width: 768px) {
    .cacb-pjefn { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
    .cacb-awvfe { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 24px; }
    .rnxf-media img { aspect-ratio: 16 / 6.5; }
    .nsra-banner { flex-direction: row; align-items: center; gap: 22px; }
    .nsra-actions { flex: none; }
    .nsra-btn { flex: none; }
}
@media (min-width: 1024px) {
    :root { --cacb-header-h: 69px; }
    .cacb-dfwaj {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 20px;
    }
    .cacb-ppbeq { width: auto; justify-content: flex-start; }
    .cacb-ctnhg { display: none; }
    .cacb-mnnqr { display: none; }
    .cacb-ewtgj img { height: 36px; }
    .cacb-edhft {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }
    .cacb-ryrgv { position: relative; display: flex; align-items: center; gap: 6px; }
    .cacb-ryrgv > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }
    .cacb-ryrgv > a:hover { color: var(--c-accent); }
    .cacb-ryrgv > .cacb-aeqnc {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }
    .cacb-ryrgv > .cacb-aeqnc svg { width: 24px; height: 24px; }
    .cacb-edhft .cacb-cafax {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 8px;
        padding: 6px 10px 9px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 13px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }
    .cacb-edhft .cacb-cafax a { white-space: nowrap; }
    .cacb-edhft .cacb-cafax li:first-child a { border-top: 0; }
    .cacb-acaym { width: auto; }
    .cacb-acaym .cacb-pgnrp { flex: none; min-width: 100px; min-height: 42px; padding: 14px 14px; }
    .cacb-mcxrm { padding: 0 26px; }
    .cacb-ckydn table { display: table; }
    .rnxf-media img { aspect-ratio: 1190 / 400; }
    .rnxf-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 9px;
        padding: 16px 18px;
        border-radius: 16px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }
    .rnxf-box .rnxf-cta { align-self: center; min-height: 39px; }
    .cacb-fffme { right: 32px; bottom: 32px; }
}
.cjmb-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin:17px 0 11px}
.cjmb-lead{display:flex;align-items:center;gap:8px}
.cjmb-age{width:32px;height:32px;flex:0 0 auto}
.cjmb-chip{font-size:13px;line-height:1.35;opacity:.85}
.cjmb-pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:7px}
.cjmb-pay{width:40px;height:26px;object-fit:contain;opacity:.8}
.pxvz-links{display:flex;flex-direction:column;gap:10px;margin:12px 0 7px;font-size:13px}
.pxvz-row,.pxvz-block{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px 20px}
.pxvz-caption{opacity:.65;margin-right:3px}
.pxvz-item a{color:inherit;text-decoration:underline;text-underline-offset:2px;opacity:.85}
.pxvz-item a:hover{opacity:1}
