/*
	Theme Name: Dental Tech Expert
	Author: Ninho Digital | Rafael Elias Alves Ribeiro
	Author URI: https://ninho.digital/
	Description: Tema Dental Tech Expert por Ninho Digital | Rafael Elias Alves Ribeiro.
	Version: 1.0
	Text Domain: rear-theme
*/

body .is-root-container section.block-hero-produto .headline {
	margin-top: 0; 
	margin-bottom: 0;
}

body .is-root-container section.block-hero-produto .wrapper .content-card .equipamento {
	display: block;
}

/* ===== Seletor de idiomas WPML — padrão Dental Tech Expert ===== */
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
	border: 0;
	padding: min(calc(1.25rem + 1.25 * (100vw - 22.5rem) / 67.5), 2.5rem) 1.25rem;
	background: #787f8c;
	text-align: center;
}

.wpml-ls-statics-footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(calc(1.25rem + 1.25 * (100vw - 22.5rem) / 67.5), 2.5rem);
	flex-wrap: wrap;
}

.wpml-ls-statics-footer a,
.wpml-ls-statics-footer a:link,
.wpml-ls-statics-footer a:visited {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0;
	background: transparent !important;
	color: #fff !important;
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: underline;
	transition: color .2s ease;
}

.wpml-ls-statics-footer a:hover,
.wpml-ls-statics-footer a:focus {
	background: transparent !important;
	color: #aded9e !important;
}

/* Idioma atual: destacado, sem sublinhado */
.wpml-ls-statics-footer .wpml-ls-current-language a {
	font-weight: 700;
	text-decoration: none;
	pointer-events: none;
}

/* Oculta o nome traduzido entre parênteses, ex.: "English (Inglês)" */
.wpml-ls-statics-footer .wpml-ls-display {
	display: none;
}

.wpml-ls-statics-footer .wpml-ls-flag {
	width: 18px;
	height: 12px;
	border-radius: 2px;
}