.cmp-floatbtn {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 60px;
    z-index: 99;
    pointer-events: none; 
}

.cmp-link__screen-reader-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.cmp-floatbtn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cmp-floatbtn-wrapper-reverse {
    flex-direction: row-reverse;
}

.cmp-floatbtn-up {
    cursor: pointer;
    width: 48px;
    height: 48px;
    pointer-events: auto !important;
}

.cmp-floatbtn-contact {
    width: 88px;
    height: 88px;
    pointer-events: auto !important;
}

@media (max-width: 428px) {
    .cmp-floatbtn-up {
        cursor: pointer;
        width: 32px;
        height: 32px;
    }

    .cmp-floatbtn-contact {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1023px) {
    .cmp-floatbtn {
        position: fixed;
        z-index: 4;
        bottom: 16px;
        right: 0;
        left: 0;
        margin: 0 15px;
    }
}
