.block--leasing_placeholder_table .table {
  padding: 24px 32px;
  background-color: var(--grey_100);
}
.block--leasing_placeholder_table .table .table__headline {
  margin: 0 0 16px 0;
  cursor: pointer;
}
.block--leasing_placeholder_table .table .table__model {
  margin: 0 0 24px 0;
}
.block--leasing_placeholder_table .table .table__rows .table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--grey_900);
}
.block--leasing_placeholder_table .table .table__rows .table__row.table__row--inner {
  margin: 0 0 8px 0;
}
.block--leasing_placeholder_table .table .table__rows .table__row.table__row--outer {
  margin: 16px 0;
}
.block--leasing_placeholder_table .table .table__legal {
  color: var(--grey_700);
}
@media screen and (max-width: 1024px) {
  .block--leasing_placeholder_table .table {
    padding: 24px;
  }
}

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