
/* CANTAIMY v7.6.76 — artist-name AI suggestions layout */
#editTrackModal .ai-suggestions{
  box-sizing:border-box!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:74px!important;
  margin-top:1px!important;
  padding:5px 0 1px!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  white-space:normal!important;
  scrollbar-width:thin;
  scrollbar-gutter:stable;
  border:0!important;
  background:transparent!important;
}
#editTrackModal .ai-suggestion-chips{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:6px!important;
  width:100%!important;
  max-width:100%!important;
}
#editTrackModal .ai-name-chip{
  flex:0 1 auto!important;
  max-width:calc(50% - 3px)!important;
  min-height:27px!important;
  height:27px!important;
  padding:0 11px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  border-radius:14px!important;
}
@media (max-width:760px){
  #editTrackModal .ai-suggestions{max-height:106px!important}
  #editTrackModal .ai-name-chip{max-width:100%!important}
}
