/*
Theme Name:   Leak Buster 3
Description:  Leak Buster 3 child theme for Impreza. Assign LB3 page templates to any WordPress page.
Template:     Impreza
Version:      1.0.0
Author:       Ai
Text Domain:  leak-buster-3
*/

/*
  NOTE: "Template: Impreza" must match the exact folder name of your Impreza installation.
  Common folder names are "Impreza" or "impreza" — check wp-content/themes/ and update above if needed.
*/

/* ------------------------------------------------------------------
   Body reset for LB3 blank template pages
   Neutralises any Impreza body/html styles so LB3 design is clean.
   ------------------------------------------------------------------ */
body.lb3-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #060a12 !important;
  overflow-x: hidden;
}

body.lb3-page #wpadminbar {
  position: fixed !important;
}
