/*!
 * Working with Claude — primer byline override (claude-course only)
 * © 2026 My Digital Sovereignty Ltd · CC BY 4.0
 * Loaded after the shared primer.css to correct the photo-credit byline
 * for this course (the shared file defaults to the governance course label).
 */
.primer-slide.has-photo::after { content: "Working with Claude — CC BY 4.0"; }

/* Close-slide koha + share, in line with the lessons. Self-contained (primer
 * doesn't load course.css tokens) — currentColor keeps it theme-agnostic. */
.primer-koha { text-decoration: none; }
.primer-share-label { margin: 1.5rem 0 0.5rem; font-size: 0.85rem; opacity: 0.75; }
.primer-share { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
.primer-share .share-btn { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 40px;
  padding: 0 1rem; border: 1px solid currentColor; border-radius: 999px; background: transparent;
  color: inherit; font: inherit; cursor: pointer; opacity: 0.85; }
.primer-share .share-btn:hover { opacity: 1; }
