/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	ali bluecat
Theme URI: http://impreza.us-themes.com/
Author URI: http://ali-bluecat.com/
*/

/*Add your own styles here:*/

.lang-ali-switcher {
  text-align: center;
  margin: 10px;
  font-family: Arial, sans-serif;
  padding-top:1.5rem;
}

.lang-ali-switcher .lang-ali-title {
  font-size: 14px;
  font-weight: Bold;
  color: #333;
  margin-bottom: 5px;
}

.lang-ali-switcher .lang-ali-flags a {
  display: inline-block;
  margin: 0 5px;
}

.lang-ali-switcher .lang-ali-flags img {
  width: 28px !important;
  height: 20px !important;
  border-radius: 3px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lang-ali-switcher .lang-ali-flags img:hover {
  transform: scale(1.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}