.action.danger {
  color: #fff;
  background: var(--red);
  padding: 8px 13px;
  border-radius: 7px;
  min-width: 82px;
  font-weight: 600;
}
.action.danger:hover { background: #b92f41; }
.country-code {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  padding: 3px 5px;
  margin-right: 5px;
  border-radius: 5px;
  background: #eef2f8;
  color: #4e5d73;
  font-size: 11px;
  font-weight: 700;
}
.check-filter {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  padding: 0 8px;
  color: var(--muted);
  cursor: pointer;
}
.check-filter input {
  width: 17px;
  height: 17px;
  accent-color: var(--blue);
}
@media (max-width: 760px) {
  .controls { flex-wrap: wrap; }
  .check-filter { width: 100%; padding: 5px 0; }
}
