
.translate-google-information {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.translate-google-information__text {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 1em; /* Mobile 16px / > Mobile 18px */
    --font-style: normal;
    --font-weight: var(--root-font-weight--normal);
    --line-height: inherit;
}


.translate-google-information {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.translate-google-information__text {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
