.xx1-perfil-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.xx1-perfil-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.xx1-user-avatar {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #34d399;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.xx1-user-info h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.xx1-user-info p {
    font-size: 0.9rem;
    color: #666;
    margin: 2px 0;
}

.xx1-integracoes {
    margin-top: 20px;
}

.xx1-integracoes h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.xx1-plataforma-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xx1-plataforma-lista li {
    font-size: 1rem;
    color: #444;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}

.xx1-desenvolvedor-info {
    margin-top: 20px;
}

.xx1-desenvolvedor-info h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.xx1-desenvolvedor-info p {
    font-size: 1rem;
    color: #444;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.xx1-desenvolvedor-social {
    margin-top: 15px;
}

.xx1-social-list {
    display: flex;
    gap: 15px; /* Espaçamento entre os itens */
}

.xx1-social-list li {
    list-style: none;
}

.xx1-social-list a {
    text-decoration: none;
    font-size: 1rem;
    color: #34d399;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.xx1-social-list a:hover {
    color: #e60073;
}
