/* Trans Gili — floating language switcher (native <select>, most reliable
   on mobile; deliberately independent of the site's own nav/menu CSS).
   Placed bottom-right so it never overlaps the header's own Book Now /
   Staff / hamburger buttons on any screen size. */
#i18n-floating{
  position:fixed;
  bottom:18px;
  right:16px;
  z-index:2147483000;
  pointer-events:auto;
}
.i18n-select{
  appearance:auto;-webkit-appearance:menulist;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(7,27,69,.18);
  background:#ffffff;
  color:#071b45;
  font-size:13.5px;
  font-weight:700;
  letter-spacing:.02em;
  cursor:pointer;
  line-height:1;
  font-family:inherit;
  max-width:112px;
  box-shadow:0 8px 22px rgba(7,27,69,.22);
}
.i18n-select:hover{background:#f4f7fa}
.i18n-select option{color:#071b45;background:#fff;font-size:14px}
@media (min-width:900px){
  #i18n-floating{bottom:22px;right:22px}
}
