.content-share {
    margin-top: 10px;
    max-width: 100%;
}

.content-share__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.content-share__action {
    align-items: center;
    appearance: none;
    background: #ffffff;
    border: 1px solid currentColor;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    line-height: 1;
    min-height: 28px;
    padding: 0 7px;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.content-share__action i {
    font-size: 11px;
    line-height: 1;
}

.content-share__action--facebook {
    color: #1465d8;
}

.content-share__action--pinterest {
    color: #b4232f;
}

.content-share__action--x,
.content-share__action--copy {
    color: #344054;
}

.content-share__action.content-share__action--copy {
    flex: 0 0 28px;
    padding: 0;
    width: 28px;
}

.content-share__action:hover,
.content-share__action:focus-visible,
.content-share__action.is-copied {
    color: #ffffff;
    text-decoration: none;
}

.content-share__action--facebook:hover,
.content-share__action--facebook:focus-visible {
    background: #1465d8;
    border-color: #1465d8;
}

.content-share__action--pinterest:hover,
.content-share__action--pinterest:focus-visible {
    background: #b4232f;
    border-color: #b4232f;
}

.content-share__action--x:hover,
.content-share__action--x:focus-visible {
    background: #101828;
    border-color: #101828;
}

.content-share__action--copy:hover,
.content-share__action--copy:focus-visible,
.content-share__action--copy.is-copied {
    background: #344054;
    border-color: #344054;
}

.content-share__action:focus-visible {
    outline: 3px solid rgba(21, 94, 239, .28);
    outline-offset: 2px;
}

.content-share__status {
    color: #027a48;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 4px;
}

.content-share__status:empty {
    display: none;
}

.content-share--article {
    margin-top: 0;
}

.ai-template-tool__main > .content-share--template {
    grid-column: 1 / -1;
    margin-top: 0;
}

.ai-template-tool.ai-template-tool--no-album .content-share--template .content-share__list {
    justify-content: flex-start;
}

@media (max-width: 520px) {
    .content-share__list {
        display: flex;
    }

    .content-share__action {
        padding-left: 7px;
        padding-right: 7px;
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-share__action {
        transition: none;
    }
}
