/* Section Background - dark color better handled with a class */
.socials-section {
    background-color: #060013;
}

.socials-title h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

/* Force consistent border radius on all embeds */
.social-embed-container,
.social-embed-container iframe,
.social-embed-container blockquote,
.tiktok-embed,
.twitter-tweet {
    border-radius: 10px !important;
    overflow: hidden;
}

/* Target root iframe elements from these services */
iframe[src*="twitter"],
iframe[src*="tiktok"] {
    border-radius: 10px !important;
}

/* Responsive heights for embed containers */
@media screen and (max-width: 768px) {
    .social-embed-container {
        height: 420px !important;
    }
    .social-embed-container iframe,
    .social-embed-container blockquote {
        height: 420px !important;
    }
}

@media screen and (max-width: 576px) {
    .social-embed-container {
        height: 380px !important;
    }
    .social-embed-container iframe,
    .social-embed-container blockquote {
        height: 380px !important;
    }
}