/* AI Lesson Planner
   Dropdown menu theming/elevation is handled globally in 01_general.css via the
   Dash 4 `.dash-dropdown-*` classes. This file only keeps the input card above
   the results shell so the "Planner style" menu is never covered. */
#lesson-plan-input-card {
    position: relative;
    z-index: 20;
}
