.article-social-follow {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e8eef4;
}

.article-social-follow__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 20px;
    padding: 18px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fafcff 0%, #f4f9fc 100%);
    border: 1px solid #e3edf5;
    box-shadow: 0 2px 12px rgba(1, 48, 95, 0.04);
}

.article-social-follow__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.article-social-follow__logo {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
    border: 1px solid #e8eef4;
}

.article-social-follow__copy {
    min-width: 0;
}

.article-social-follow__eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0089BF;
    margin-bottom: 2px;
}

.article-social-follow__title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #01305F;
    line-height: 1.45;
}

.article-social-follow__platforms {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.article-social-follow__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.article-social-follow__pill i {
    font-size: 0.95rem;
    line-height: 1;
}

.article-social-follow__pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 48, 95, 0.08);
}

.article-social-follow__pill--x { color: #111; }
.article-social-follow__pill--x:hover { border-color: #cbd5e1; background: #f8fafc; }

.article-social-follow__pill--linkedin { color: #0a66c2; }
.article-social-follow__pill--linkedin:hover { border-color: #93c5fd; background: #eff6ff; }

.article-social-follow__pill--tiktok { color: #111; }
.article-social-follow__pill--tiktok:hover { border-color: #cbd5e1; background: #f8fafc; }

.article-social-follow__pill--snapchat { color: #b8860b; }
.article-social-follow__pill--snapchat:hover { border-color: #fde68a; background: #fffbeb; }

.article-social-follow__pill--instagram { color: #c13584; }
.article-social-follow__pill--instagram:hover { border-color: #f9a8d4; background: #fdf2f8; }

.article-social-follow__pill--facebook { color: #1877f2; }
.article-social-follow__pill--facebook:hover { border-color: #93c5fd; background: #eff6ff; }

.article-social-follow__pill--instagram i {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 575.98px) {
    .article-social-follow__card {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
    }

    .article-social-follow__platforms {
        justify-content: center;
    }
}
