/* ─── Cookie Banner: Inner pages — centred, above content ─── */
body.is-inner-page #v-notice-10164, body.is-inner-page #v-notice-10168 {
    position: fixed;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 860px;
    border-radius: 0px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
    z-index: 999;
}

/* ─── Cookie Banner: Homepage — keep original bottom-fixed style ─── */
body.is-homepage #v-notice-10164, body.is-homepage #v-notice-10168 {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 40; /* your original z-index */
}
