/*
Theme Name: Vara Child
Theme URI: http://gradastudio.com/vara
Description: This is a child theme of Vara.
Author: GradaStudio
Author URI: https://themeforest.net/user/gradastudio
Template: vara
Version: 1.0.0
*/


/* Minimal underline for links in Elementor text widgets */
.elementor-widget-text-editor a {
    text-decoration: none;
    background-image: linear-gradient(to right, #000 40%, transparent 40%);
    background-position: 0 1.05em;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    padding-bottom: 2px;
    transition: background-image 0.3s ease;
}

/* Change color on hover */
.elementor-widget-text-editor a:hover {
    background-image: linear-gradient(to right, #007bff 40%, transparent 40%);
}