.native-search-header {
  grid-template-columns: 42px 1fr 42px;
}

.native-search-header > div {
  text-align: center;
}

.native-header-spacer {
  width: 42px;
}

.native-search-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px 9px 8px 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #15171f;
}

.native-search-form > span {
  color: #777b87;
}

.native-search-form input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
}

.native-search-form input::placeholder {
  color: #717581;
}

.native-search-form button {
  border: 0;
  border-radius: 12px;
  padding: 9px 15px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.native-search-results {
  margin-top: 25px;
}

.native-search-hot-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 7px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.native-search-hot-row::-webkit-scrollbar {
  display: none;
}

.native-search-hot-row a {
  display: inline-flex;
  flex: 0 0 auto;
  max-width: min(76vw, 340px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.native-search-hot-status {
  color: #858995;
  font-size: 13px;
}

.native-sort-row {
  margin: 12px 0 20px;
}

.native-search-results .mac-paging {
  margin: 28px 0 10px;
}

.native-search-results .mac-paging ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.native-search-results .mac-paging a,
.native-search-results .mac-paging span {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #171922;
  color: #d5d7de;
}

.native-search-results .mac-paging .active a {
  border-color: var(--accent);
  background: rgba(241, 66, 114, .16);
  color: #fff;
}

.native-search-results .page_jump,
.native-search-results .page_jump_row,
.native-search-results .page_tips {
  display: none !important;
}
