body {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  margin: 50px 80px;
  max-width: 800px;
}

li {
  margin: 10px 0;
}

header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

header > h2 {
  font-weight: 300;
}

header h1,
h2 {
  margin: 0;
}

section > h3 {
  margin: 0;
}

/* hide the dots on ul */
section.download ul {
  list-style-type: none;
}

ul,
ol {
  padding-left: 20px;
}

/* style disabled a elements */
a.disabled {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
}

/* make it a red exponent */
sup.coming-soon {
  color: red;
  font-weight: bold;
}

main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
}

/* reduce margins on mobile */
@media (max-width: 600px) {
  body {
    margin: 16px 16px;
  }
}
a,
a:visited {
  color: #007bff;
  text-decoration: none;
}

.main-info {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #1a1f2c;
  font-size: 1em;
  display: block;
  max-width: 392px;
  border: 1px solid #e6e6e6;
  padding: 16px 16px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.main-info ul {
  margin: 0;
  padding: 0;
}

.building-title {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 0;
  text-transform: none;
}

.incognito {
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-transform: none;
  text-decoration: none;
  color: #1a1f2c;
}

.main-info a.incognito,
.main-info a.incognito:visited {
  color: #1a1f2c !important;
  text-decoration: none;
}

.details {
  line-height: 1.6;
  color: #1a1f2c;
  font-size: 1em;
}

.details_info_price {
  line-height: 1.6;
  color: #1a1f2c;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.price {
  line-height: 1.6;
  color: #1a1f2c;
  margin-top: 3px;
  font-size: 27px;
  font-weight: bold;
  white-space: nowrap;
}

.secondary_text {
  line-height: 1.6;
  font-weight: bold;
  white-space: nowrap;
  color: #62646a;
  font-size: 12px;
  text-transform: uppercase;
}

.details_info {
  line-height: 1.6;
  color: #1a1f2c;
  font-size: 1em;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 3px;
}

.detail_cell {
  line-height: 1.6;
  color: #1a1f2c;
  font-size: 1em;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.first_detail_cell {
  padding-left: 0;
}

.last_detail_cell {
  border-right: 0;
}

.horizontal_list {
  color: #1a1f2c;
  font-size: 1em;
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.nobreak {
  line-height: 1.6;
  color: #1a1f2c;
  font-size: 1em;
  list-style: none;
  white-space: nowrap;
}

.main-info a:not(.realest-score) {
  line-height: 1.6;
  font-size: 1em;
  list-style: none;
  color: #1876db;
  text-decoration: none;
}

.realest-score {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  margin: 0px 0px 8px;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(8, 8, 8);
  border-radius: 5px;
  overflow: hidden;
}

.realest-score .label {
  padding: 4px 8px 2px;
  background-color: rgb(8, 8, 8);
  color: rgb(255, 255, 255);
  font-weight: bold;
  letter-spacing: -0.5px;
}

.realest-score .score {
  padding: 4px 8px 2px;
  font-weight: bold;
  color: #27a131;
}
