.ngps-light-share {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 12px 0;
}

.ngps-light-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #fff;
    color: inherit;
    cursor: pointer;
    line-height: 1;
    transition: opacity .15s ease, transform .15s ease;
}

.ngps-light-share-button:hover {
    opacity: .85;
    transform: translateY(-1px);
}

.ngps-light-share-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.ngps-light-share-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.ngps-light-share-status {
    margin-left: 8px;
    font-size: 13px;
}

.ngps-light-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
