.cosl-social-share {
    position: fixed;
    top: 150px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9;
}

/* og-style.css */
.cosl-social-share a {
    color: #fff;
    /* background-color will be injected dynamically */
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 20px;
}


.cosl-social-share a:hover {
    opacity: 0.8;
}
