/**
 * Arquivo Projetos: rótulos TIPO DE FONTE / PAÍS / REGIÃO.
 * Só a barra de selects. Não mexe nos chips de Segmento.
 */

body.post-type-archive-projeto .projetos-filters__secondary .projetos-select > span {
	color: var(--projeto-teal, #003b4a);
	font-weight: 600;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 1.3;
}

@media (max-width: 767px) {
	body.post-type-archive-projeto .projetos-filters__secondary .projetos-select > span {
		font-size: 11px;
	}
}
