#animals-wrapper .hero {
  color: white;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
#animals-wrapper .alphabet-nav .btn {
  min-width: 44px;
  margin: 2px;
}
#animals-wrapper .letter-section {
  margin-top: 3rem;
  scroll-margin-top: 100px;
}
#animals-wrapper .animal-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
#animals-wrapper .animal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
#animals-wrapper .badge-letter {
  font-size: 0.9rem;
}
#animals-wrapper .hidden-card,
#animals-wrapper .hidden-section {
  display: none !important;
}
#animals-wrapper .section-title {
  border-left: 6px solid #1E572A;
  padding-left: 12px;
  margin-bottom: 1.5rem;
}
#animals-wrapper .no-results {
  display: none;
}
.info-box {
  border-radius: 1rem;
  background: #f8f9fa;
  padding: 1.25rem;
  height: 100%;
}
.special-note {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}
.extra-note {
  background: #BED387;
  border-left: 5px solid #1E572A;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
}
.price-row:last-child {
  border-bottom: 0;
}
.price-row .price-label {
  font-weight: 500;
}
.price-row .price-value {
  font-weight: 700;
  color: #1E572A;
  white-space: nowrap;
}
.hover-animation {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-animation:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
.team-card {
  display: flex;
  height: 100%;
}
.team-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.team-card-top {
  flex-grow: 1;
}
.team-card-social {
  margin-top: auto;
}
/*# sourceMappingURL=Page.css.map */