html.lions-fullscreen-page-centered,
body.lions-fullscreen-page-centered {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  background: #000;
}

html.lions-fullscreen-page-centered {
  margin-top: 0 !important;
}

body.lions-fullscreen-page-centered #wpadminbar {
  display: none !important;
}

body.lions-fullscreen-page-centered {
  min-height: 100dvh;
}

body.lions-fullscreen-page-centered #lions-fullscreen-root {
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
}

/* Si le ticker est actif, le stack complet reste centré verticalement */
body.lions-fullscreen-page-centered .lions-ticker {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
}

body.lions-fullscreen-page-centered #lions-counter {
  flex: 0 1 auto;
  width: 100%;
  min-height: 0 !important;
  height: min(78dvh, 920px) !important;
  max-height: calc(100dvh - 60px) !important;
  margin: 0 !important;
}

/* Le contenu interne reste bien centré */
body.lions-fullscreen-page-centered #lions-counter .overlay {
  justify-content: center !important;
}

@media (max-width: 768px) {
  body.lions-fullscreen-page-centered #lions-fullscreen-root {
    gap: 8px;
  }

  body.lions-fullscreen-page-centered #lions-counter {
    height: min(82dvh, 860px) !important;
    max-height: calc(100dvh - 52px) !important;
  }
}
