.search-wrapper {
  padding: 2rem 0;
}

.search-header h1 {
  font-weight: 600;
}

.search-form {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.search-result-summary {
  font-size: 0.875rem;
}

/* 結果カード */
.search-result-list .post-card {
  border-radius: 0.75rem;
}

.search-result-cover {
  width: 96px;
  height: 128px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-color: #f8f9fa;
}

.card-meta {
  font-size: 0.75rem;
}

/* ページネーション */
.search-pagination .page-link {
  min-width: 80px;
  text-align: center;
}

/* スマホ対応 */
@media (max-width: 575.98px) {
  .search-form {
    padding: 1rem;
  }

  .search-result-cover {
    width: 80px;
    height: 110px;
  }
}
