/**
 * 搜索页（search_page.temp.shoutu48.htm）
 * 与 st48-shoutu48.css、list-page-addon.css 配合。
 */

.st48-search-page {
  margin-bottom: 2rem;
}

.st48-search-page__h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--st48-text, #1a1a1a);
  word-break: break-word;
}

.st48-search-page__lead {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  color: var(--st48-muted, #5c5c56);
  line-height: 1.55;
}

.st48-search-page__meta {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: var(--st48-muted, #5c5c56);
}

/* 结果区内联搜索（勿用顶栏类名 st48-search，避免移动端被 display:none） */
.st48-wrap .st48-inline-form {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: nowrap;
  max-width: 36rem;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
  padding: 0.4rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--st48-border, rgba(26, 26, 26, 0.12));
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.st48-wrap .st48-inline-form .st48-inline-form__ico {
  color: #8a8a84;
  flex-shrink: 0;
}

.st48-wrap .st48-inline-form input[type="search"],
.st48-wrap .st48-inline-form input[type="text"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 0.9rem;
  outline: none;
  color: var(--st48-text, #1a1a1a);
}

.st48-wrap .st48-inline-form button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #fb923c, #ea580c);
  color: #111;
  cursor: pointer;
  flex-shrink: 0;
}

.st48-wrap .st48-inline-form button[type="submit"]:hover {
  filter: brightness(1.06);
}

.st48-search-page .st48-pager__meta {
  margin-top: 1.15rem;
}

.st48-search-page .st48-pager-outer {
  margin-bottom: 0.5rem;
}
