.menu-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu-logo-img {
  width: 32px;
  height: 32px;
  max-width: none;
  object-fit: contain;
}

.menu-logo-text {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #ffffff;
}

.menu-logo-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu-logo-title a {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.menu-logo-title .md-logo {
  display: flex;
  align-items: center;
  margin: 0;
}

.menu-logo-title .md-logo img {
  width: 32px;
  height: 32px;
  max-width: none;
  object-fit: contain;
}
