.cve-index{
  display:flex;gap:10px;flex-wrap:wrap;align-items:center;
  margin:20px 0 12px;overflow-x:auto;padding-bottom:6px;
}
.cve-index .chip{
  appearance:none;border:1px solid #2A2D36;background:#1F222A;
  color:#EDEDED;padding:8px 12px;border-radius:999px;
  font:600 14px/1.1 Inter,system-ui,sans-serif;cursor:pointer;
  transition:transform .15s,background .15s,border .15s;
  white-space:nowrap;
}
.cve-index .chip:hover{background:#23262F;transform:translateY(-1px);}
.cve-index .chip:focus-visible{outline:2px solid #E63946;outline-offset:2px;}

.cve-index,
.mt-chips {
  overflow: visible; /* allow the glow or outline to render outside */
}

.chip:focus-visible {
  outline: 2px solid #E63946;
  outline-offset: 3px; /* was 2px, give it a little more room */
}

.chip {
  position: relative; /* ensure outline renders properly */
  margin: 2px; /* add subtle breathing space between neighbors */
}
