.tm-ai-summary-share {
    clear: both;
    margin: 24px 0 28px;
    padding: 18px 20px;
    border: 1px solid #d8e1f2;
    border-radius: 8px;
    background: #f7fbff;
    color: #172033;
}

.tm-ai-summary-share__heading {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.tm-ai-summary-share__intro {
    margin: -6px 0 14px;
    color: #44546a;
    font-size: 14px;
    line-height: 1.6;
}

.tm-ai-summary-share__tools {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tm-ai-summary-share__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 18px;
    border: 2px solid #3157e8;
    border-radius: 999px;
    background: #fff;
    color: #3157e8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.tm-ai-summary-share__link:hover,
.tm-ai-summary-share__link:focus {
    border-color: #173cc8;
    background: #eef3ff;
    color: #173cc8;
    text-decoration: none;
    box-shadow: 0 0 0 3px rgba(49, 87, 232, 0.14);
}

.tm-ai-summary-share__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 50%;
    background: currentColor;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.tm-ai-summary-share__label {
    white-space: nowrap;
}

@media (max-width: 640px) {
    .tm-ai-summary-share {
        margin: 20px 0 24px;
        padding: 16px;
    }

    .tm-ai-summary-share__tools {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tm-ai-summary-share__link {
        width: 100%;
    }
}
