/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.whatsapp-loop-button {
	display: block; 
	margin-top: 10px; 
	padding: 10px; 
	text-align: center; 
	background-color: var(--theme-palette-color-1); 
	color: white; 
	text-decoration: none; 
	font-weight: 500;
}
.whatsapp-loop-button:hover{
	background-color: var(--theme-palette-color-2);
	color: var(--theme-palette-color-8);
}
