.property{
float:left;
width:100%;
}

.property{
background:var(--base-background-color);
margin:.25rem 0 .5rem 0;
padding:0;
}

.property p{
font-family:var(--bold-font-family);
font-size:var(--xs-font-size);
}

.property p:before{
display:inline-block;
content:'';
width:1em;
height:.85em;
margin:1px 2px 0 0;
}

.property p:before{
background:url('/asset/img/database/property/icon.svg') no-repeat top left;
}

