/* AkuVilla — Google Translate custom selector */
.akv-language-switcher { display:flex; align-items:center; gap:7px; min-width:128px; height:40px; padding:0 10px; border:1px solid rgba(20,20,20,.10); border-radius:999px; background:rgba(255,255,255,.88); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); }
.akv-language-icon { width:18px; height:18px; flex:0 0 18px; display:inline-flex; align-items:center; justify-content:center; color:currentColor; }
.akv-language-icon svg { width:18px; height:18px; display:block; }
.akv-language-select { appearance:auto; -webkit-appearance:auto; border:0; outline:0; background:transparent; color:inherit; font:inherit; font-size:12px; font-weight:700; cursor:pointer; padding:4px 2px; min-width:88px; }
.akv-language-select option { color:#111; background:#fff; }
#google_translate_element { position:absolute !important; width:1px !important; height:1px !important; overflow:hidden !important; opacity:0 !important; pointer-events:none !important; left:-9999px !important; top:-9999px !important; }
.goog-te-banner-frame.skiptranslate, body > .skiptranslate { display:none !important; }
body { top:0 !important; }
.goog-tooltip, .goog-te-balloon-frame { display:none !important; }
.goog-text-highlight { background:transparent !important; box-shadow:none !important; }
.akv-mobile-language { display:none; }
@media (max-width:900px) {
 .akv-language-switcher { display:none; }
 .akv-mobile-language { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 0; margin-top:8px; border-top:1px solid rgba(20,20,20,.08); }
 .akv-mobile-language > span { font-size:14px; font-weight:700; }
 .akv-language-select-mobile { min-width:130px; padding:8px 10px; border:1px solid rgba(20,20,20,.10); border-radius:10px; background:#fff; }
}
