/* Trollhunter Child – Status Pages
   System-/Abo-Status Layout (zentrierte Box). */


/* System Status Pages (Abo-Status) */
.th-state-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.th-state-box {
  text-align: center;
  max-width: 520px;
  color: #d7dade;
  letter-spacing: 0.2px;
}

.th-state-box h1 {
  font-size: 32px;
  color: #f0f1f2;
  margin-bottom: 14px;
  font-weight: 600;
}

.th-state-box p {
  font-size: 18px;
  color: #b7bcc0;
  line-height: 1.5;
  margin: 0;
}

/* OPTIONAL – Black-Site Hintergrund */
/*
.page-id-XXXXX,
.page-id-YYYYY {
  background: #0d0f10 !important;
}
*/