/**
 * Code Kids — Portrait Cleanup Guarantee
 * Stage 7.1C.3B.2
 *
 * Loaded after all other Code Kids styles.
 * Guarantees the owner-approved compact portrait composition.
 */

@media (orientation: portrait) and (max-width: 699px) {
  #screen-game .game-header {
    display: none !important;
  }

  #screen-game .task-panel {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #screen-game .task-panel > h3,
  #screen-game #task-text {
    display: none !important;
  }

  #screen-game .task-panel #btn-hint {
    display: flex !important;
    width: 100%;
    min-height: 44px;
    margin: 0;
    border-radius: 14px;
  }

  #screen-game .task-panel #hint-text:not(.hidden) {
    display: block;
    margin: 6px 0 0;
  }
}

/* ==========================================================
   Code Kids — 7.1C.3B.3
   Dock zones portrait hotfix
   ========================================================== */

.ck-dock-zones {
  display: none;
}
