#tr-match-score-modal .tr-modal-backdrop {
  position:fixed; top:0; left:0; width:100%; height:100%;
  background:rgba(0,0,0,.5); z-index:1000;
}
#tr-match-score-modal .tr-modal {
  position:fixed; top:50%; left:50%; transform:translate(-50%,-50%);
  background:#fff; padding:2em; z-index:1001; max-width:400px; width:90%;
  border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,.2);
}
#tr-match-score-modal .tr-modal-close {
  position:absolute; top:6px; right:10px; border:none; background:none;
  font-size:1.5em; cursor:pointer;
}
#tr-new-cv-wrapper { margin-top:1em; }
#tr-match-score-modal label { margin-right:1em; }