
.skip-link {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.navbar-spacer {
  height: var(--navbar-height, 64px);
}

.page-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--space-4) 0 0;
  position: relative;
  z-index: 1;
}

.page-logo__image {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(124, 58, 237, 0.15));
}

@media (min-width: 768px) {
  .page-logo {
    display: none;
  }
}
