.animals-is-hidden {
  display: none !important;
}

/* ===== Jahres-Header (mit Chevron im HTML) ===== */

.animals-year {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
}

.animals-year-toggle {
  -webkit-appearance: none;
  appearance: none;

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;

  padding: 12px 0;
  margin: 0;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  text-align: left;
  text-decoration: none !important;

  color: #1f4f8b !important;
  font-weight: 600;
  font-size: 1.3rem;

  cursor: pointer;
}

.animals-year-toggle:hover {
  color: #163a66 !important;
}

.animals-year-label {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .animals-year-label {
    flex-wrap: wrap;
    white-space: normal;
  }
}

.animals-year-title {
  color: inherit;
}

/* Chevron rechts */
.animals-year-chevron {
  margin-left: 8px;
  font-size: 1rem;
  transition: transform 0.25s ease;
}

/* offen -> Chevron drehen */
.animals-year-toggle[aria-expanded="true"] .animals-year-chevron {
  transform: rotate(180deg);
}

/* Collapse Inhalt */
.animals-year-body {
  padding-top: 10px;
}
