/* Collapsible copyable source blocks (skill/SPA detail, index inline panels) */
.gp-copyable-pre {
  max-height: 16rem;
  overflow: auto;
  transition: max-height 0.2s ease;
}

.gp-copyable-pre.gp-copyable-pre-expanded {
  max-height: none;
  overflow: visible;
}
