/* GattoMusic 2.0 — Build 10.28 — ajustes visuais cirúrgicos
   Criado por B1Z@Rr0 e ChatGPT */

/* Pesquisa: o caminho usa a mesma família visual das localizações em Pastas,
   porém cabe na linha de resultado sem alterar as outras colunas. */
.folder-search-song-path-v1028{
  display:block;
  margin-top:3px;
  color:var(--muted)!important;
  font-size:.69rem!important;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}

/* Sala de voz: preserva o bloco 52x52/44x44 e troca somente o glifo interno.
   O SVG e a cor são exatamente os mesmos de Convidar (Build 10.18). */
.chat-room-visual-v972.gatto-v1028-room-voice-invite-visual{
  color:var(--gatto-v1018-people-blue,#62b5ff)!important;
  font-size:0!important;
}
.chat-room-visual-v972.gatto-v1028-room-voice-invite-visual::before{
  content:"";
  display:block;
  width:1.18rem;
  height:1.18rem;
  background-color:currentColor;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:contain;
  mask-size:contain;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='8' r='3' fill='black'/%3E%3Ccircle cx='16.2' cy='9' r='2.55' fill='black'/%3E%3Cpath d='M2.4 20c0-4.05 2.45-6.5 5.6-6.5s5.6 2.45 5.6 6.5H2.4z' fill='black'/%3E%3Cpath d='M12.2 20c0-2.35-.64-4.2-1.82-5.55 1.08-.76 2.34-1.15 3.78-1.15 3.43 0 5.84 2.45 5.84 6.7h-7.8z' fill='black'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='8' r='3' fill='black'/%3E%3Ccircle cx='16.2' cy='9' r='2.55' fill='black'/%3E%3Cpath d='M2.4 20c0-4.05 2.45-6.5 5.6-6.5s5.6 2.45 5.6 6.5H2.4z' fill='black'/%3E%3Cpath d='M12.2 20c0-2.35-.64-4.2-1.82-5.55 1.08-.76 2.34-1.15 3.78-1.15 3.43 0 5.84 2.45 5.84 6.7h-7.8z' fill='black'/%3E%3C/svg%3E");
}
