.creative-lang-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2147483000;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  background: #0b1020;
  color: #f8fafc;
  border-bottom: 1px solid rgba(253, 224, 71, 0.35);
  font-family: Cairo, "Segoe UI", Tahoma, sans-serif;
  box-sizing: border-box;
}
.creative-home {
  color: #fde047;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.creative-home:hover { color: #fff; }
.creative-lang-switch {
  display: inline-flex;
  border: 1px solid rgba(253, 224, 71, 0.55);
  border-radius: 999px;
  overflow: hidden;
  background: #111827;
}
.creative-lang-switch button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #e5e7eb;
  font: 700 14px/1 Cairo, "Segoe UI", Tahoma, sans-serif;
  padding: 8px 14px;
  cursor: pointer;
}
.creative-lang-switch button.is-active {
  background: #fde047;
  color: #111827;
}
body { padding-top: 48px !important; top: 0 !important; }

html[dir="rtl"] body {
  font-family: Cairo, "Segoe UI", Tahoma, sans-serif;
}

#google_translate_element,
.goog-te-banner-frame,
.skiptranslate,
iframe.skiptranslate,
iframe.goog-te-banner-frame,
.goog-te-gadget,
.goog-logo-link,
#goog-gt-tt,
.goog-te-balloon-frame,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-yAWNEb-L7JjKb-Oe6HFn-bN97Pc,
body > .skiptranslate {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
html.translated-rtl body,
html.translated-ltr body,
body {
  top: 0 !important;
  position: static !important;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
font font { background: transparent !important; }

@media (max-width: 640px) {
  .creative-home { font-size: 13px; }
  .creative-lang-switch button { padding: 8px 10px; font-size: 13px; }
}
