

.vision-divider {
  text-align: center;
  margin: 1rem 0;
  font-weight: bold;
  color: #555;
  font-family: sans-serif;
}

#vision-search-container {
  width: 100%;
  max-width: 700px;         /* nice wide console */
  margin: 0 auto 1rem;   
}





/* Scope styles only to the Vision AI results screen (data-screen="6") */
.vision-screen[data-screen="6"] h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f5f5f7;
  margin: 0 0 12px;
}

/* Results “card” */
.vision-screen[data-screen="6"] #vision-search-results {
  background: #1c1c1e;          /* dark card */
  color: #f5f5f7;               /* off-white text */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 1rem 1.5rem;
  height: 70vh;
  overflow-y: auto;
  border: 2px inset #999;   /* classic inset box */
  border-radius: 0;         /* square like Win95 */
  margin-top: 1rem;
  box-shadow: none;         /* remove modern shadow */
}

/* Rows + links */
.vision-screen[data-screen="6"] .result-row {
  padding: 0.25rem 0;
  border-bottom: none;      /* no lines */
}

.vision-screen[data-screen="6"] .part-link {
  color: #4da6ff;               /* subtle blue accent */
  margin-left: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}
.vision-screen[data-screen="6"] .part-link:hover {
  text-decoration: underline;
}

.part-link {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.5rem;
  font: inherit;
  color: #4da6ff;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  box-shadow: none;
}

.part-link:hover {
  text-decoration: none;
}

#vision-search-results a {
    color: #4da6ff;
}