.hbwex-cookie {
    align-items: center;
    background: var(--hbwex-cookie-bg);
    bottom: 18px;
    box-shadow: 0 5px 26px rgba(15, 23, 42, .17);
    color: var(--hbwex-cookie-text);
    display: none;
    gap: 24px;
    justify-content: space-between;
    left: 18px;
    margin: 0 auto;
    max-width: 980px;
    padding: 16px 20px;
    position: fixed;
    right: 18px;
    z-index: 99999;
}

.hbwex-cookie.is-visible {
    display: flex;
}

.hbwex-cookie p {
    margin: 0;
}

.hbwex-cookie__actions {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 16px;
}

.hbwex-cookie__actions a {
    color: inherit;
}

.hbwex-cookie__actions button {
    background: var(--hbwex-cookie-button);
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 9px 16px;
}

@media (max-width: 640px) {
    .hbwex-cookie {
        align-items: stretch;
        display: none;
        flex-direction: column;
        gap: 14px;
    }

    .hbwex-cookie.is-visible {
        display: flex;
    }
}
