/* CareSync v0.13.5 — Office review controls polish */
.reviewtable{min-width:1450px}
.reviewtable th,.reviewtable td{vertical-align:middle}
.reviewtable th:nth-child(11),.reviewtable td:nth-child(11){min-width:130px}
.reviewtable th:nth-child(12),.reviewtable td:nth-child(12){min-width:250px}
.review-history-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:112px;line-height:1.2}
.review-return-form{display:grid;grid-template-columns:minmax(150px,1fr);gap:8px;min-width:210px}
.review-return-form input{width:100%;min-width:0}
.review-return-form button{width:100%;white-space:nowrap}
.reviewpanel{overflow-x:auto;-webkit-overflow-scrolling:touch}
.approvebar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.approvebar button{white-space:nowrap}
@media(max-width:800px){
 .reviewtable{min-width:1300px}
 .review-history-button{min-width:105px}
 .review-return-form{min-width:190px}
}