/*
Theme Name:   SMiLE Web Child
Theme URI:    https://smilecomunicacion.com/web/wordpress/smile-web-child/
Description:  Tema hijo para SMiLE Web. Permite personalizaciones sin afectar al tema padre.
Author:       SMiLE Comunicación
Author URI:   https://smilecomunicacion.com
Template:     smile-web
Version:      1.0.0
Text Domain:  smile-web-child
*/

/* Aquí puedes añadir tus estilos personalizados */

/* Ejemplo: Cambiar el color de fondo */
body {
    background-color: #f0f0f0;
}

.gtranslate_wrapper {
    position: relative;
}


/*
.gtranslate_wrapper.show-tip::after {
    content: 'Automatic Translation';
    position: absolute;
    top: 0px;
    transform: translateX(-102%);
    white-space: nowrap;
    background: #feffce;
    color: #717171;
    font-size: 12px;
    padding: 2px 24px;
    border-radius: 0;
    pointer-events: none;
    z-index: 9999;
    border: 1px solid #cbcbcb;
}
*/

/* Estilo base para el tooltip personalizado */
.gtranslate_wrapper.show-tip::after {
	content: attr(data-tip); /* Se toma el contenido dinámicamente del atributo data-tip */
	position: absolute;
	top: 0px;
	transform: translateX(-102%);
	white-space: nowrap;
	background: #feffce;
	color: #717171;
	font-size: 12px;
	padding: 2px 24px;
	border-radius: 0;
	pointer-events: none;
	z-index: 9999;
	border: 1px solid #cbcbcb;
}

ul#menu-legal-menu li {
    padding-right: 0px !important;
}