.list-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.list-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.list-table th,
.list-table td {
  padding: 0.75rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.list-table th {
  background: #f5f5f5;
  font-weight: bold;
}

.list-thumb {
  width: 60px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.list-search {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.list-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.list-table thead th {
  position: sticky;
  top: 0;
  background: #f5f5f5;
  z-index: 2;
  padding: 10px;
}

.list-table th,
.list-table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.list-table tr:hover td {
  background: #f0f8ff;
}

.sortable {
  cursor: pointer;
}

.arrow {
  margin-left: 6px;
  font-size: 0.9rem;
  color: #666;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.page-btn {
  padding: 8px 12px;
  margin: 4px;
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.page-btn.active {
  background: #007acc;
  color: white;
  border-color: #007acc;
}

.list-table td a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.list-table td a:hover {
  text-decoration: underline;
}

