/* RNF identity mark — preserve the official horizontal logo aspect ratio. */
.topbar .brand .brand-mark.reef-brand-logo-wrap{
  width:184px !important;
  min-width:184px;
  height:48px !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  overflow:visible;
  color:inherit;
}

.topbar .brand .reef-brand-logo{
  display:block;
  width:100%;
  height:100%;
  max-width:184px;
  max-height:48px;
  object-fit:contain;
  object-position:center;
}

@media(max-width:650px){
  .topbar .brand .brand-mark.reef-brand-logo-wrap{
    width:144px !important;
    min-width:144px;
    height:40px !important;
  }

  .topbar .brand .reef-brand-logo{
    max-width:144px;
    max-height:40px;
  }
}
