.wp-block-post-title {
	word-break: break-word;
	// This block has customizable padding, border-box makes that more predictable.
	box-sizing: border-box;

	:where(a) {
		display: inline-block;
		font-family: inherit;
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		text-decoration: inherit;
	}
}
