/* ProTech Business Cards — review CTA + QR styles.
   Card layout/branding is provided by the Elementor card pages; this file only
   styles plugin-added elements (the review link/QR) and is intentionally light. */

.pbc-review-btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 6px;
	background: #0b5fff;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.2;
}

.pbc-review-btn:hover,
.pbc-review-btn:focus {
	background: #0848c4;
	color: #fff;
}

.pbc-review-qr {
	margin: 0 0 12px;
}

.pbc-review-qr img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
