.logo {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
}

.logo__link {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.logo__image {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

.logo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
  text-decoration: none;
}

.logo-text {
  display: inline-block;
  padding: 5px 15px;
  border: 2px solid #000;
  border-radius: 8px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #000;
}

.logo-subtext {
  display: block;
  font-size: 12px;
  color: #333;
  margin-top: 2px;
  text-align: center;
  font-weight: 400;
  text-transform: lowercase;
}