/* PicPerf Demo — relative CSS asset for StaticPrepStep */
/* This file is downloaded, optionally minified, and uploaded to R2. */

:root {
  --section-border: 1px solid #dee2e6;
}

section {
  padding-top: 1.5rem;
  border-top: var(--section-border);
}

section h2 {
  margin-bottom: 0.5rem;
}

.card {
  transition: box-shadow 0.2s ease;
}

.card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
