/* Tool promo block appended to font articles. Self-contained so posts do not
   load the full tool stylesheet. */

.wff-post-promo {
	background: linear-gradient(135deg, #12142a 0%, #0b0c16 100%);
	border-radius: 18px;
	color: #fff;
	margin: 34px 0;
	padding: 26px 28px;
}

.wff-post-promo h2 {
	color: #fff;
	font-size: 21px;
	letter-spacing: -.02em;
	margin: 0 0 8px;
}

.wff-post-promo p {
	color: #cdd2ec;
	font-size: 15.5px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.wff-post-promo-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 !important;
}

.wff-post-promo-button {
	background: #3a49e8;
	border-radius: 999px;
	color: #fff !important;
	display: inline-block;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.3;
	min-height: 44px;
	padding: 13px 20px;
	text-decoration: none !important;
	transition: background .15s ease;
}

.wff-post-promo-button:hover {
	background: #2231d1;
	color: #fff !important;
}

.wff-post-promo-button.is-quiet {
	background: rgba(255, 255, 255, .08);
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .22);
}

.wff-post-promo-button.is-quiet:hover {
	background: rgba(255, 255, 255, .16);
}

@media (max-width: 600px) {
	.wff-post-promo {
		padding: 20px;
	}

	.wff-post-promo-button {
		text-align: center;
		width: 100%;
	}
}

.wff-post-promo-more {
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: #aab0d0 !important;
	font-size: 13.5px !important;
	line-height: 1.9 !important;
	margin: 18px 0 0 !important;
	padding-top: 14px;
}

.wff-post-promo-more a {
	color: #cdd6ff !important;
	text-decoration: underline;
}

.wff-post-promo-more a:hover {
	color: #fff !important;
}
