.logo-box {
  height: 80px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
