/* PulseGrid logo component */

.pg-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--text);
  line-height: 1;
}

a.pg-logo:hover {
  color: var(--text);
  opacity: 0.92;
}

.pg-logo-mark {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  display: block;
  border-radius: 0.45rem;
  object-fit: contain;
  background: transparent;
}

.pg-logo-text {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pg-brand .pg-logo,
a.pg-head-link.pg-logo {
  flex-shrink: 0;
  overflow: visible;
}

.pg-brand .pg-logo {
  justify-content: center;
}

.pg-brand .pg-logo-mark {
  width: 2rem;
  height: 2rem;
}

.pg-brand .pg-logo-text {
  font-size: 1.375rem;
}

.board-logo.pg-logo .pg-logo-mark {
  width: 2.25rem;
  height: 2.25rem;
}

.board-logo.pg-logo .pg-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-logo-img {
  max-height: 2.5rem;
  max-width: 180px;
  object-fit: contain;
  display: block;
}

.board-logo .brand-logo-img {
  max-height: 3rem;
}

.pg-logo.is-custom .pg-logo-mark,
.pg-logo.is-custom .pg-logo-text {
  display: none;
}
