.masterline-pdf-btn {
	display: inline-block;
	padding: 12px 24px;
	background: #d4a017;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	line-height: 1.2;
	transition: background 0.2s ease;
}
.masterline-pdf-btn:hover,
.masterline-pdf-btn:focus {
	background: #b88a10;
	color: #fff;
	text-decoration: none;
}
