/* Hatchery parchment-card contrast fixes. */
.species-card .spec-arch {
  color: #76674f;
  opacity: 1;
  font-weight: 600;
}

.species-card .species-detail {
  color: #574a39;
}

.species-card .spec-tag {
  color: #5f513d !important;
  border-color: rgba(95, 81, 61, .48) !important;
  background: rgba(255, 250, 236, .28);
  font-weight: 600;
}

.species-card .prime-price {
  color: #9a5b18 !important;
  font-weight: 600;
  text-shadow: 0 1px rgba(255, 248, 226, .45);
}

.species-card .species-price span,
.species-card .standard-price span {
  color: #665946;
  opacity: 1;
  font-weight: 600;
}

.species-card .price-stack {
  color: #352d24;
}

/* Keep disabled and secondary modal text readable on parchment. */
.hatchery-panel .mutation-desc,
.hatchery-panel .mutation-empty {
  color: #584c3b !important;
}

.prime-choice button:disabled {
  color: #736754;
  background: #ded4bf;
  opacity: .78;
}
