



.premium-hero.unified-home-hero .premium-hero-content,
.local-hero.unified-page-hero .local-hero-copy{
  padding-left:0!important;
  border-left:0!important;
}


.premium-hero.unified-home-hero .eyebrow,
.local-hero.unified-page-hero .local-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:auto!important;
  max-width:100%!important;
}

.premium-hero.unified-home-hero .eyebrow::before,
.local-hero.unified-page-hero .local-eyebrow::before{
  width:28px!important;
  height:2px!important;
  flex:0 0 28px!important;
  border-radius:999px!important;
  background:#f8c800!important;
}


.premium-hero.unified-home-hero h1,
.premium-hero.unified-home-hero .hero-description,
.premium-hero.unified-home-hero .hero-actions,
.local-hero.unified-page-hero h1,
.local-hero.unified-page-hero p,
.local-hero.unified-page-hero .local-hero-actions{
  margin-left:0!important;
}


@media (max-width:760px){
  .premium-hero.unified-home-hero .premium-hero-content,
  .local-hero.unified-page-hero .local-hero-copy{
    padding-left:0!important;
    border-left:0!important;
  }

  .premium-hero.unified-home-hero .eyebrow,
  .local-hero.unified-page-hero .local-eyebrow{
    gap:8px!important;
  }

  .premium-hero.unified-home-hero .eyebrow::before,
  .local-hero.unified-page-hero .local-eyebrow::before{
    width:22px!important;
    flex-basis:22px!important;
  }
}
