/* PDF Generator Frontend Styles */
#rcpch-generate-pdf {
	padding:50px;
}

.rcpch-pdf-button svg {
	width: 16px;
	height: 16px;
}

/* Hide PDF button when printing */
@media print {

	.rcpch-pdf-button-container,
	.rcpch-pdf-button {
		display: none !important;
	}

	.references__content {
		height: auto;
		opacity: 100;
	}
}

/* Optional: Add a class to hide elements from PDF */
.no-print {
	/* This class can be added to elements you don't want in the PDF */
}
