#hb-cc-wrap {
    border-radius: 6px;
    background: black;
    position: fixed;
    width: 500px;
    text-align: center;
    z-index: 20;
    gap: 10px;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 40px;
    bottom: 40px;
    opacity: .9;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 33%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 33%);
    color: white;
}

#hb-cc-wrap .action {
    display: block;
    margin: 20px auto 0;
    max-width: 200px;
}

@media all and (max-width: 769px) {
    #hb-cc-wrap {
        border-radius: 0;
        bottom: 60px;
        left: 0;
        width: 100vw;
    }
}