/* Blog article refinements layered on top of the Fractal template. */

.blog-hero {
	padding: 5em 0 3em 0;
	text-align: center;
}

.blog-hero .content {
	max-width: 52em;
	margin: 0 auto;
	padding: 0 2em;
}

.blog-hero h1 {
	font-size: 2.25em;
	line-height: 1.25em;
	margin-bottom: 0.75em;
}

.blog-hero p {
	font-size: 1.1em;
	margin-bottom: 1.25em;
}

.blog-meta {
	font-size: 0.85em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	opacity: 0.85;
}

.blog-attribution {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65em;
	margin: 0.25em 0 1.75em 0;
}

.attribution-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
	padding: 0.45em 0.85em;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.82em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	line-height: 1.2;
}

.attribution-item .icon {
	font-size: 0.95em;
	opacity: 0.95;
}

.blog-article {
	max-width: 48em;
	margin: 0 auto;
}

.blog-article h2 {
	margin-top: 2em;
}

.blog-article h3 {
	margin-top: 1.5em;
}

.blog-article ul,
.blog-article ol {
	list-style-position: outside;
	margin: 0 0 2em 1.5em;
}

.blog-article ul {
	list-style-type: disc;
}

.blog-article ol {
	list-style-type: decimal;
}

.answer-box,
.checklist-box,
.cta-box {
	border-radius: 0.75em;
	margin: 0 0 2em 0;
	padding: 1.5em;
}

.answer-box {
	background: #f7fbff;
	border: solid 1px rgba(71, 170, 247, 0.25);
}

.checklist-box {
	background: #f8f8f8;
	border: solid 1px rgba(144, 144, 144, 0.2);
}

.cta-box {
	background: #4696e5;
	color: #ffffff;
	text-align: center;
}

.cta-box h2,
.cta-box h3,
.cta-box p {
	color: #ffffff;
}

.cta-box .button {
	margin-top: 0.5em;
}

.blog-sources a {
	word-break: break-word;
}

@media screen and (max-width: 736px) {
	.blog-hero {
		padding: 3.5em 0 2em 0;
	}

	.blog-hero h1 {
		font-size: 1.8em;
	}

	.blog-article {
		max-width: 100%;
	}

	.blog-attribution {
		gap: 0.5em;
		margin-bottom: 1.35em;
	}

	.attribution-item {
		font-size: 0.78em;
	}
}
