/*--------------------------------------------------------------
# SINGLE

For single post
ONLY for post type = post 
ADD your own stylesheet for custom post type single page 
OR, if it uses sames styles, add it to enqueue style function in functions.php 

--------------------------------------------------------------*/

.elementor-location-single .elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor-location-single .elementor-widget-text-editor p {
  line-height: normal;
  
}