/* Keep The Property Details Card Compact So The Building Remains The Focus. */
#root main > section:first-of-type [class*="bottom-6"][class*="inset-x-5"] {
  left: 3% !important;
  right: auto !important;
  width: 220px !important;
  padding: 0.75rem !important;
  border-radius: 1.1rem !important;
}
#root main > section:first-of-type [class*="bottom-6"][class*="inset-x-5"] p:first-child {
  font-size: 1.08rem !important;
  line-height: 1.15 !important;
}
#root main > section:first-of-type [class*="bottom-6"][class*="inset-x-5"] p:nth-child(2) {
  margin-top: 0.18rem !important;
  font-size: 0.78rem !important;
  line-height: 1.15 !important;
}
#root main > section:first-of-type [class*="bottom-6"][class*="inset-x-5"] p[class*="mt-3"] {
  margin-top: 0.4rem !important;
  padding-top: 0.4rem !important;
  font-size: 1.45rem !important;
  line-height: 1.1 !important;
}

@media (max-width: 959px) {
  #root main > section:first-of-type [class*="bottom-6"][class*="inset-x-5"] {
    left: 1rem !important;
    right: 1rem !important;
    width: auto !important;
  }
}
