/*
Theme Name: Eurotracker
Theme URI: https://example.com/eurotracker
Author: Eurotracker Team
Author URI: https://example.com
Description: Um tema WordPress básico e minimalista para o projeto Eurotracker
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eurotracker
Tags: blank, simple, minimal
*/


@media(max-width: 992px) {
	.gt_switcher_wrapper {
		top: 25px !important;
		transform: translateX(-50%);
		left: 65%;
		right: auto;
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
}