/* Page-specific styles for /themas — kept separate from styles.css on purpose. */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-muted);
}
.breadcrumb a { color: var(--color-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current="page"] { color: var(--color-ink-2); }

.theme-source-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-source-item {
  padding: 0.85rem 0;
  border-top: 1px solid var(--color-line);
  line-height: 1.6;
}
.theme-source-item:last-child { border-bottom: 1px solid var(--color-line); }
.theme-essence {
  margin-top: 0.35rem;
  font-size: 0.92rem;
}

.theme-cta { margin-top: 0.5rem; }

.row-title-link { color: inherit; text-decoration: none; }
.row-title-link:hover { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
