/*
Theme Name: Alberta Indoor Comfort
Theme URI: https://albertaindoorcomfort.com/wellness-by-home/
Description: Indoor environmental quality theme for Alberta Indoor Comfort. Classic PHP theme with WooCommerce support, a complete JSON-LD entity graph for SEO/AEO/GEO, and a conversion architecture built from the Jun-Sep 2026 GSC, GA4, Clarity and Meta Ads data.
Author: Project Lunar
Author URI: https://projectlunar.ai
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wbh
Tags: hvac, wellness, woocommerce, seo, classic-theme
*/

/*
  The compiled theme styles live in assets/css/wbh.css and are enqueued from
  inc/enqueue.php. This file is loaded LAST, after wbh.css, so anything written
  below overrides the design system without needing !important.

  Keep it for genuine site-specific overrides only. Structural work belongs in
  assets/css/wbh.css where the token system and the responsive rules live.
*/


/* ==========================================================================
   THIRD-PARTY WIDGET POSITIONING
   Both of these float above the sticky mobile CTA and would otherwise cover
   the primary conversion control on the dominant (in-app browser) viewport.
   ========================================================================== */
.lc_text-widget.lc_text-widget--btn { bottom: 100px !important; }
body .uwy.userway_p3 .uai { bottom: 100px !important; right: 30px !important; }

@media screen and (max-width: 720px) {
  /* The sticky CTA occupies the bottom ~78px; push accessibility and chat
     launchers clear of it rather than letting them stack on top. */
  .lc_text-widget.lc_text-widget--btn { bottom: 140px !important; }
  body .uwy.userway_p3 .uai { bottom: 140px !important; }
}
