/*
Theme Name:     Eninya Theme 1.0v
Theme URI:      n/a
Template:       kadence
Author:         ITnest Web Dev
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
   .language-links {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        .language-links a {
            margin-right: 20px;
            text-decoration: none;
            color: #007bff;
            font-weight: bold;
            display: inline-flex;
            align-items: center;
        }
        .language-links img {
            width: 24px;
            height: 16px;
            margin-right: 5px;
        }
        .language-links a:hover {
            text-decoration: underline;
        }
