.dr-section.dr-section-type--dr_lostproperties .container {
  position: relative;
  max-width: calc(var(--dr-container-content-max-width-lg-default) + var(--dr-container-content-max-width-lg-padding));
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row {
  display: flex;
  flex-direction: column;
  gap: var(--dr-element-spacer-lg);
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item {
  display: grid;
  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_lostproperties .dr-content .row .property-item.grid-2 {
    grid-template-columns: 3fr 7fr;
  }
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item .image {
  margin: 0;
  height: 100%;
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item .image img {
  object-fit: cover;
  border-radius: var(--dr-element-radius);
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item-content {
    padding: var(--dr-spacer-xl);
  }
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-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_lostproperties .dr-content .row .property-item-content .content-body {
  display: flex;
  flex-direction: column;
  gap: var(--dr-spacer);
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item-content .content-body p {
  margin: 0;
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item-content .content-body b {
  display: block;
  margin-bottom: var(--dr-spacer-sm);
}
.dr-section.dr-section-type--dr_lostproperties .dr-content .row .property-item-content .content-body a {
  text-decoration: none;
}

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