/* Approved Profonti horizontal lockup: preserve geometry and minimum size. */
.pf-nav__brand img.pf-brand-logo,
.footer img.pf-brand-logo,
.pf-dash-wordmark img.pf-brand-logo,
#pf-renewal-simulation .ps-brand img.pf-brand-logo {
  display:block;
  width:180px;
  min-width:180px;
  height:auto;
  max-width:100%;
}
