/* Fallen Kingdom - Help Box Visibility Toggle
   Body class is added by templates/layout.php when the user chooses Hide Help Boxes.

   This file hides reusable help/explanation UI only. Normal success/error alerts remain visible
   unless a page explicitly marks an alert as a help box with fk-help-box/help-box.
*/

body.fk-hide-help-boxes .welcome-text,
body.fk-hide-help-boxes p.welcome-text,
body.fk-hide-help-boxes .page-intro,
body.fk-hide-help-boxes p.page-intro,
body.fk-hide-help-boxes .auth-intro,
body.fk-hide-help-boxes p.auth-intro,
body.fk-hide-help-boxes .travel-muted-note,
body.fk-hide-help-boxes p.travel-muted-note,
body.fk-hide-help-boxes .help-box,
body.fk-hide-help-boxes .help-card,
body.fk-hide-help-boxes .help-grid,
body.fk-hide-help-boxes .help-panel,
body.fk-hide-help-boxes .helper-box,
body.fk-hide-help-boxes .helper-card,
body.fk-hide-help-boxes .guide-box,
body.fk-hide-help-boxes .guide-card,
body.fk-hide-help-boxes .guide-grid,
body.fk-hide-help-boxes .hint-box,
body.fk-hide-help-boxes .hint-card,
body.fk-hide-help-boxes .tutorial-box,
body.fk-hide-help-boxes .tutorial-card,
body.fk-hide-help-boxes .page-help,
body.fk-hide-help-boxes .page-help-box,
body.fk-hide-help-boxes .fk-help-box,
body.fk-hide-help-boxes .fk-help-card,
body.fk-hide-help-boxes .fk-help-grid,
body.fk-hide-help-boxes .kingdom-help-box,
body.fk-hide-help-boxes .kingdom-help-card,
body.fk-hide-help-boxes .kingdom-help-grid,
body.fk-hide-help-boxes .kingdom-guide-box,
body.fk-hide-help-boxes .kingdom-guide-card,
body.fk-hide-help-boxes .kingdom-guide-grid,
body.fk-hide-help-boxes .travel-help-box,
body.fk-hide-help-boxes .travel-help-card,
body.fk-hide-help-boxes .travel-help-grid,
body.fk-hide-help-boxes .battle-help-box,
body.fk-hide-help-boxes .battle-help-card,
body.fk-hide-help-boxes .battle-help-grid,
body.fk-hide-help-boxes .nether-copy-box[data-help-box="1"],
body.fk-hide-help-boxes [data-help-box="1"],
body.fk-hide-help-boxes [data-help-box="true"],
body.fk-hide-help-boxes [data-help-section="1"],
body.fk-hide-help-boxes [data-help-section="true"] {
    display: none !important;
}
