.wp-block-jno-contact-form-link-tile {
	display: block;
	/* !important nötig: Astra setzt u.a. ".ast-single-post .entry-content a { text-decoration:
	   underline; }" - zwei Klassen + Element schlagen unsere einfache Klassen-Regel an
	   Spezifität, unabhängig von der Ladereihenfolge (gleiches Muster wie an anderen Stellen
	   dieses Plugins, wo Theme-/Elementor-Regeln überschrieben werden mussten). */
	text-decoration: none !important;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.wp-block-jno-contact-form-link-tile:hover,
.wp-block-jno-contact-form-link-tile:focus {
	text-decoration: none !important;
	background-color: var(--jno-tile-hover-bg, inherit);
	color: var(--jno-tile-hover-color, inherit);
	border-color: var(--jno-tile-hover-border-color, inherit);
}
