/**
 * Hub Soluções: «Soluções disponíveis» como ligações.
 * Só .ua-names / .ua-name. Não aplica a todos os H2 do site.
 */

body.solucoes-page .ua-names .ua-name,
body.solucoes-page .ua-names .ua-name .elementor-widget-container {
	cursor: pointer;
}

body.solucoes-page .ua-names .ua-name a.elementor-button,
body.solucoes-page .ua-names .ua-name a.ua-sol-link {
	display: inline-flex;
	align-items: center;
	width: auto;
	max-width: 100%;
	min-height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--ua-teal, #003b4a);
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	cursor: pointer;
}

body.solucoes-page .ua-names .ua-name a.elementor-button .elementor-button-content-wrapper,
body.solucoes-page .ua-names .ua-name a.elementor-button .elementor-button-text,
body.solucoes-page .ua-names .ua-name a.ua-sol-link {
	cursor: pointer;
}

body.solucoes-page .ua-names .ua-name a.elementor-button:hover,
body.solucoes-page .ua-names .ua-name a.elementor-button:focus-visible,
body.solucoes-page .ua-names .ua-name a.ua-sol-link:hover,
body.solucoes-page .ua-names .ua-name a.ua-sol-link:focus-visible {
	background: transparent;
	box-shadow: none;
	color: var(--ua-cyan, #00a5cf);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.solucoes-page .ua-names .ua-name.is-current a.elementor-button,
body.solucoes-page .ua-names .ua-name.is-current a.ua-sol-link,
body.solucoes-page .ua-names .ua-name a[aria-current="page"] {
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	color: var(--ua-teal, #003b4a);
}

body.solucoes-page .ua-names .ua-name.is-current a.elementor-button:hover,
body.solucoes-page .ua-names .ua-name a[aria-current="page"]:hover {
	color: var(--ua-cyan, #00a5cf);
}

@media (max-width: 767px) {
	body.solucoes-page .ua-names .ua-name a.elementor-button,
	body.solucoes-page .ua-names .ua-name a.ua-sol-link {
		min-height: 44px;
	}
}
