/* ===== Estilo de links no CONTEÚDO do post single =====
   Aplica navy + sublinhado dourado SÓ nos links dentro do texto do post.
   Não afeta cards, headings, menus, footers, etc.
*/

.elementor-widget-theme-post-content a:not(.elementor-button):not([class*="button"]) {
	color: #0a1f3d;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #e89c2d;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	transition: color .2s ease, text-decoration-color .2s ease;
}

.elementor-widget-theme-post-content a:not(.elementor-button):not([class*="button"]):hover {
	color: #e89c2d;
	text-decoration-color: #e89c2d;
}

/* ===== Links em widgets text-editor (páginas internas) =====
   Sobrescreve o rosa padrão do tema Hello Elementor com a cor da marca.
*/
.elementor-widget-text-editor a:not(.elementor-button):not([class*="button"]) {
	color: #e89c2d;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #e89c2d;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
	transition: color .2s ease, text-decoration-color .2s ease;
}

.elementor-widget-text-editor a:not(.elementor-button):not([class*="button"]):hover {
	color: #0a1f3d;
	text-decoration-color: #0a1f3d;
}
