@charset "UTF-8";

.page-content:has(> svg.logo) > svg.logo {
  display: none !important;
}

.page-content:has(> svg.logo)::before {
  content: '';
  display: block;
  flex: 0 0 auto;
  width: 210px;
  height: 30px;
  margin-bottom: var(--spacing-6xl);
  background-image: url('/brand/logo-light.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

html[data-theme='dark'] .page-content:has(> svg.logo)::before {
  background-image: url('/brand/logo-dark.svg');
}

.page-content > footer > p.copyright::after {
  content: ' · Operated by Movaci';
  color: inherit;
}
