.template-download .download-button {
	width: 95%;
	border: none;
	background-color: #ff6bc2;
	color: #ffffff;
	font-family: inherit;
	font-size: 19px;
	font-weight: 500;
	border-radius: 0;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.template-download .download-button:hover {
	background-color: #e748a6;
}

.template-download .download-button img {
	margin-left: 8px;
	display: inline-block;
	max-width: 40px;
}

.template-download .download-button.is-disabled,
.template-download .download-button:disabled {
	background-color: #b8b8b8;
	cursor: not-allowed;
}

.cancelled-notice {
	font-size: 12px;
	font-weight: 400;
}
