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

/* El círculo del botón con un degradado verde premium brillante */
.icono-wrapper.ubicacion-bg {
    width: 56px !important;
    height: 56px !important;
    background: linear-gradient(
        135deg,
        #11998e,
        #38ef7d
    ) !important; /* Verde WhatsApp premium */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(56, 239, 125, 0.3) !important;
}

/* Ajuste de tamaño y centrado del pin de mapa SVG */
.icono-wrapper.ubicacion-bg svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
}
