.icms-social-float {
    position: fixed;
    right: 16px;
    bottom: 88px;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icms-social-float--hidden {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

.icms-social-float__btn {
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icms-social-float__btn--max {
    background-color: #8d33e1;
    border-color: #8d33e1;
    color: #fff;
}

.icms-social-float__btn--max:hover,
.icms-social-float__btn--max:focus {
    background-color: #8d33e1;
    border-color: #8d33e1;
    color: #fff;
}

.icms-social-float__icon {
    width: 26px;
    height: 26px;
    display: block;
}

@media (max-width: 576px) {
    .icms-social-float {
        right: 12px;
        bottom: 76px;
    }

    .icms-social-float__btn {
        width: 48px;
        height: 48px;
    }

    .icms-social-float__icon {
        width: 24px;
        height: 24px;
    }
}
