/*
Theme Name: Softeam
Theme URI: https://softeam.ca/
Author: Softeam
Author URI: https://softeam.ca/
Description: Official Softeam marketing site theme. Native WordPress theme for the Softeam front-end - no iframe required.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: softeam
*/

/* Theme stylesheet is intentionally minimal.
   All visual styles ship from the built Vite CSS enqueued in functions.php. */

/* Hide common WhatsApp / Need Help chat widgets if a plugin is still active. */
[class*="whatsapp"],
[id*="whatsapp"],
[aria-label*="WhatsApp"],
[aria-label*="Need Help"],
[title*="Need Help"],
.need-help,
.help-button,
.chat-button,
.chaty,
.chaty-widget,
.joinchat,
.ht-ctc,
.floating-wpp,
.tidio-chat,
#tidio-chat,
.crisp-client {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
