/* 教练前台列表页样式 */

.coach-venue-filter {
  margin-bottom: 32px;
  text-align: center;
}

.coach-venue-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.coach-venue-filter ul li {
  margin: 0;
}

.coach-venue-filter a {
  display: inline-block;
  padding: 6px 18px;
  border: 2px solid #E8A020;
  border-radius: 20px;
  color: #0A1628;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.coach-venue-filter a:hover,
.coach-venue-filter a.active {
  background: #E8A020;
  color: #fff;
}

.team-listing {
  row-gap: 30px;
}

.empty-list {
  color: #666;
  text-align: center;
  padding: 40px 0;
}
