@import url('https://liveby-cdn-bucket.s3.amazonaws.com/brokerages/standard-theme.css');

div.liveby-embed {
  --cta-border-radius: 0;
  --cta-text-transform: uppercase;
}

/* "View Listing" call-to-action on map */
div.liveby-embed .lb-button,
div.liveby-embed #map .map_info-window__ZU_JC a.map_cta-link__GeEyW {
  border: 1px solid black;
  background: #4575bf;
  background: linear-gradient(to bottom,#5d8dd6 0%,#4575bf 100%);
  font-family: LatoBold, "Arial Bold", sans-serif;
  border-radius: var(--cta-border-radius);
  text-transform: var(--cta-text-transform);
}

div.liveby-embed .lb-component-wrapper-title,
div.liveby-embed #map h2.map_title__2WGLn {
  background: none;
  color: inherit;
  padding: 0;
  font-size: 2.1em;
  font-weight: 700;
}

div.liveby-embed .lb-profile-list-item h2 {
  padding: 0;
  color: #fff;
  background: none;
}

div.liveby-embed #map .map_header__2xazU .map_property-filters__dYKhI .map_select__3DrAP select {
  font-size: 1em;
  margin: 0;
}

div.liveby-embed article > nav {
  color: #fff;
  height: auto;
}

/* Make school links not gold */
div.liveby-embed #schools .schools_school_title__2eFUe {
  color: inherit;
}

/* Demographics icon customizations */
div.liveby-embed #demographics .lb-bubble-icon {
  background-color: var(--color-secondary-lighten);
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}