/* KXM: compact, non-modal cookie preferences. */
#v-cookielaw { display: none !important; }
.kxm-cookie-consent {
    position: fixed;
    z-index: 2147483000;
    left: 12px;
    bottom: 12px;
    box-sizing: border-box;
    width: min(440px, calc(100vw - 24px));
    padding: 16px;
    color: #111;
    background: #fff;
    border: 1px solid #111;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .16);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.42;
}
.kxm-cookie-consent[hidden] { display: none !important; }
.kxm-cookie-consent p { margin: 0; }
.kxm-cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.kxm-cookie-button {
    min-height: 38px;
    margin: 0;
    padding: 8px 10px;
    color: #111;
    background: #fff;
    border: 1px solid #111;
    border-radius: 0;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.kxm-cookie-button:hover,
.kxm-cookie-button:focus-visible { color: #fff; background: #111; outline: 2px solid #111; outline-offset: 2px; }
.kxm-cookie-consent__policy { display: inline-block; margin-top: 11px; color: #111; font-size: 12px; text-decoration: underline; }
.kxm-cookie-consent__heading { margin-bottom: 10px !important; font-weight: 700; }
.kxm-cookie-consent__necessary { margin: 0 0 10px !important; color: #444; font-size: 12px; }
.kxm-cookie-consent__option { display: flex; gap: 9px; margin: 9px 0; cursor: pointer; }
.kxm-cookie-consent__option input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #111; flex: 0 0 auto; }
.kxm-cookie-consent__option strong { font-size: 13px; }
.kxm-cookie-consent__option span { color: #444; font-size: 12px; }
.kxm-cookie-consent__option strong { color: #111; }
@media (max-width: 480px) {
    .kxm-cookie-consent { left: 8px; bottom: 8px; width: calc(100vw - 16px); padding: 14px; }
    .kxm-cookie-consent__actions { gap: 6px; }
    .kxm-cookie-button { flex: 1 1 0; min-width: 0; min-height: 42px; padding: 8px 5px; font-size: 11px; white-space: nowrap; }
}
