/* Recorded previews share a 16:9 frame: fit that frame without cropping motion. */
.motion-app[data-layout="compact"] .motion-card .motion-thumbnail {
  aspect-ratio:16/9;
}
.motion-app[data-layout="compact"] .motion-card .motion-resource-copy {
  padding:5px 7px;
  gap:2px;
}
.motion-app[data-layout="compact"] .motion-card .motion-resource-copy strong {
  line-height:1.35;
  min-height:2.7em;
}
.motion-app[data-layout="compact"] .motion-card .motion-resource-copy small {
  line-height:1.3;
}
@media (hover:hover) and (pointer:fine) {
  html body .motion-app[data-layout="compact"] .motion-card-views button {
    min-height:30px;
    padding:3px 4px;
    line-height:1.3;
  }
}
/* Keep tap targets comfortable on touch and mixed-input devices. */
@media (any-pointer:coarse) {
  html body .motion-app[data-layout="compact"] .motion-card-views button {
    min-height:44px;
    padding:6px 4px;
  }
}
