/* 
Theme Name: ThoughtLeader
Description: ThoughtLeader theme is a child theme of Hello Elementor
Author: Georgios Chatzimanolis
Author URI: https://thoughtleader.gr/
Template: hello-elementor
Version: 1.0.1
Text Domain: thoughtleader
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.styled-links a {
    border-bottom: 2px solid #ffcc66;
    box-shadow: inset 0 -6px 0 #fde78a;
    transition: all 0.3s ease-in-out;
    padding: 0 2px;
}

.styled-links a:hover {
    box-shadow: inset 0 -34px 0 #fde78a;
}