/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2025 | 19:15:47 */
.polylang_switcher {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    color: var(--wp--preset--color--contrast-3);
	text-transform: uppercase;
	font-weight: 600;
	gap: 10px;
	
}
.polylang_switcher a{
    color: var(--wp--preset--color--contrast-3);
	text-decoration: none;
}

.polylang_switcher a:hover{
    color: var(--wp--preset--color--contrast);
}
html[lang="es"] .polylang_switcher .lang-item-es, html[lang="en"] .polylang_switcher .lang-item-en{
	display: none
}