
/* Insert Preço label --- HACK (resolver de outra forma)*/
/* Xico 09-08-2025 */
.hp-listing__attribute.hp-listing__attribute--price:before {
    content: "Preço: ";
    color: Grey;
}

	.ht-icon{
	opacity: 0.5;
    display: inline-block;
    width: 24px;
    height: 24px;
	margin:4px
}

    
div:has(> .hp-field) label {
    display: inline-block;
    background-repeat: no-repeat;
    }
div:has(> .hp-field) small {
    display: inline-block;
	float:right
    }
div:has(> .hp-field) label span {
    padding-left: 24px;
}
