/**
 * City tabs: full labels, ignore Elementor/Hello button width:100%.
 */

.cities .city-tabs,
.elementor-widget-rocha_cities .city-tabs {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	width: 100%;
}

.cities button.city-tab,
.elementor-widget-rocha_cities button.city-tab,
html.elementor-html button.city-tab {
	all: unset;
	box-sizing: border-box;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto !important;
	width: max-content !important;
	min-width: max-content !important;
	max-width: none !important;
	height: auto !important;
	padding: 0.5rem 1.15rem;
	font-family: var(--fh, Oswald, sans-serif);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap !important;
	overflow: visible !important;
	color: var(--text-muted, #7a7a7a);
	border: 1px solid rgba(238, 115, 26, 0.15);
	background: transparent;
	cursor: pointer;
	transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.cities button.city-tab.active,
.cities button.city-tab:hover,
.elementor-widget-rocha_cities button.city-tab.active,
.elementor-widget-rocha_cities button.city-tab:hover {
	color: var(--orange, #ee731a);
	border-color: var(--orange, #ee731a);
	background: rgba(238, 115, 26, 0.06);
}

.cities .city-tab__text,
.elementor-widget-rocha_cities .city-tab__text {
	display: inline-block;
	white-space: nowrap !important;
}
