/* ============================================
   REDES SOCIAIS - ESTILOS ADICIONAIS
   ============================================ */

.s-redes-sociais .container .social-card .social-embed-posts {
    display: block;
    padding: 0;
    min-height: 280px;
}

.s-redes-sociais .container .social-card .social-embed-posts iframe {
    display: block;
    width: 100%;
    min-height: 280px;
}

.s-redes-sociais .container .social-card .header .logo-titulo img {
    border-radius: 0;
    width: auto;
    height: 35px;
    object-fit: contain;
}

.s-redes-sociais .container .social-card .header a {
    text-decoration: none;
}

/* Facebook - Card Estilizado */
.s-redes-sociais .container .social-card .social-facebook-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: linear-gradient(135deg, #1877F2, #0a52c4);
}

.s-redes-sociais .container .social-card .facebook-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 30px 20px;
    text-align: center;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.s-redes-sociais .container .social-card .facebook-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-redes-sociais .container .social-card .facebook-icon-wrapper i {
    font-size: 36px;
    color: #fff;
}

.s-redes-sociais .container .social-card .facebook-cta p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.s-redes-sociais .container .social-card .facebook-follow-btn {
    background: #fff;
    color: #1877F2;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.s-redes-sociais .container .social-card .facebook-follow-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

/* Instagram - Card Estilizado */
.s-redes-sociais .container .social-card .social-instagram-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
}

.s-redes-sociais .container .social-card .instagram-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 30px 20px;
    text-align: center;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.s-redes-sociais .container .social-card .instagram-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-redes-sociais .container .social-card .instagram-icon-wrapper i {
    font-size: 36px;
    color: #fff;
}

.s-redes-sociais .container .social-card .instagram-cta p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

.s-redes-sociais .container .social-card .instagram-follow-btn {
    background: #fff;
    color: #e1306c;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.s-redes-sociais .container .social-card .instagram-follow-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}
