.fighter-mobile-sort{display:flex;align-items:end;justify-content:space-between;gap:8px}.fighter-mobile-sort label{display:grid;flex:1;gap:3px;color:var(--brand);font-size:.76rem;font-weight:900}.fighter-mobile-sort select,.fighter-mobile-sort button{min-height:38px;border:2px solid var(--brand-light);border-radius:10px;background:#fff;color:var(--text-main);font:inherit;font-weight:800}.fighter-mobile-sort select{width:100%;padding:5px 9px}.fighter-mobile-sort button{padding:5px 10px;color:var(--brand)}
.list-mobile-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.list-mobile-sort label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.list-mobile-sort label span {
  white-space: nowrap;
}

.list-mobile-sort select {
  min-width: 0;
  max-width: 12rem;
}

.list-mobile-sort button {
  flex: 0 0 auto;
}
