.anpr-thumb {
  width: 86px !important;
  height: 64px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid #d6dde5 !important;
  background: #eef3f7;
}
.table td, .table th { vertical-align: middle !important; }

.anpr-click-box { cursor: pointer; transition: transform .12s ease, box-shadow .12s ease; }
.anpr-click-box:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.anpr-thumb { max-width: 86px; max-height: 64px; border-radius: 6px; object-fit: cover; }
