/* Download table and FAQ appended to font articles. Self-contained so articles
   never pull in the full tool bundle. */

.wff-article-extra {
	margin: 36px 0 0;
}

.wff-article-extra h2 {
	font-size: 24px;
	letter-spacing: -.02em;
	margin: 32px 0 14px;
}

.wff-font-table-wrap {
	-webkit-overflow-scrolling: touch;
	border: 1px solid #e2e2ea;
	border-radius: 14px;
	overflow-x: auto;
}

.wff-font-table {
	border-collapse: collapse;
	margin: 0;
	min-width: 560px;
	width: 100%;
}

.wff-font-table th,
.wff-font-table td {
	border-bottom: 1px solid #ededf3;
	font-size: 15px;
	padding: 13px 16px;
	text-align: left;
	vertical-align: middle;
}

.wff-font-table thead th {
	background: #f6f7fb;
	color: #4b4b58;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.wff-font-table tbody tr:last-child th,
.wff-font-table tbody tr:last-child td {
	border-bottom: 0;
}

.wff-font-format {
	background: #f0f1f7;
	border-radius: 4px;
	color: #626271;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-left: 6px;
	padding: 2px 5px;
	vertical-align: middle;
}

.wff-lic {
	border-radius: 999px;
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	padding: 4px 11px;
	white-space: nowrap;
}

.wff-lic-free {
	background: #e6f5ec;
	color: #146c43;
}

.wff-lic-paid {
	background: #fdf0e4;
	color: #8a4b06;
}

.wff-dl-button {
	background: #2231d1;
	border-radius: 999px;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 40px;
	padding: 11px 20px;
	text-decoration: none !important;
	white-space: nowrap;
}

.wff-dl-button:hover {
	background: #17249d;
	color: #fff !important;
}

.wff-dl-button.is-buy {
	background: #fff;
	box-shadow: inset 0 0 0 1.5px #2231d1;
	color: #2231d1 !important;
}

.wff-dl-button.is-buy:hover {
	background: #f1f2ff;
	color: #17249d !important;
}

.wff-font-note {
	color: #626271;
	font-size: 13.5px;
}

.wff-licence-note {
	background: #f8f9fd;
	border-left: 3px solid #2231d1;
	border-radius: 0 10px 10px 0;
	color: #3c3c49;
	font-size: 14px;
	line-height: 1.65;
	margin: 14px 0 0;
	padding: 13px 16px;
}

/* ---------- FAQ ---------- */

.wff-faq details {
	background: #fff;
	border: 1px solid #e2e2ea;
	border-radius: 12px;
	margin-bottom: 10px;
}

.wff-faq summary {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	padding: 15px 46px 15px 17px;
	position: relative;
}

.wff-faq summary::-webkit-details-marker {
	display: none;
}

.wff-faq summary::after {
	color: #2231d1;
	content: "+" / "";
	font-size: 22px;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-52%);
}

.wff-faq details[open] summary::after {
	content: "–" / "";
}

.wff-faq details p {
	color: #3c3c49;
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	padding: 0 17px 16px;
}

@media (max-width: 600px) {
	.wff-article-extra h2 {
		font-size: 21px;
	}

	.wff-font-table th,
	.wff-font-table td {
		padding: 11px 12px;
	}
}
