/**
 * Horse detail — same shell as staff detail (team-details + cream + forest badge).
 * Badge shows breed + role; gallery row below About.
 */

.fcf-horse-detail-page .fcf-horse-detail-badge .text-box__number {
  display: none;
}

.fcf-horse-detail-badge-breed {
  font-size: 15px;
  font-weight: 600;
  color: var(--fcf-staff-detail-gold, #c5a059);
  margin-bottom: 10px;
  line-height: 1.35;
  text-transform: none;
}

.fcf-horse-detail-page .fcf-horse-detail-badge .text-box__title {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 0;
}

.fcf-horse-detail-gallery img {
  border-radius: 22px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  max-height: 420px;
}

.fcf-horse-detail-page .tdetails-span a {
  color: var(--fcf-staff-detail-forest, #2d4739);
  font-weight: 600;
  text-decoration: underline;
  text-transform: none;
}

.fcf-horse-detail-page .tdetails-span a:hover {
  color: #1a2d24;
}

.fcf-horse-detail-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

@media (max-width: 767px) {
  .fcf-horse-detail-gallery img {
    max-height: 320px;
    aspect-ratio: 16 / 10;
  }
}
