#fastcall {
    position: relative;
    z-index: 0;
}

interactive-button {
    position: relative;
    z-index: 0;
}

html #cconsent-bar {
    border-top: 1px solid #000;
    background-color: #0E3A2F;
    max-height: 100%;
    overflow: auto;
}
html #cconsent-bar button {
    width: auto;
    height: auto;
}
html #cconsent-bar .ccb__left {
    align-self: flex-start;
}
html #cconsent-bar .ccb__right .ccb__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    row-gap: 15px;
}
html #cconsent-bar .ccb__right .ccb__button > a,
html #cconsent-bar .ccb__right .ccb__button > button {
    margin: 0 !important;
}

@media screen and (max-width: 1024px) {
    html #cconsent-bar {
        width: 100%;
        margin: 0 auto;
        left: 0;
        top: auto;
        /*transform: translate(-50%, -50%);*/
        right: auto;
        bottom: 0;
        max-height: 100%;
        transition: none;
        font-size: 11px;
        line-height: 1.2;
    }
    html #cconsent-bar .ccb__wrapper {
        padding: 0 0 15px 0;
    }
    html #cconsent-bar .cc-header {
        font-size: 16px;
        line-height: 1.2;
    }
    html #cconsent-bar .ccb__right .ccb__button > a,
    html #cconsent-bar .ccb__right .ccb__button > button {
        font-size: 11px;
        line-height: 1.2;
    }
}

html #cconsent-modal .ccm__footer button {
    height: auto;
    width: auto;
}
html #cconsent-modal .ccm__footer {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
html #cconsent-modal .ccm__content {
    height: 100%;
    min-height: 0;
}
