.header-logo img {
  max-width: none; }

/* Main header layout */
.header-logo {
  display: flex !important;
  align-items: center !important;
  overflow: visible !important; }

.header-logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 1px !important; }

/* favicon */
.header-favicon {
  width: 34px !important;
  height: 34px !important;
  flex-shrink: 0; }

/* mobile */
@media (max-width: 768px) {
  .header-logo a {
    align-items: center !important; }
  .header-favicon {
    width: 28px !important;
    height: 28px !important; } }
