.card {
  list-style: none;
  width: 95%;
  max-width: 720px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem;
  margin: 0.75rem 0;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
}

.card .word {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
  font-family: "Courier New", Courier, monospace;
}

.card .english {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 0.25rem;
}

.card .type {
  font-style: italic;
  font-size: 0.95rem;
  color: #777;
  margin-bottom: 0.5rem;
}

.card .etymology {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.6rem;
  font-style: italic;
}

.card .etymology-label {
  font-style: normal;
  font-weight: bold;
  color: #444;
}

.card .examples {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #444;
}

.card .examples ul {
  margin: 0.3rem 0 0 1rem;
  padding: 0;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.tab {
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin: 0 0.5rem;
  border-radius: 4px;
}

.tab.active {
  background: #ddd;
  font-weight: bold;
}

.hidden {
  display: none;
}

#lore-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  font-size: 1rem;
}

