/*
 * EP HubSpot Connector
 * Front-end styles for the “Homes Available!” banner.
 */

.ep-hsc-banner {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  background: #1b5e20;
  color: #ffffff;
}

.ep-hsc-banner__text {
  display: inline-block;
}

/* If inserted into a fixed header, ensure it stays visible */
#main-header .ep-hsc-banner,
.et-l--header .ep-hsc-banner,
header .ep-hsc-banner {
  position: relative;
  z-index: 9999;
}
