/* ============================================================
   🔥 GHOSTUNE — Sprite SVG Global
   Padrão profissional de ícones usado em apps grandes
   ============================================================ */

/* ------------------------------------------------------------
   🔹 Tamanhos base (consistência absoluta no app)
   ------------------------------------------------------------ */
.icon-16 { width: 16px; height: 16px; }
.icon-18 { width: 18px; height: 18px; }
.icon-20 { width: 20px; height: 20px; }
.icon-22 { width: 22px; height: 22px; }
.icon-24 { width: 24px; height: 24px; }
.icon-28 { width: 28px; height: 28px; }

/* Todos os SVGs respeitam o tamanho */
.icon-arrow-left, .icon-heart-solid, .gt-send-icon, .mr-send-icon, .icon-24, .icon-28 {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}


/* ------------------------------------------------------------
   ← Setinha Voltar
   ------------------------------------------------------------ */
.icon-arrow-left {
    width: 24px;
    height: 24px;
   color: var(--cor-icons-default);

}

.icon-heart-solid {
    width: 19px;
    height: 19px;
    
}


.gt-send-icon {
    width: 25px;
    height: 25px;
}



.mr-send-icon {
    width: 25px;
    height: 25px;
}



/* Para centralização perfeita quando usado em flex */
.icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}






