/**
 * Estilos de la integración Wildix Kite en "Nuestro equipo".
 * Estado estilo Teams (punto de color + texto) y botón "Contactar".
 */

/* Miembro sin extensión: ocultamos el widget de Elementor que contiene el
   marcador, para que no deje hueco en la ficha. */
.elementor-widget-shortcode:has(.wildix-ocultar) {
    display: none;
}

/* Por si el marcador quedara suelto en algún contexto sin :has. */
.wildix-ocultar {
    display: none;
}

/* --- Estado: punto de color + texto --- */
.wildix-estado {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 8px 0;
    line-height: 1;
}

.wildix-estado .presence {
    display: inline-block;
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.wildix-estado-label {
    font-family: inherit;
    font-size: 14px;
    color: #333333;
}

/* --- Botón "Contactar" --- */
.wildix-contacto-btn {
    display: inline-block;
    padding: 8px 22px;
    background-color: #CF122D;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.wildix-contacto-btn:hover,
.wildix-contacto-btn:focus {
    background-color: #a50e24;
    color: #ffffff !important;
}
