.osu-wrap {
	width: min(100% - 2rem, 760px);
	margin: 0 auto;
	padding: 3rem 0;
}

.osu-header {
	margin-bottom: 2.5rem;
}

.osu-header h1 {
	margin: 0 0 .5rem;
}

.osu-update {
	padding: 0 0 2rem;
	margin: 0 0 2rem;
	border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.osu-update:last-child {
	border-bottom: 0;
}

.osu-update__content {
	font-size: 1.125rem;
	line-height: 1.65;
}

.osu-update__content > :first-child {
	margin-top: 0;
}

.osu-update__content > :last-child {
	margin-bottom: 0;
}

.osu-update__meta {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	align-items: center;
	margin-top: 1rem;
	font-size: .875rem;
	opacity: .72;
}

.osu-update__meta a {
	color: inherit;
}

.osu-content-warning {
	margin: 0 0 1rem;
	padding: .85rem 1rem;
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: .35rem;
}

.osu-content-warning summary {
	cursor: pointer;
	font-weight: 600;
}

.osu-content-warning[open] summary {
	margin-bottom: 1rem;
}

.osu-pagination {
	margin-top: 2rem;
}

.osu-single .osu-update {
	border-bottom: 0;
}

.osu-conversation {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

@supports not (color: color-mix(in srgb, black 50%, white)) {
	.osu-update,
	.osu-conversation,
	.osu-content-warning {
		border-color: currentColor;
	}
}

/* Block-theme templates provide their own constrained layout. */
.osu-theme-content {
	width: 100%;
}

.osu-theme-content .osu-update:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.osu-single-content .osu-update {
	margin-bottom: 0;
	padding-bottom: 0;
}
