/* Arena Teney — Experience r01g1 duplicate statusbar collapse
 * Experience-only presentation follow-up before r01h.
 * Removes the duplicated persistent player status strip on Experience and
 * lets the Experience screen rise directly under the Arena Teney header.
 * Other screens keep the statusbar unchanged.
 */

body[data-screen="experience"] .core053-statusbar {
  display: none !important;
}

body[data-screen="experience"] .game-header {
  margin-bottom: 6px !important;
}

body[data-screen="experience"] #screen-experience {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
