.nsr-share {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 20px;
    margin-bottom: -20px;
}

.nsr-share__buttons {
    display: flex;
    gap: 6px;
}

.nsr-share__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(255,255,255,0.06);
    border: none;
    color: #777;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
    text-decoration: none;
}

.nsr-share__btn:hover {
    background: #ffb303;
    color: #1a1a1a;
}

.nsr-share__btn:hover svg {
    fill: #1a1a1a;
}

.nsr-share__btn--copied {
    background: #27ae60 !important;
    color: #fff !important;
}

.nsr-share__btn--copied svg {
    fill: #fff !important;
}

.nsr-share__btn svg {
    display: block;
}
