/* Talents page only: extracted from main-search-filters.css */

.page-talents .search-box-compact input,
.page-talents .search-box-compact select {
  height: 44px;
  min-height: 44px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 12px;
}

.page-talents .search-box-compact select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.25 4.5L6 8.25L9.75 4.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 12px;
}

.page-talents .search-box-compact button {
  min-width: 120px;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
}

.page-talents .search-box-compact {
  border-radius: 18px;
  grid-template-columns: minmax(0, 1fr) 220px 160px 120px;
  gap: 10px;
  padding: 16px 18px;
  margin-bottom: 18px;
}

.page-talents #talentList.talent-grid {
  gap: 18px;
}

.page-talents #talentList .talent-card {
  gap: 8px;
}

.page-talents #talentList .talent-card h2 {
  font-size: 18px;
}

.page-talents #talentList .talent-card .talent-card-title-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-talents #talentList .talent-card .talent-card-title-text {
  min-width: 0;
}

.page-talents #talentList .talent-card .talent-gender-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(1px);
}

.page-talents #talentList .talent-card .talent-gender-badge.is-male {
  color: #2f6fb3;
  background: #e8f3ff;
  border-color: #c8def8;
}

.page-talents #talentList .talent-card .talent-gender-badge.is-female {
  color: #c2557c;
  background: #ffeaf3;
  border-color: #f7cddd;
}

.page-talents #talentList .talent-card .talent-gender-badge.is-neutral {
  color: #6b57a8;
  background: #f1ecff;
  border-color: #ddd2ff;
}

.page-talents #talentList .talent-card p {
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .page-talents .page-title-minimal h1 {
    font-size: 28px;
  }

  .page-talents .search-box-compact {
    grid-template-columns: 1fr;
  }

  .page-talents .search-box-compact button {
    width: 100%;
  }

  .page-talents #talentList.talent-grid {
    grid-template-columns: 1fr;
  }
}
