.wp-block-read-more {
	display: block;
	width: fit-content;
	&:where(:not([style*="text-decoration"])) {
		text-decoration: none;

		&:focus,
		&:active {
			text-decoration: none;
		}
	}
}
