.header__logo > a.uph-header-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 15px;
  width: auto;
  max-width: 100%;
  text-decoration: none;
}

.uph-header-emblem {
  display: block;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(8, 27, 50, .22));
}

.header__logo > a.uph-header-brand .site-title {
  margin: 0 !important;
  align-self: center;
}

@media (max-width: 991px) {
  .header__logo > a.uph-header-brand { gap: 10px; }
  .uph-header-emblem {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 420px) {
  .header__logo > a.uph-header-brand { gap: 8px; }
  .uph-header-emblem {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
}
