body:not(.internal-page) .coverage-grid>.coverage-card:nth-child(n) .coverage-photo{min-height:265px!important;height:265px!important}

/* Miami story: never show the old duplicate eyebrow copy. */
.miami-story-copy>.gold-label{
  display:none!important;
}

/* Miami story: keep one supporting line only and force it to RAMCO gold.
   This selector intentionally outranks the generic gray paragraph rule in ui-polish.css. */
.miami-story-copy>p.story-support-gold:not(.gold-label){
  color:var(--gold,#c49a42)!important;
  font-weight:700!important;
  line-height:1.65!important;
  max-width:900px;
  margin:20px 0 0!important;
}

@media(max-width:760px){
  body:not(.internal-page) .coverage-grid>.coverage-card:nth-child(n) .coverage-photo{min-height:250px!important;height:250px!important}
  .miami-story-copy>p.story-support-gold:not(.gold-label){margin-top:16px!important;line-height:1.55!important}
}
