/* Borges Dias — alinhamento da tabela de imóveis com conta de recebimento */
.properties-panel .table-wrap{overflow-x:auto;overscroll-behavior-x:contain}
.properties-panel table{min-width:1240px}
.properties-panel th:nth-child(4),.properties-panel td:nth-child(4){min-width:125px}
.properties-panel th:nth-child(5),.properties-panel td:nth-child(5){min-width:230px}
.properties-panel th:nth-child(6),.properties-panel td:nth-child(6){min-width:95px;white-space:nowrap}
.properties-panel th:last-child,.properties-panel td:last-child{width:220px;min-width:220px}
.properties-panel .property-actions{display:grid;grid-template-columns:repeat(2,minmax(96px,1fr));width:210px;min-width:210px;gap:6px;white-space:normal}
.properties-panel .property-actions>*{box-sizing:border-box;width:100%!important;min-width:0;max-width:none;flex:none}
@media(max-width:760px){.properties-panel table{min-width:1160px}.properties-panel .property-actions{width:204px;min-width:204px}.properties-panel th:last-child,.properties-panel td:last-child{width:214px;min-width:214px}}
