
.ciwo-share{
    margin:32px 0 10px;
    padding:20px;
    border:1px solid #d8dde3;
    border-radius:14px;
    background:#fff;
    box-shadow:0 4px 18px rgba(0,0,0,.04);
}
.ciwo-share__heading,
.ciwo-share__follow-heading{
    margin:0 0 14px;
    font-size:18px;
    line-height:1.3;
    font-weight:800;
    letter-spacing:.01em;
}
.ciwo-share__buttons,
.ciwo-share__follow{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.ciwo-share__button,
.ciwo-share__follow-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:42px;
    padding:9px 13px;
    border:1px solid #171717;
    border-radius:10px;
    background:#111;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    line-height:1;
    text-decoration:none !important;
    cursor:pointer;
    transition:transform .15s ease, background .15s ease, color .15s ease;
}
.ciwo-share__follow-button{
    background:#f5f7f8;
    color:#111 !important;
}
.ciwo-share__button:hover,
.ciwo-share__button:focus,
.ciwo-share__follow-button:hover,
.ciwo-share__follow-button:focus{
    transform:translateY(-1px);
    background:#b7ff00;
    color:#111 !important;
    outline:none;
}
.ciwo-share__button svg,
.ciwo-share__follow-button svg{
    width:18px;
    height:18px;
    display:block;
    fill:currentColor;
}
.ciwo-share__status{
    min-height:18px;
    margin-top:8px;
    font-size:13px;
    font-weight:600;
}
.ciwo-share__divider{
    height:1px;
    background:#e3e7ea;
    margin:18px 0;
}
@media (max-width:700px){
    .ciwo-share{
        padding:16px;
    }
    .ciwo-share__button,
    .ciwo-share__follow-button{
        width:42px;
        height:42px;
        min-height:42px;
        padding:0;
        border-radius:50%;
    }
    .ciwo-share__text,
    .ciwo-share__follow-button span{
        position:absolute;
        width:1px;
        height:1px;
        overflow:hidden;
        clip:rect(0 0 0 0);
        white-space:nowrap;
    }
}
