.property-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.property-location__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.property-location__text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.property-location__reference {
  font-size: 0.875rem;
  color: #2c2c2c;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.property-location__reference-icon {
  width: 0.95rem;
  height: 0.95rem;
  color: #2c2c2c;
  flex-shrink: 0;
}

.property-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.property-details p {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .property-details {
    grid-template-columns: repeat(5, 1fr);
  }
}

.property-details__item {
  display: flex;
  flex-direction: column;
}

.property-details__label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
  font-weight: 400;
}

.property-details__value {
  font-size: 1.125rem;
  color: #1a1a1a;
  font-weight: 400;
}

.property-details__value--price {
  font-size: 1.25rem;
  color: #1a1a1a;
  font-weight: 600;
}

.property-details__rent-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}

.property-details__rent-tag {
  font-size: 12px;
  line-height: 1;
  padding: 2px 8px;
  background: rgba(239, 231, 216, 1);
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.property-details__rent-value {
  font-size: 1.25rem;
  font-weight: 600;
}

.property-details__value--icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.property-details__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
h2.wp-block-heading {
  font-size: 32px !important;
}
/* Table of contents block */
.table-index {
  background-color: #efefef !important;
  border: 1px solid #e3e3e3;
  padding: 2rem !important;
  list-style: none;
  padding-left: 2rem !important;
}

.table-index > li {
  margin: 0;
  padding: 0.6rem 0.75rem;
  list-style: none;
}

.table-index > li:first-child {
  padding: 0 0 1rem;
  background: transparent !important;
  font-size: 18px;
  font-weight: 700;
}

/* Remove extra line breaks coming from <br> in markup */
.table-index a br {
  display: none;
}

.table-index a {
  display: block;
  color: #6f2d37;
  text-decoration: underline;
  line-height: 1.45;
}

.table-index a:hover,
.table-index a:focus {
  color: #542129;
}
