.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  white-space: nowrap;
}

.brand-logo {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-wordmark-accent {
  color: var(--green);
}

.back-link {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--green-dark);
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 600px) {
  .brand {
    font-size: 1.2rem;
  }

  .brand-logo {
    width: 2rem;
    height: 2rem;
  }
}
