/* html-translator.css - floating UI */
#aht-translate-ui {
  position: fixed;
  top: 50px;       /* a bit below top to avoid OS browser bars */
  left: 8px;
  z-index: 99999; /* above almost everything */
  background: rgba(255,255,255,0.95);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  padding: 6px 8px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #222;
  display: inline-block;
}

/* Prevent Google Translate from altering the translation UI */
#aht-translate-ui.notranslate,
#aht-translate-ui.notranslate * {
    unicode-bidi: isolate !important;
}

#aht-translate-ui #aht-label {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
}

#aht-select {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 6px;
  cursor: pointer;
  user-select: none;
}

#aht-selected {
  margin-right: 6px;
}

/* Arrow button small, visually inline */
#aht-arrow {
  background: transparent;
  border: none;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

/* language list */
#aht-list {
  display: none;
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  max-height: 220px;
  overflow-y: auto;
}

#aht-list li {
  padding: 4px 6px;
  margin: 0;
  white-space: nowrap;
  font-size: 13px;
  cursor: pointer;
}

/* reduce spacing as requested */
#aht-list li + li { margin-top: 2px; }

/* hover */
#aht-list li:hover {
  background: #f0f0f0;
}

/* small screen adapt */
@media screen and (max-width: 480px) {
  #aht-translate-ui { left: 6px; top: 6px; padding: 6px; font-size: 12px; }
  #aht-list { max-height: 120px; }
}

/* Minimal style to ensure translated google header hidden */
.VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; }

@media only screen and (min-device-width: 481px) {
.line_width {
   width: 50%;
}}
