/* ONE HIT MUSIC V356 — extra-small Search/Clear buttons only. No other UI changes. */
html body #artists .artist-search-actions-v338{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:100%!important;
}
html body #artists .artist-search-actions-v338 button{
  flex:0 1 160px!important;
  width:min(42%,160px)!important;
  min-width:118px!important;
  max-width:160px!important;
  height:36px!important;
  min-height:36px!important;
  padding:0 10px!important;
  border-radius:9px!important;
  gap:6px!important;
  font-size:12px!important;
}
html body #artists .artist-search-actions-v338 button svg{
  width:15px!important;
  height:15px!important;
}
@media(max-width:600px){
  html body #artists .artist-search-actions-v338{
    gap:8px!important;
  }
  html body #artists .artist-search-actions-v338 button{
    flex:0 1 142px!important;
    width:min(42%,142px)!important;
    min-width:108px!important;
    max-width:142px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 8px!important;
    border-radius:9px!important;
    gap:5px!important;
    font-size:11px!important;
  }
  html body #artists .artist-search-actions-v338 button svg{
    width:14px!important;
    height:14px!important;
  }
}
