.vl-cookie-consent {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 10000;
    box-sizing: border-box;
    width: min(320px, calc(100vw - 36px));
    padding: 44px 32px;
    color: #242420;
    background: #fff;
    border: 1px solid rgb(36 36 32 / 8%);
    border-radius: 12px;
    font-family: "DM Sans", sans-serif;
}

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

.vl-cookie-consent p {
    margin: 0 0 18px;
    font-size: 14px;
    font-weight: 450;
    line-height: 1.35;
}

.vl-cookie-consent a {
    color: inherit;
    text-decoration-color: rgb(36 36 32 / 40%);
    text-underline-offset: 2px;
}

.vl-cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vl-cookie-consent button {
    min-height: 44px;
    padding: 10px 14px;
    color: #242420;
    background: #f7f7f5;
    border: 0;
    border-radius: 999px;
    font: 650 13px/1 "DM Sans", sans-serif;
    cursor: pointer;
}

.vl-cookie-consent button:hover {
    background: #eeeeea;
}

.vl-cookie-consent .vl-cookie-consent__accept {
    color: #fff;
    background: #2a2b30;
}

.vl-cookie-consent .vl-cookie-consent__accept:hover {
    background: #111215;
}

.vl-cookie-consent button:focus-visible,
.vl-cookie-consent a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 480px) {
    .vl-cookie-consent {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
        padding: 16px;
    }
}
