/*
 * Selo "Permuta" (includes/class-permuta.php).
 * Dourado do site (#D8A44A) em fundo claro, para o texto continuar legível.
 */

.imoview-selo-permuta {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	height: 20px;
	padding: 0 9px;
	border: 1px solid #D8A44A;
	border-radius: 999px;
	background: #FBF3E3;
	color: #8A5F16;
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Card: tipo à esquerda, selo à direita. */
.imoview-tipo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.imoview-tipo > .elementor-heading-title {
	min-width: 0;
}

/* Interna: linha própria abaixo das métricas. */
.imoview-selos {
	display: flex;
	width: 100%;
	margin: 0 0 24px;
}

.imoview-selos .imoview-selo-permuta {
	height: 28px;
	padding: 0 14px;
	font-size: 11px;
}
