/* ==========================================================================
   OREGONS CHAT - MÓDULO: BOTÓN DE CONTACTO
   Estilos independientes y clasificados para evitar código espagueti
   ========================================================================== */

/* El círculo del botón con un degradado turquesa/celeste premium */
.icono-wrapper.contacto-bg {
    width: 56px !important;
    height: 56px !important;
    background: linear-gradient(
        135deg,
        #02aab0,
        #00cdac
    ) !important; /* Turquesa vibrante */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(0, 205, 172, 0.3) !important;
}

/* Ajuste de tamaño y centrado del vector SVG de la silueta de usuario */
.icono-wrapper.contacto-bg svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}
