.vds-search { display:flex; gap:.5rem; margin-bottom:.5rem; }
.vds-search input { flex:1; padding:.4rem .6rem; }
.vds-search button { padding:.4rem .8rem; }
.vds-results ul { margin:0; padding:0; list-style:disc inside; } 

/* — VIN table — */
.vds-table          { width:100%; border-collapse:collapse; margin-top:.5rem; }
.vds-table th,
.vds-table td       { border:1px solid #ddd; padding:.4rem .5rem; text-align:left; }
.vds-table th       { background:#f6f6f6; font-weight:600; }
.vds-table a        { text-decoration:underline; } 

/* wider table tweaks */
.vds-table th:nth-child(1),
.vds-table td:nth-child(1)   { width: 90px; }
.vds-table th:nth-child(2),
.vds-table td:nth-child(2)   { width: 90px; }
.vds-table th:nth-child(3),
.vds-table td:nth-child(3)   { width: 80px; }
.vds-table th:nth-child(6),
.vds-table td:nth-child(6)   { width: 85px; text-align:center; }
.vds-table td:nth-child(6)[data-status="Pending"] { color:#b00; } 