.elementor-54 .elementor-element.elementor-element-c9fbdb6 .ts-heading-subheading{text-align:center;}.elementor-54 .elementor-element.elementor-element-3fc5edb{--spacer-size:10vh;}/* Start custom CSS for html, class: .elementor-element-e984d77 *//* --- INTEGRACIÓN ESTÉTICA EPISTHEME PARA LINKEDIN WIDGET --- */

/* 1. Contenedor Principal: Limpieza y Sombra Epistheme */
.sk-ww-linkedin-page-post {
    padding: 40px !important;
    border: 1px solid rgba(0, 174, 239, 0.15) !important; /* Borde Celeste sutil */
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(25, 53, 105, 0.08) !important;
    font-family: 'Inter', sans-serif !important;
}

/* 2. Cabecera del Widget: Colores Institucionales */
.sk-posts-header {
    margin-bottom: 30px !important;
}

.sk-header-name {
    color: #193569 !important; /* Azul Marino */
    font-weight: 800 !important;
    font-size: 1.5rem !important;
    text-decoration: none !important;
}

.sk-header-desc {
    color: #444 !important;
    font-size: 1.1rem !important;
}

/* 3. Botones: Estilo "Get in Touch" */
.sk-ww-linkedin-page-post .sk-button {
    background-color: #193569 !important; /* Azul Marino */
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 12px 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: none !important;
    transition: background 0.3s ease !important;
}

.sk-ww-linkedin-page-post .sk-button:hover {
    background-color: #00AEEF !important; /* Celeste al pasar el mouse */
}

/* 4. Cards Individuales de Posts: Suavidad y Elevación */
.sk-post-item {
    background: #ffffff !important;
    border: 1px solid #f0f4f8 !important;
    border-radius: 12px !important;
    padding: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.sk-post-item:hover {
    transform: translateY(-8px) !important;
    border-color: #00AEEF !important;
    box-shadow: 0 15px 30px rgba(25, 53, 105, 0.1) !important;
}

/* 5. Tipografía de los Posts */
.sk-post-username {
    color: #193569 !important;
    font-weight: 700 !important;
}

.sk-post-body-full {
    color: #333333 !important;
    line-height: 1.6 !important;
    font-size: 1rem !important;
}

/* 6. Enlaces dentro del Post (Hashtags y links) */
.sk-post-body-full a {
    color: #00AEEF !important; /* Celeste Institucional */
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* 7. Ocultar Branding de SociableKIT (Opcional, si lo deseas) */
.sk_branding {
    display: none !important;
}

/* 8. Ajuste de imágenes del post */
.sk-post-image-src {
    border-radius: 8px !important;
}/* End custom CSS */