.marzal-pdf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #071b46;
	color: #ffffff !important;
	border: 1px solid #071b46;
	padding: 13px 22px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: .04em;
	transition: all .2s ease;
}

.marzal-pdf-button:hover,
.marzal-pdf-button:focus {
	background: #b89a5e;
	border-color: #b89a5e;
	color: #ffffff !important;
}

.marzal-pdf-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.marzal-pdf-button__icon svg {
	display: block;
	width: 17px;
	height: 17px;
}

.marzal-pdf-button__text {
	display: inline-block;
}