.markdown-body p,
.post-content p,
.article-entry p,
.post-body p {
  text-indent: 2em;
}

.post-content h1,
.markdown-body h1 {
  font-size: 2.2rem;
}

.post-content h2,
.markdown-body h2 {
  font-size: 1.6rem;
}

.post-content h3,
.markdown-body h3 {
  font-size: 1.3rem;
}

.post-content h4,
.markdown-body h4 {
  font-size: 1.2rem;
}

.post-content h5,
.markdown-body h5,
.post-content h6,
.markdown-body h6 {
  font-size: 1.1rem;
}
.dict-tool {
  margin: 2rem 0;
}

.dict-tool textarea {
  width: 100%;
  margin-top: 0.8rem;
  padding: 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
  color: inherit;
  font-size: 1rem;
  line-height: 1.8;
}

.dict-tool button {
  margin-top: 1rem;
  padding: 0.55rem 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.dict-word-list {
  margin-top: 1.5rem;
}

.dict-card {
  margin: 1rem 0;
  padding: 1.2rem 1.4rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dict-card h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.35rem;
}

.dict-card p {
  margin: 0.45rem 0;
  text-indent: 0;
}

.dict-missing {
  opacity: 0.75;
}

.dict-error {
  color: #ff9b9b;
}
.sentence-title {
  margin-bottom: 0.4rem;
  opacity: 0.75;
  text-indent: 0 !important;
}

.random-sentence {
  margin: 0.8rem 0 1rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.quenya-text {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.quenya-word {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.02em;
}


.dict-detail {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.meaning-text {
  font-weight: 700;
}

.random-sentence {
  font-weight: 400 !important;
}

.dict-card h3 {
  font-weight: 400;
}

.dict-card hr {
  margin: 0.9rem 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dict-card strong {
  font-weight: 700;
}

.grammar-note {
  margin: 1.2rem 0 1rem;
  padding: 0.9rem 1.1rem;
  border-left: 4px solid rgba(157, 214, 255, 0.8);
  border-radius: 10px;
  background: rgba(157, 214, 255, 0.08);
  line-height: 1.8;
}
