/* Traffic Magnet Pro Connector — public styles for the shortcode link button */
.tmp-conn-link-btn {
	display: inline-block;
	padding: 12px 22px;
	border-radius: 10px;
	background: linear-gradient(135deg, #6366f1, #8b5cf6);
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	box-shadow: 0 6px 18px rgba(99, 102, 241, 0.35);
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.tmp-conn-link-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(99, 102, 241, 0.45);
}
