/*
 Theme Name:   Hello Elementor Child - GamerGuild
 Theme URI:    https://www.gamerguild.cl
 Description:  Child theme for Hello Elementor with GamerGuild customizations.
 Author:       GamerGuild
 Author URI:   https://www.gamerguild.cl
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* ---------------------------------------------------------------
 * Floating WhatsApp Button
 * -------------------------------------------------------------- */
#gg-whatsapp-btn {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	background: #25D366;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
	transition: transform .2s ease, box-shadow .2s ease;
	text-decoration: none;
}

#gg-whatsapp-btn:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
}

@media (max-width: 480px) {
	#gg-whatsapp-btn {
		bottom: 16px;
		right: 16px;
		width: 54px;
		height: 54px;
	}
}
