/**
 * TechSpeeltuin Framework - Google Translate Plugin CSS
 *
 * @package TechSpeeltuin\Framework\Plugins
 * @author Cris
 * @version 1.0.0
 */

/* Hide Google Translate UI elements */
.skiptranslate,
#google_translate_element,
#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-balloon-frame {
    display: none !important;
}

/* Prevent Google Translate from adding top margin to body */
body {
    top: 0 !important;
}

/* Fix for Google Translate font styling issues */
font font {
    background-color: transparent !important;
    box-shadow: none !important;
    position: initial !important;
}

/* Ensure translated content is visible */
.translated-ltr {
    direction: ltr !important;
}

.translated-rtl {
    direction: rtl !important;
}
