.social-promo-ca02c3bd-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
}
.social-promo-ca02c3bd-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 16px;
    text-align: center;
    border: 1px solid #eaeaea;
    min-width: 200px;
    flex: 0 0 auto;
}
.social-promo-ca02c3bd-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 12px;
    object-fit: cover;
}
.social-promo-ca02c3bd-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}
.social-promo-ca02c3bd-desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 16px;
}
.social-promo-ca02c3bd-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
    color: #fff !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.social-promo-ca02c3bd-link:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}
.social-promo-ca02c3bd-link-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-promo-ca02c3bd-link-fb {
    background: #1877F2;
}
