/* --- 検索結果ページ --- */
.yws-search-city-page .yws-search-lead {
  margin-bottom: 10px;
  line-height: 1.9;
}

.yws-search-city-page .yws-search-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 24px;
}

.yws-search-city-page .yws-search-notice {
  margin: 0;
  font-weight: 700;
}

.yws-search-city-page .yws-search-refine-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  text-decoration: none;
}

.yws-search-city-page .yws-search-refine-link::before {
  content: "←";
}

.yws-search-city-page .yws-search-refine-link:hover {
  text-decoration: underline;
}

.yws-search-city-page .yws-city-stat__attribution {
  margin: 0 0 24px;
  line-height: 1.8;
  font-size: 0.9em;
}

.yws-search-city-page .yws-search-summary-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.yws-search-city-page .yws-search-summary-list li {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  background: #f7f7f7;
  border: 1px solid #dddddd;
  border-radius: 999px;
  font-size: 14px;
}

.yws-search-city-page .yws-search-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yws-search-city-page .yws-search-row-item {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.yws-search-city-page .yws-search-row-item:last-child {
  border-bottom: none;
}

.yws-search-city-page .yws-search-row-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.yws-search-city-page .yws-search-row-title-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.yws-search-city-page .yws-search-row-icon {
  display: inline-flex;
  color: #556b2f;
  margin: 4px -8px 0 0;
}

.yws-search-city-page .yws-search-row-name {
  font-size: 1.15em;
  font-weight: 700;
  text-decoration: none;
}

.yws-search-city-page .yws-search-row-name:hover {
  text-decoration: underline;
}

.yws-search-city-page .yws-search-result-metrics {
  margin-top: 14px;
}

.yws-search-city-page .yws-search-result-metrics-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yws-search-city-page .yws-search-result-metrics-list li {
  padding: 8px 10px;
  background: #f8f8f8;
  border-radius: 6px;
  line-height: 1.6;
  font-size: 14px;
}

.yws-search-city-page .yws-search-pagination {
  text-align: center;
  margin: 30px 0;
}

.yws-search-city-page .yws-search-pagination a.next::after,
.yws-search-city-page .yws-search-pagination a.prev::after {
  content: none;
  display: none;
}

.yws-search-result-ranks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: flex-end;
  flex: 0 1 auto;
}

.yws-search-result-rank {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.yws-search-result-rank__label {
  font-size: 0.88em;
  font-weight: 700;
  color: #475569;
}

h2 {
  margin: 3em 0 1em !important;
}

@media (max-width: 767px) {
  .yws-search-city-page .yws-search-row-title-line {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .yws-search-city-page .yws-search-row-title-main {
    justify-content: center;
  }

  .yws-search-result-ranks {
    justify-content: center;
    width: 100%;
  }

  .yws-search-city-page .yws-search-result-metrics-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
