/* Space 2047 HD Edition v5.53.4 — centre the live Information & Options title. */
#s2047-v51220-panel > header {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) 88px !important;
  align-items: center !important;
  justify-items: stretch !important;
  min-height: 116px !important;
  padding: max(12px, env(safe-area-inset-top)) 12px 10px !important;
}
#s2047-v51220-panel > header > h2 {
  grid-column: 2 !important;
  justify-self: center !important;
  align-self: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  line-height: 1.15 !important;
}
#s2047-v51220-panel > header > #s2047-v51220-close {
  grid-column: 3 !important;
  justify-self: end !important;
  align-self: center !important;
}
@media (max-width: 420px) {
  #s2047-v51220-panel > header {
    grid-template-columns: 82px minmax(0, 1fr) 82px !important;
  }
  #s2047-v51220-panel > header > h2 {
    font-size: 18px !important;
  }
}
