
/* Estilo profissional atualizado */
.xx1-social-container {
    padding: 25px;
    background: linear-gradient(to bottom, #ffffff, #f1f3f5);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    margin: 0 auto;
}

.xx1-social-header {
    text-align: center;
    margin-bottom: 30px;
}

.xx1-social-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.xx1-social-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
}

.xx1-social-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.xx1-social-post {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xx1-social-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.xx1-post-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 10px;
}

.xx1-post-summary {
    font-size: 1rem;
    color: #7f8c8d;
}

.xx1-service-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.xx1-service-list li {
    font-size: 0.95rem;
    color: #2c3e50;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.xx1-read-more {
    font-size: 0.95rem;
    font-weight: bold;
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.xx1-read-more:hover {
    color: #2980b9;
}
