#kc-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.kc-company-logo {
  background: white;
  padding: 15px;
  max-height: 150px; /* adjust to taste */
  width: auto;
  object-fit: contain;
}
