/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Details URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 1.0.22
Tested up to: 6.5
Requires at least: 5.6
Requires PHP: 8.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: ai-theme
*/
/* === Polylang Switcher Header Styles === */
#lang-switcher-polylang {
  position: fixed;
  top: 15px;
  right: 20px;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s ease-in-out;
}

#lang-switcher-polylang:hover {
  opacity: 0.9;
}
#lang-switcher-polylang-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 16px;
}

#lang-switcher-polylang-inline a {
  display: inline-block;
}
