.wp-block-paintbasket-post-title.pb-post-title,
.pb-post-title {
	font-size: var(--pb-post-title-font-size, inherit);
	overflow-wrap: anywhere;
}

.pb-post-title a {
	color: inherit;
	text-decoration: none;
}

.pb-post-title a:hover,
.pb-post-title a:focus {
	color: var(--paint-basket-blue, #171bca);
	text-decoration: underline;
	text-underline-offset: 4px;
}
