.property{align-items:center;background-color:#fff;border-radius:50%;color:#263238;display:flex;font-size:14px;gap:15px;height:30px;justify-content:center;padding:4px;position:relative;transition:all .3s ease-out;width:30px}.property:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid #FFFFFF;height:0;left:50%;position:absolute;top:95%;transform:translate(-50%);transition:all .3s ease-out;width:0;z-index:1}.property .prevision,.property .icon{align-items:center;display:flex;justify-content:center;color:transparent}.property .icon svg{height:20px;width:auto}.property .icon img{max-width:35px;max-height:35px}.property .details{display:none;flex-direction:column;flex:1}.property.highlight{background-color:#fff;border-radius:8px;box-shadow:10px 10px 5px #0003;height:80px;padding:8px 15px;width:auto}.property.highlight:after{border-top:9px solid #FFFFFF}.property.highlight .icon svg{width:50px;height:50px}.property.highlight .details{display:flex}.property.highlight .details .data{color:#9e9e9e;font-size:12px}.property:not(.highlight){background-color:transparent}
