.social-share-widget__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.social-share-widget__item {
    margin: 0;
}

.social-share-widget__button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #1d2327;
    background-color: #f0f2f4;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.social-share-widget__button:hover,
.social-share-widget__button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.social-share-widget__button svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.social-share-widget__list--color .social-share-widget__button--x {
    color: #000000;
    background-color: #f2f2f2;
}

.social-share-widget__list--color .social-share-widget__button--facebook {
    color: #ffffff;
    background-color: #1877f2;
}

.social-share-widget__list--color .social-share-widget__button--linkedin {
    color: #ffffff;
    background-color: #0a66c2;
}

.social-share-widget__list--color .social-share-widget__button--line {
    color: #ffffff;
    background-color: #06c755;
}

.social-share-widget__list--color .social-share-widget__button--pinterest {
    color: #ffffff;
    background-color: #e60023;
}

.social-share-widget__list--color .social-share-widget__button--email {
    color: #1d2327;
    background-color: #fde68a;
}

.social-share-widget__list--mono .social-share-widget__button {
    background-color: transparent;
    border: 1px solid #c3c4c7;
    color: #1d2327;
}

.social-share-widget__intro {
    margin-bottom: 0.75rem;
    color: #50575e;
    font-size: 0.9rem;
}

[data-show-labels="false"] .social-share-widget__label {
    display: none;
}

.social-share-widget__label {
    line-height: 1;
}
