/* Adapted from .rvt-lockup__tab */
.rvt-c-custom-logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
  color: #243142;
  background-color: transparent;
}

@media screen and (min-width: 46.25em) {
  .rvt-c-custom-logo {
    height: 2.75rem;
  }
}
