/*
 * PØRN placeholder page
 * Bootstrap 5 may be loaded separately.
 */


html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
}
h1 { font-weight: 900; }

.placeholder-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 2rem;
}

.content {
  max-width: 900px;
  margin: auto;
  padding: 50px 0;
}

.content-wrap {
    flex: 1;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

section {
  margin-bottom: 40px;
  padding: 0 5px;
}

.logo-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.logo-wrap-content {
  width: 100%;
  text-align: center;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: min(70vw, 700px);
  max-height: 55vh;
  object-fit: contain;
}

.legal-links {
    margin-top: auto;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    padding: 1.5rem 1rem 0;
    font-size: 1rem;
    text-align: center;
}

.legal-links a {
  color: inherit;
  text-decoration: none;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  text-decoration: underline;
}

.separator {
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  .content {
    padding: 50px 5px;
  }
  .placeholder-page {
    padding: 1.5rem;
  }

  .brand-logo {
    max-width: 82vw;
  }

  .legal-links {
    bottom: 1rem;
    font-size: 0.75rem;
  }
}
