.als-category-guide {
	box-sizing: border-box;
	max-width: 1160px;
	width: calc(100% - 32px);
	margin: 36px auto;
	padding: 24px;
	border: 1px solid rgba(128, 128, 128, .25);
	border-radius: 12px;
	color: inherit;
	background: inherit;
	text-align: start;
}
.als-category-guide h2 {
	font: inherit;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
	margin: 0 0 16px;
}
.als-category-guide__content {
	font-size: 1rem;
	line-height: 2;
	overflow-wrap: anywhere;
}
.als-category-guide__content p { margin: 0 0 12px; }
.als-category-guide__content p:last-child { margin-bottom: 0; }
.als-category-guide__content a { text-decoration: underline; text-underline-offset: .2em; }
.als-category-guide__content a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
@media (max-width: 600px) {
	.als-category-guide { margin: 24px auto; padding: 18px; }
}
