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

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

/* Uppercase headings */
div.liveby-embed .lb-component-wrapper-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}

/* Fix text alignment issues caused by fixed line height */
div.liveby-embed {
  line-height: 1.75; 
}

/* Fix issue caused by padding on h3s */
div.liveby-embed #schools h3 {
  padding-bottom: 0;
}
