.words-search {
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
}

.word-summary.word-summary-inline {
  min-height: 46px;
  margin: 0;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid #dbe4ea;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f9fd, #f8f5fc);
  color: #5c6973;
  box-sizing: border-box;
}

.word-summary.word-summary-inline b {
  color: #17324d;
  font-size: 1.2rem;
  line-height: 1;
}

.word-group-note {
  margin: -0.35rem 0 1.1rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid #d7aa00;
  background: #fff8dc;
  color: #314554;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .words-search { grid-template-columns: 1fr 1fr; }
}

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