/* VS — Cookieconsent-banner (navy, onderin, cache-veilig hidden by default). */
.vs-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    /* Boven de zwevende hulp-/sidecart-knoppen (99990/99996). */
    z-index: 99999;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.vs-consent[hidden] { display: none; }

.vs-consent__inner {
    display: flex;
    align-items: center;
    gap: 14px 22px;
    flex-wrap: wrap;
    max-width: 860px;
    background: #061b3d;
    color: #fff;
    border-radius: 14px;
    padding: 16px 22px;
    box-shadow: 0 14px 40px rgba(6, 27, 61, .35);
    font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    pointer-events: auto;
}

.vs-consent__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    flex: 1 1 320px;
}

.vs-consent__text a {
    color: #cdd3da;
    text-decoration: underline;
}

.vs-consent__text a:hover { color: #fff; }

.vs-consent__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vs-consent__btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 11px 18px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
}

.vs-consent__btn--accept {
    background: #62b959;
    color: #fff;
}

.vs-consent__btn--accept:hover { filter: brightness(1.06); }

.vs-consent__btn--decline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .45);
}

.vs-consent__btn--decline:hover { background: rgba(255, 255, 255, .1); }

@media (max-width: 560px) {
    .vs-consent { left: 10px; right: 10px; bottom: 10px; }

    .vs-consent__inner { padding: 14px 16px; }

    .vs-consent__actions { width: 100%; }

    .vs-consent__btn { flex: 1 1 auto; }
}
