.ShareOn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0 0 10px 0;
}
    .ShareOn p {
        padding: 0;
        font-size: 10pt;
        font-weight: 700;
    }
    .ShareOn div {
        display: flex;
        gap: 8px;
    }
    .ShareOn a, .ShareOn button {
        display: grid;
        align-items: center;
        justify-content: center;
        width: 33px;
        height: 33px;
        border-radius: 100%;
        background: #007ae6;
        color: #FFF;
    }
    .ShareOn a:hover, .ShareOn button:hover {
        background: #1f95fd;
    }
    .ShareOn i {
        font-size: 11pt;
    }  