.block-community-tip {
	background: url(stripes.jpg);
	background-size: 500px;
	border: 4px solid #4B806B;
	padding: 0 40px 32px;
}

.entry-content > div.block-community-tip {
	margin-top: 48px;
}

.block-community-tip > *:first-child {
	margin-top: 0;
}

.block-community-tip > *:last-child {
	margin-bottom: 0;
}

.block-community-tip > *:first-child {
	margin-top: 24px;
}

.block-community-tip > .block-community-tip__subtitle:first-child {
	background: #4B806B;
	color: #fff;
	display: inline-flex;
	padding: 8px 16px;
	transform: translateY(-16px);
	margin-top: -16px;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--preset--font-size--min);
	font-weight: 700;
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}

.block-community-tip > .block-community-tip__subtitle:first-child + * {
	margin-top: 0;
}

.block-community-tip ol,
.block-community-tip ul {
	padding-left: 16px;
}

.block-community-tip li + li {
	margin-top: 8px;
}
