/* TranslationWP Styles */
span.translationWP-ignored,
twp-span.translationWP-manual {
    color: inherit !important;
    font: inherit !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

body[data-twp-lang="es"] .twp-manual-has-es .twp-orig { display: none !important; }
body[data-twp-lang="es"] .twp-manual-has-es .twp-lang-es { display: inline !important; }

body[data-twp-lang="en"] .twp-manual-has-en .twp-orig { display: none !important; }
body[data-twp-lang="en"] .twp-manual-has-en .twp-lang-en { display: inline !important; }

body[data-twp-lang="fr"] .twp-manual-has-fr .twp-orig { display: none !important; }
body[data-twp-lang="fr"] .twp-manual-has-fr .twp-lang-fr { display: inline !important; }

body[data-twp-lang="de"] .twp-manual-has-de .twp-orig { display: none !important; }
body[data-twp-lang="de"] .twp-manual-has-de .twp-lang-de { display: inline !important; }

body[data-twp-lang="it"] .twp-manual-has-it .twp-orig { display: none !important; }
body[data-twp-lang="it"] .twp-manual-has-it .twp-lang-it { display: inline !important; }

body[data-twp-lang="pt"] .twp-manual-has-pt .twp-orig { display: none !important; }
body[data-twp-lang="pt"] .twp-manual-has-pt .twp-lang-pt { display: inline !important; }

body[data-twp-lang="ru"] .twp-manual-has-ru .twp-orig { display: none !important; }
body[data-twp-lang="ru"] .twp-manual-has-ru .twp-lang-ru { display: inline !important; }

body[data-twp-lang="ja"] .twp-manual-has-ja .twp-orig { display: none !important; }
body[data-twp-lang="ja"] .twp-manual-has-ja .twp-lang-ja { display: inline !important; }

body[data-twp-lang="zh-cn"] .twp-manual-has-zh-cn .twp-orig { display: none !important; }
body[data-twp-lang="zh-cn"] .twp-manual-has-zh-cn .twp-lang-zh-cn { display: inline !important; }
