.social-contact-card-c2a9fc8d {
    background-color: #0d0d0d;
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    font-family: 'Inter', sans-serif;
}

.social-row-c2a9fc8d {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #1f1f1f;
    position: relative;
}

.social-row-c2a9fc8d:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.social-row-c2a9fc8d:first-child {
    padding-top: 0;
}

.icon-container-c2a9fc8d {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.icon-container-c2a9fc8d svg {
    width: 24px;
    height: 24px;
}

/* Icon specific styles matching design image */
.icon-email-c2a9fc8d svg {
    color: #82d91e;
}
.icon-tiktok-c2a9fc8d svg {
    color: #82d91e;
}
.icon-instagram-c2a9fc8d svg {
    color: transparent;
    stroke: url(#insta-grad-c2a9fc8d); /* we can use linear gradients, or a solid vibrant pink gradient */
}
.icon-instagram-c2a9fc8d {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.icon-instagram-c2a9fc8d svg {
    color: #ffffff;
}
.icon-youtube-c2a9fc8d svg {
    color: #82d91e;
}

.content-container-c2a9fc8d {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.platform-title-c2a9fc8d {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.platform-handle-c2a9fc8d {
    color: #82d91e !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.platform-handle-c2a9fc8d:hover {
    color: #ffffff !important;
}

/* Lang Badge */
.badge-c2a9fc8d {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.badge-dot-c2a9fc8d {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #82d91e;
    display: inline-block;
}

.social-row-c2a9fc8d:hover .icon-container-c2a9fc8d {
    transform: scale(1.08);
}
