/* Fontify — License certificate (frontend button only). */

.fontify-license-download {
	margin: 16px 0;
	padding: 16px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.fontify-license-download h2 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
}

.fontify-license-download p {
	margin: 0 0 12px;
	font-size: 14px;
	color: #4b5563;
}

.fontify-license-download .button {
	background: #6366f1;
	color: #fff;
	border: 0;
	padding: 8px 18px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}

.fontify-webfont-downloads {
	margin: 16px 0;
	padding: 16px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.fontify-webfont-downloads h2 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #1f2937;
}

.fontify-webfont-item {
	margin: 8px 0;
}

.fontify-webfont-item .button {
	background: #10b981;
	color: #fff;
	border: 0;
	padding: 8px 18px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}
