/**
 * LingoSync — The Ultimate AI Translator for Sngine
 * Stylesheet for new visual elements: image-translate button/result box.
 *
 * Install path: /includes/assets/css/lingosync.css
 * Loaded from _head.tpl, right after the theme's own style.min.css.
 *
 * @package Sngine-LingoSync
 */

.lingosync-image-translate-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 0.85em;
  padding: 3px 10px;
  border: 1px solid rgba(127, 127, 127, 0.25);
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  color: inherit;
  opacity: 0.85;
}

.lingosync-image-translate-btn:hover {
  opacity: 1;
  background: rgba(127, 127, 127, 0.08);
}

.lingosync-image-translation {
  margin-top: 8px;
  padding: 10px 12px;
  border-left: 3px solid currentColor;
  opacity: 0.9;
  border-radius: 4px;
  font-size: 0.9em;
}

.lingosync-translation-label {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
  opacity: 0.7;
}
