/* ============================================================================
   Clearout Crew — Refresh module: HEADER
   Part of the "Warm & Elevated" refresh (owner-approved 2026-08-09). Styles ONLY
   the site header's "Get a Free Estimate" CTA on mobile. This is Kadence's own
   header button (.header-button, NOT a .wp-block-button), so the buttons module
   never touched it — it lives in its own file so it is easy to service.

   Handle: cc-refresh-header   ·   Loads after premium.css.
   Toggle just this: dequeue 'cc-refresh-header'. Changes nothing else.
   ========================================================================== */

/* On the mobile header, Kadence renders the estimate CTA at its full desktop size,
   wedged between the logo and the hamburger. It is chunky enough to wrap to two
   lines, push the "Clearout Crew" logo onto two lines, and crowd the menu icon.

   It is also redundant on mobile: the very same "Get a Free Estimate" button sits
   in the hero right below, and the sticky bottom bar keeps Call Now + Text Photos
   on screen at all times. So on mobile we hide the header CTA for a clean logo +
   menu header — no conversion path is lost, and every larger screen keeps the
   header button exactly as it was.

   To keep the header CTA on mobile instead (just smaller), replace the rule below
   with:  .header-button.button { font-size:.95rem; padding:.5rem .85rem; } */
@media (max-width: 767px) {
  .header-button-wrap { display: none; }
}
