﻿
.floating-share {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1000;
}

    .floating-share .icon-holder {
        position: absolute;
        bottom: 65px;
        right: 10px;
        width: 60px;
        height: 60px;
        display: grid;
        place-items: center;
        background-color: white;
        border-radius: 50%;
        -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.16);
        box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.16);
        pointer-events: all;
    }

        .floating-share .icon-holder svg {
            width: 18px;
            height: 21px;
        }
