@media (min-width: 851px) {
  #properties.view {
    max-width: 1680px;
  }

  #properties .table-wrap table {
    min-width: 1460px;
  }

  #properties .table-wrap th:nth-child(5),
  #properties .table-wrap td:nth-child(5) {
    min-width: 125px;
    white-space: nowrap;
  }

  #properties .table-wrap th:nth-child(6),
  #properties .table-wrap td:nth-child(6) {
    min-width: 115px;
    white-space: nowrap;
  }

  #properties .table-wrap th:nth-child(7),
  #properties .table-wrap td:nth-child(7) {
    min-width: 100px;
    white-space: nowrap;
  }

  #properties .table-wrap th:nth-child(8),
  #properties .table-wrap td:nth-child(8) {
    min-width: 130px;
    white-space: nowrap;
  }

  #properties .table-wrap th:nth-child(9),
  #properties .table-wrap td:nth-child(9) {
    min-width: 82px;
    white-space: nowrap;
  }

  #properties .table-wrap td:nth-child(9) .tag {
    min-width: 48px;
    white-space: nowrap;
    word-break: keep-all;
    text-align: center;
  }

  #properties .table-wrap th:nth-child(11),
  #properties .table-wrap td:nth-child(11) {
    min-width: 150px;
    white-space: nowrap;
    word-break: keep-all;
  }
}

.property-roadview-trigger {
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: zoom-in;
  vertical-align: middle;
  transition: box-shadow .16s ease, transform .16s ease;
}

.property-roadview-trigger:hover {
  box-shadow: 0 0 0 3px rgba(22, 96, 74, .18);
  transform: translateY(-1px);
}

.property-roadview-trigger:focus-visible {
  outline: 3px solid rgba(22, 96, 74, .35);
  outline-offset: 2px;
}

.property-roadview-trigger .thumb {
  pointer-events: none;
}
