/*
Theme Name: Lilly Residence
Theme URI: https://lillyresidence.gr
Author: Temporal Momentum
Author URI: https://temporalmomentum.com
Description: Custom theme for Lilly Residence Hotel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lillyresidence
*/

/* Click to Chat (WhatsApp) floating button: the CTA text is long and gets
   clipped on narrow screens because the plugin fixes a single-line height
   with overflow hidden. Let it wrap onto two lines on mobile instead. */
@media (max-width: 767px) {
	#ht-ctc-chat.ht-ctc-style-8 .s_8,
	#ht-ctc-chat .ht-ctc-style-8 .s_8 {
		height: auto !important;
		line-height: 1.3 !important;
		padding: 10px 16px !important;
		white-space: normal !important;
		overflow: visible !important;
		max-width: 240px;
	}

	#ht-ctc-chat .ht-ctc-style-8 .ht-ctc-s8-text {
		white-space: normal !important;
		line-height: 1.3 !important;
		text-align: left;
	}
}
