/* Bee removal page additions on top of the shared ant redesign system. */

.bee-hero-ellipse {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -40px;
  width: 180px;
  height: 180px;
  pointer-events: none;
}

.bee-page .ant-r-hero-image {
  object-position: center 48%;
}

.bee-page .ant-species-card {
  min-height: 506px;
  border-radius: 20px;
}

.bee-page .ant-species-card > img {
  height: 170px;
  background: var(--ant-cream-strong);
  object-fit: cover;
}

.bee-page .ant-species-body p {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .bee-hero-ellipse {
    bottom: 20px;
    left: -30px;
    width: 130px;
    height: 130px;
  }

  .bee-page .ant-species-card {
    min-height: 0;
  }

  .bee-page .ant-species-card > img {
    height: 200px;
  }
}
