.qin-privacy-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /**tawk.io is 2000000000 !important, wo we always show it be front of it**/
    z-index: 2000000001 !important;

    background: #111;
    color: #fff;

    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.qin-privacy-notice a {
    color: #fff;
    text-decoration: underline;
}

.qin-privacy-actions button {
    background: #fff;
    color: #000;
    border: 0;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
