.budi-jd__title {
	margin: 0 0 var(--h2-spacing, 24px);
}

.budi-jd__content > *:first-child {
	margin-top: 0;
}

.budi-jd__content > *:last-child {
	margin-bottom: 0;
}

/* Keep empty paragraphs from creating gaps in rich-text content. */
.budi-jd__content > p:empty {
	display: none;
}

.budi-jd__content ul {
	margin: 0 0 1em;
	padding-left: 1.2em;
}

.budi-jd__content li {
	line-height: 1.5;
}

.budi-jd__content img {
	max-width: 100%;
	height: auto;
}
