.tryinohomes-whatsapp-fab {
	position: fixed;
	right: 20px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tryinohomes-whatsapp-fab:hover,
.tryinohomes-whatsapp-fab:focus {
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.tryinohomes-form-consent {
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 1rem 0;
}

.tryinohomes-form-consent label {
	display: block;
	margin-bottom: 0.5rem;
}

.tryinohomes-resource-page {
	max-width: 720px;
	margin: 2rem auto;
	padding: 0 1rem 3rem;
}

.tryinohomes-resource-page .wpcf7 {
	margin-top: 1.5rem;
	padding: 1.5rem;
	background: #f8f8f8;
	border-radius: 8px;
}
