.wp-block-gnist-link-anything {

	text-decoration: none;

	&:hover,
	&:active {
		text-decoration: none;

		.wp-block-post-excerpt__more-text {
			text-decoration: underline;
		}
	}

	&.has-custom-green-100-background-color {

		&:hover,
		&:active {
			background-color: #E0E0BD !important;
		}
	}

}
