/* Rodent extermination page — small additions on top of ant-redesign.css */

/* Decorative hero ellipse (bottom-left), matches the Figma hero */
.rodent-hero-ellipse {
  position: absolute;
  left: -40px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  z-index: 0;
  pointer-events: none;
}

/* Species card image sits on a warm cream plate like the design */
.rodent-page .ant-species-card > img {
  height: 170px;
  background: var(--ant-cream-strong);
  object-fit: cover;
}

/* First species (House Mouse) carries the vivid gold "most common" tag */
.ant-tag--gold { background: var(--ant-gold); }

/* Service-time callout label colour parity inside the dark prep card */
.rodent-page .ant-reentry b { color: var(--ant-gold); }

@media (max-width: 560px) {
  .rodent-hero-ellipse { width: 130px; height: 130px; left: -30px; bottom: 24px; }
  .rodent-page .ant-species-card > img { height: 200px; }
}
