/* WordPress-controlled logo presentation. */
.custom-brand { display: inline-flex; flex: 0 0 auto; align-items: center; width: min(230px, 22vw); min-width: 170px; }
.custom-brand .custom-logo { display: block; width: 100%; max-width: 100%; height: auto; }
.custom-brand--footer { width: min(250px, 100%); padding: 11px 14px; border-radius: 4px; background: #fff; }

@media (max-width: 1100px) {
  .custom-brand { width: 205px; }
}

@media (max-width: 680px) {
  .custom-brand { width: min(188px, 58vw); min-width: 0; }
  .custom-brand--footer { width: min(235px, 100%); }
}
