.dr-section.dr-section-type--dr_lostanimals .container {
  position: relative;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row {
  display: flex;
  flex-direction: column;
  gap: var(--dr-element-spacer-lg);
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item {
  position: relative;
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr;
  gap: var(--dr-spacer);
  border: 1px solid var(--dr-brand-color-primary-150);
  text-decoration: none;
  background: var(--dr-color-body-bg-secondary);
  padding: var(--dr-spacer);
  border-radius: var(--dr-element-radius);
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .image {
  position: relative;
  height: 100%;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .image img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--dr-element-radius);
}
@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .image img {
    position: absolute;
  }
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .image.fallback {
  background-color: var(--dr-card-color-bg-image);
  border-radius: var(--dr-element-radius);
  display: flex;
  justify-content: center;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .image.fallback img {
  object-fit: unset;
  width: 80%;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content {
    padding: var(--dr-spacer-xl);
  }
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-header .category {
  font-size: var(--dr-font-size-small);
  font-weight: 500;
  color: var(--dr-card-color-fg-accent);
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body p {
  margin: 0;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body b {
  display: block;
  margin-bottom: var(--dr-spacer-sm);
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body a {
  text-decoration: none;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body .address {
  display: flex;
  flex-direction: column;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body .content-row {
  display: flex;
  gap: var(--dr-spacer-sm);
  align-items: flex-start;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body .content-row div {
  min-width: 25%;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body .content-row p, .dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item-content .content-body .content-row span {
  width: fit-content;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .animal-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(3px);
  border-radius: var(--dr-element-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(var(--dr-brand-color-black-rgb), 0.5);
  flex-direction: column;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .animal-overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  opacity: 0.5;
  z-index: 0;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .animal-overlay p {
  color: var(--dr-brand-color-white);
  font-size: var(--dr-font-size-h3);
  z-index: 1;
}
.dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .animal-overlay p.headline {
  font-size: var(--dr-font-size-h1);
  margin: 0;
  font-weight: bold;
}
@media (min-width: 576px) {
  .dr-section.dr-section-type--dr_lostanimals .dr-content .row .animal-item .animal-overlay p.headline {
    font-size: calc(var(--dr-font-size-h1) * 2);
  }
}

/*# sourceMappingURL=style.css.map */
