/* sharing */

.shareBar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 3vw, 27px);
    height: 52px;
}

.shareButton {
    opacity: .8;
}

.shareButton:hover {
    opacity: 1;
}
