.scf-share {
    font: inherit;
    color: inherit;
    max-width: 100%;
    margin: 0 0 .9rem;
    padding: 0;
}

.scf-share * {
    box-sizing: border-box;
}

.scf-share__header {
    margin: 0 0 .55rem;
}

.scf-share__title {
    margin: 0;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.scf-share__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: center;
}

.scf-share__button,
.scf-share__button:link,
.scf-share__button:visited {
    appearance: none;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 .58rem;
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1;
    transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease;
}

.scf-share__button:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: .88;
    transform: translateY(-1px);
}

.scf-share__button:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.scf-share__button--facebook { background: #1877f2; }
.scf-share__button--x { background: #111; }
.scf-share__button--whatsapp { background: #25d366; }
.scf-share__button--telegram { background: #229ed9; }
.scf-share__button--email { background: #52606d; }
.scf-share__button--copy { background: #334155; }
.scf-share__button--copy.is-copied { background: #16794b; }

.scf-share__icon {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    flex: 0 0 auto;
}

.scf-share__copy-text {
    white-space: nowrap;
}

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

@media (max-width: 480px) {
    .scf-share {
        margin-bottom: .8rem;
    }

    .scf-share__title {
        font-size: 1.15rem;
    }

    .scf-share__actions {
        gap: .35rem;
    }

    .scf-share__button {
        min-width: 2.2rem;
        height: 2.2rem;
    }

    .scf-share__button--copy {
        padding: 0 .55rem;
    }
}
