/* The consent dialog is shared by every public snapshot. Use the real brand mark
   instead of a text/glyph combination that wrapped awkwardly on narrow screens. */
.consent-panel>header>span{
  background:url('/mbi-logo.webp') left center/92px auto no-repeat;
  display:block;
  flex:0 0 96px;
  font-size:0;
  height:38px;
  line-height:0;
  overflow:hidden;
  text-indent:-9999px;
}
.consent-panel>header{align-items:center}
@media (width<=480px){
  .consent-panel>header>span{background-size:84px auto;flex-basis:88px;height:34px}
}
