.base-results {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  align-items: stretch;
}

.base-results article {
  min-width: 0;
  overflow: hidden;
}

.base-results strong {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: normal;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.35;
}

#baseValue {
  min-width: 0;
  text-overflow: ellipsis;
}

@media (max-width: 560px) {
  .base-results { grid-template-columns: 1fr; }
}
