body.bureau-update #mercy-list .bureau-list-tools {
  gap: 12px;
}
body.bureau-update #mercy-list .bureau-list-tools label:first-child {
  max-width: 380px;
}
body.bureau-update #mercy-list .bureau-list-tools label:last-child {
  flex: 0 1 205px;
}
body.bureau-update #mercy-list .registry-order {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 40px;
  margin-left: auto;
  padding: 3px;
  border: 1px solid var(--bureau-line);
  border-radius: 6px;
  background: #f5f7f5;
  gap: 2px;
}
body.bureau-update #mercy-list .registry-order button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 32px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  color: var(--bureau-muted);
  font: 600 12px/1.3 var(--bureau-font);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
}
body.bureau-update #mercy-list .registry-order button[aria-pressed="true"] {
  background: #e7f0e8;
  color: #2e6041;
  border-color: #b9cfbd;
}
body.bureau-update #mercy-list .registry-order button:hover {
  color: #244c34;
  background: #edf3ed;
}
body.bureau-update #mercy-list .registry-order button:focus-visible {
  outline: 2px solid #347451;
  outline-offset: 2px;
}
body.bureau-update #mercy-list .registry-order button:disabled {
  cursor: wait;
  opacity: .65;
}
body.bureau-update #mercy-list .registry-order :is(i, svg) {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}
@media (max-width: 760px) {
  body.bureau-update #mercy-list .bureau-list-tools {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
  }
  body.bureau-update #mercy-list .bureau-list-tools label {
    width: 100%;
    max-width: none;
  }
  body.bureau-update #mercy-list .registry-order {
    justify-self: start;
    margin-left: 0;
    height: 52px;
  }
  body.bureau-update #mercy-list .registry-order button {
    min-height: 44px;
    padding-inline: 12px;
  }
}
@media (max-width: 430px) {
  body.bureau-update #mercy-list .bureau-list-tools {
    grid-template-columns: minmax(0, 1fr);
  }
  body.bureau-update #mercy-list .registry-order {
    justify-self: stretch;
  }
  body.bureau-update #mercy-list .registry-order button { flex: 1; }
}
