.elementor-widget-text-editor > .elementor-widget-container p a:not(.elementor-button):not(.wp-block-button__link):not([class*="button"]):not([class*="btn"]),
.elementor-widget-text-editor > .elementor-widget-container li a:not(.elementor-button):not(.wp-block-button__link):not([class*="button"]):not([class*="btn"]) {
	color: inherit !important;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: currentColor;
	text-underline-offset: 0.16em;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: text-decoration-thickness 160ms ease;
}

.elementor-widget-text-editor > .elementor-widget-container p a:not(.elementor-button):not(.wp-block-button__link):not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget-text-editor > .elementor-widget-container p a:not(.elementor-button):not(.wp-block-button__link):not([class*="button"]):not([class*="btn"]):focus,
.elementor-widget-text-editor > .elementor-widget-container li a:not(.elementor-button):not(.wp-block-button__link):not([class*="button"]):not([class*="btn"]):hover,
.elementor-widget-text-editor > .elementor-widget-container li a:not(.elementor-button):not(.wp-block-button__link):not([class*="button"]):not([class*="btn"]):focus {
	color: inherit !important;
	text-decoration-thickness: 2px;
	text-decoration-color: currentColor;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	outline-offset: 2px;
}
