.ssp-share {
    --ssp-border: #d9e0e7;
    --ssp-text: #17212b;
    --ssp-muted: #5d6b7a;
    --ssp-surface: #ffffff;
    --ssp-focus: #1d72f3;
    clear: both;
    margin: 0;
    padding: 0 0 0 0;
    padding-left: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--ssp-text);
    box-shadow: none;
}

.ssp-share__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ssp-share__button {
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 33, 43, 0.12);
    border-radius: 9px;
    background: #f8fafc;
    color: var(--ssp-text);
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    filter: none !important;
}

.ssp-share .ssp-share__buttons > button.ssp-share__button,
.ssp-share .ssp-share__buttons > button.ssp-share__button[type="button"] {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 33, 43, 0.12) !important;
    border-radius: 9px !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    filter: none !important;
}

.ssp-share__button:hover,
.ssp-share__button:focus {
    transform: translateY(-1px);
    border-color: rgba(23, 33, 43, 0.2);
    background: #ffffff;
    color: var(--ssp-text);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(18, 31, 44, 0.12);
}

.ssp-share .ssp-share__buttons > button.ssp-share__button:hover,
.ssp-share .ssp-share__buttons > button.ssp-share__button:focus {
    border-color: rgba(23, 33, 43, 0.2) !important;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(18, 31, 44, 0.12) !important;
}

.ssp-share__button:focus-visible {
    outline: 3px solid rgba(29, 114, 243, 0.25);
    outline-offset: 2px;
}

.ssp-share__button svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: currentColor;
    color: inherit;
    filter: none !important;
}

.ssp-share__button svg path {
    fill: currentColor !important;
    filter: none !important;
}

.ssp-share__button span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ssp-share__button::after {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 5;
    content: attr(data-ssp-tooltip);
    max-width: 160px;
    padding: 6px 8px;
    border-radius: 6px;
    background: #17212b;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.ssp-share__button::before {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 3px);
    z-index: 5;
    content: "";
    border: 5px solid transparent;
    border-top-color: #17212b;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 4px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.ssp-share__button:hover::after,
.ssp-share__button:hover::before,
.ssp-share__button:focus-visible::after,
.ssp-share__button:focus-visible::before {
    opacity: 1;
    transform: translate(-50%, 0);
}

.ssp-share__button--facebook {
    color: #1877f2 !important;
}

.ssp-share__button--whatsapp {
    color: #25d366 !important;
}

.ssp-share__button--x {
    color: #000000 !important;
}

.ssp-share__button--linkedin {
    color: #0a66c2 !important;
}

.ssp-share__button--telegram {
    color: #24a1de !important;
}

.ssp-share__button--email {
    color: #ea4335 !important;
}

.ssp-share__button--copy {
    color: #5f6368 !important;
    background: #f8fafc !important;
    border-color: rgba(23, 33, 43, 0.12) !important;
    border-radius: 9px !important;
}

.ssp-share__button.is-copied {
    border-color: rgba(18, 140, 58, 0.35);
    background: #eefaf2;
    color: #128c3a;
}

@media (max-width: 600px) {
    .ssp-share {
        padding: 0;
        margin: 0;
    }

    .ssp-share__buttons {
        gap: 8px;
    }

    .ssp-share__button {
        flex: 0 0 42px;
        min-width: 42px;
        width: 42px;
        height: 42px;
    }
}

.ssp-share-fallback {
    width: min(100% - 32px, 920px);
    margin: 0 auto;
}
