/* Scoped production correction for the 2026-09-24 template-detail overlap. */
body .template-detail .template-info .stats[data-v-532f78cb] {
  position: static;
  right: auto;
  bottom: auto;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 18px;
}
body .template-detail .template-info h1[data-v-532f78cb] {
  max-width: 100%;
}
@media (max-width: 760px) {
  body .template-detail .template-info .stats[data-v-532f78cb] {
    justify-content: flex-start;
  }
}
