/*
 * Port overrides — loaded after every original stylesheet.
 *
 * Keep this file small and always explain *why* an override exists. Anything
 * here is a deliberate divergence from the WordPress original.
 */

/*
 * Header top bar ("Welcome to CF Construction / Fully Insured and Licensed").
 *
 * The original set margin-top:-25px on this section by hand. That was
 * compensation for a bug on the live site: its Google Tag Manager snippet
 * leaked the installation instructions into the page as literal text
 * ("Inserir o código <noscript> imediatamente após a abertura da tag <body>."),
 * which rendered as a ~24px line above the header and pushed it down. The two
 * cancelled out to land the bar flush at the top.
 *
 * This port carries neither the tracker nor the stray text, so the -25px would
 * clip the bar's first line off the top of the viewport. Zeroing it reproduces
 * what the live site actually looks like.
 */
.elementor-169 .elementor-element.elementor-element-f558e8f {
  margin-top: 0;
}
