/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #f48028 !important;
}

#google_translate_element {
	bottom: 20px !important;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	padding: 5px 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	top: auto !important;
	right: 20px !important;
	height: 44px;
}

#google_translate_element select {
	padding: 4px 6px;
	font-size: 12px;
	font-family: 'Inter', sans-serif;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #ffffff;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Hover e foco */
#google_translate_element select:hover,
#google_translate_element select:focus {
	border-color: #777;
	box-shadow: 0 0 0 2px rgba(100, 149, 237, 0.3);
}