.treguma-topbar-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.treguma-topbar-link {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	color: #e2e8f0 !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background 0.18s ease, color 0.18s ease;
}

.treguma-topbar-link:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
}

.treguma-topbar-link--accent {
	background: rgba(255, 70, 5, 0.14);
	color: #ffb08a !important;
}

.treguma-topbar-link--accent:hover {
	background: #ff4605;
	color: #fff !important;
}

.vehica-top-bar--homepage-logo .vehica-top-bar__center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin: 0;
	pointer-events: none;
}

.vehica-top-bar--homepage-logo .treguma-topbar-logo__link {
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.vehica-top-bar--homepage-logo .treguma-topbar-logo__link img {
	width: auto;
	max-height: 34px;
	display: block;
}

.treguma-mobile-menu-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 4px 28px 22px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(15, 20, 30, 0.08);
}

.treguma-mobile-menu-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 18px;
	border-radius: 10px;
	background: #f3f5f9;
	color: #222732 !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
}

.treguma-mobile-menu-link--accent {
	background: #ff4605;
	color: #fff !important;
}

@media (max-width: 991px) {
	.vehica-top-bar {
		display: none;
	}
}


.vehica-mobile-menu__hamburger .vehica-menu-icon rect,
.vehica-mobile-menu__hamburger #vehica-menu-svg rect {
	fill: #ffffff !important;
}
