/**
 * Variante: abas de modalidade em pills douradas (#CEA761) — estilo ranking.
 *
 * Activo por defeito (teste). Para voltar ao underline /national/:
 *   add_filter( 'sportech_event_hub_modality_pills_style', '__return_false' );
 */

.sportech-event-hub .sportech-hub-tabs__scroller-outer {
	margin-bottom: 1.25rem;
}

.sportech-event-hub .sportech-hub-tabs__scroller {
	gap: 0.35rem;
	padding-bottom: 0.35rem;
}

.sportech-event-hub .sportech-hub-tabs__tab {
	padding: 0.45rem 1.25rem;
	font-family: "Bebas Neue", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	font-style: oblique;
	letter-spacing: 0.06em;
	line-height: 1.2;
	color: #fff !important;
	background: transparent !important;
	border: 1px solid #fff !important;
	border-radius: 999px;
	box-shadow: none !important;
	width: auto;
	-webkit-appearance: none;
	appearance: none;
}

.sportech-event-hub .sportech-hub-tabs__tab:hover,
.sportech-event-hub .sportech-hub-tabs__tab:focus,
.sportech-event-hub .sportech-hub-tabs__tab:active {
	color: #fff !important;
	background: rgba(206, 167, 97, 0.18) !important;
	border: 1px solid #cea761 !important;
	box-shadow: none !important;
}

.sportech-event-hub .sportech-hub-tabs__tab[aria-selected="true"],
.sportech-event-hub .sportech-hub-tabs__tab[aria-selected="true"]:hover,
.sportech-event-hub .sportech-hub-tabs__tab[aria-selected="true"]:focus,
.sportech-event-hub .sportech-hub-tabs__tab[aria-selected="true"]:active {
	color: #fff !important;
	background: #cea761 !important;
	border: 1px solid #cea761 !important;
	box-shadow: none !important;
}

.sportech-event-hub .sportech-hub-tabs__tab:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.7);
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.sportech-event-hub .sportech-hub-tabs__scroller {
		column-gap: 0.65rem;
	}

	.sportech-event-hub .sportech-hub-tabs__tab {
		padding: 0.5rem 1.2rem;
	}
}
