.detail-page, .detail-page-footer, .search-page {
  max-width: none;
  padding-inline: var(--content-spacing);
  margin-left: 0;
  margin-right: 0;
}

.results-list {
  max-width: none;
}

.property-attachments-list-item {
  border-bottom: 1px solid #d3d3d3;
  padding: .75em;
  font-size: .875rem;
}

.property-attachments-list-item-link {
  color: var(--link-color);
}

.property-attachments-list-item-link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
