/*
Theme Name: Retrolie Child
Theme URI: https://retrolie.thememove.com/
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.0.1
Template: retrolie
Text Domain: retrolie
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Style each flag link */
.wpml-flag-link img {
  width: 20px !important; /* Smaller flag size */
  height: auto;
  vertical-align: middle;
}

.tm-testimonial.style-simple-slider .testimonial-desc {
  font-family: Poppins !important;
  font-weight: 400 !important;
  letter-spacing: 0em;
  line-height: 1.58 !important;
  font-size: 16px !important;
}

#switcher-language-wrapper .wpml-ls-legacy-list-horizontal ul {
    display: flex;
    gap: 8px; /* space between flags */
    padding: 0;
    margin: 0;
    list-style: none;
}

#switcher-language-wrapper .wpml-ls-legacy-list-horizontal li {
    display: inline-flex;
    align-items: center;
}

#switcher-language-wrapper .wpml-ls-legacy-list-horizontal li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}

#switcher-language-wrapper .wpml-ls-flag {
    display: inline-block;
    width: 22px;    /* flag width */
    height: 14px;   /* flag height */
    margin-right: 0;
}