.rm-category-page {
  max-width: 860px;
  margin: 2rem auto;
  padding: 0 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #0f172a;
}

.rm-category-page h1 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rm-category-intro {
  margin: 0 0 1.5rem;
  color: #4b5563;
  font-size: 1.05rem;
}

.rm-category-list {
  margin: 0;
  padding-left: 1.25rem;
}

.rm-category-list li {
  margin-bottom: 0.65rem;
}

.rm-category-list a {
  color: #0f766e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rm-category-list a:hover {
  color: #0d9488;
}

.rm-category-back {
  margin: 0 0 1rem;
}

.rm-category-back a {
  color: #64748b;
  font-weight: 600;
  text-decoration: none;
}

.rm-category-back a:hover {
  color: #0f172a;
  text-decoration: underline;
}
