.simple-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid #1c519d;
    border-radius: 3px;
    background: #fff;
    color: #1c519d;
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.simple-share:hover,
.simple-share:focus {
    background: #1c519d;
    color: #fff;
    outline: none;
}

.simple-share.is-copied {
    border-color: #2f8f2f;
    background: #2f8f2f;
    color: #fff;
}
