/*
Theme Name: Anesta Child
Template: anesta
Theme URI: http://anesta.ancorathemes.com/
Description: Anesta is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: http://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
* ATTENTO CI SONO DELLE MODIFICHE DEI SELETTORI CSS NELL'EDITOR DEL TEMA;
-------------------------------------------------------------- */


/* Contenitore principale GTranslate */
.gtranslate_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: inherit; /* usa il font del tema */
  font-size: 14px;
}

/* Link delle lingue */
.gtranslate_wrapper a.glink {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--theme-color-text, #333);
  transition: all 0.2s ease;
}

/* Bandierine */
.gtranslate_wrapper a.glink img {
  width: 18px;
  height: 18px;
  border-radius: 20%;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

/* Hover/active effect */
.gtranslate_wrapper a.glink:hover {
  background: rgba(0,0,0,0.05);
  color: var(--theme-color-accent, #000);
}

/* Lingua corrente */
.gtranslate_wrapper a.gt-current-lang {
  background: var(--theme-color-bg_hover, #f0f0f0);
  font-weight: 600;
  color: var(--theme-color-accent, #000);
}

