/* Catalogue-wide subcategories page (dark theme)
 * Reuse the categories layout and styling so the page matches other catalogue views.
 */
@import url("./categories.css");

/* Parent category label under subcategory name - smaller than description */
.category-parent-name {
  font-size: 0.8rem;
  color: var(--cat-text-lighter);
  margin: 0 0 6px;
}

