.clat-switcher {
  position: fixed;
  z-index: 999999;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}
.clat-bottom-right { right: 16px; bottom: 18px; }
.clat-bottom-left { left: 16px; bottom: 18px; }
.clat-top-right { right: 16px; top: 86px; }
.clat-toggle,
.clat-menu button {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.clat-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: #183d2c;
  box-shadow: 0 5px 22px rgba(0, 0, 0, .22);
}
.clat-toggle:focus-visible,
.clat-menu button:focus-visible {
  outline: 3px solid #d9aa52;
  outline-offset: 2px;
}
.clat-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  min-width: 150px;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}
.clat-bottom-left .clat-menu { right: auto; left: 0; }
.clat-top-right .clat-menu { top: calc(100% + 8px); bottom: auto; }
.clat-menu button {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border-radius: 9px;
  text-align: left;
  color: #1e2c25;
  background: transparent;
}
.clat-menu button:hover { background: #eef5f0; }
.clat-google-element,
.goog-te-banner-frame,
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }
.clat-inline { position: relative; inset: auto; display: inline-block; }
.clat-inline .clat-menu { top: calc(100% + 8px); bottom: auto; }
@media (max-width: 600px) {
  .clat-bottom-right { right: 10px; bottom: 12px; }
  .clat-bottom-left { left: 10px; bottom: 12px; }
  .clat-toggle { min-height: 42px; padding: 9px 12px; }
}
