/* V43 — Browse bundle cards: preserve full preview image, no corner crop on normal/hover. */
.pm-home .pm-v35-category-card,
.pm-home .pm-v35-category-card:hover,
.pm-home .pm-v35-category-card:focus,
.pm-home .pm-v35-category-card:focus-visible{
  overflow:hidden!important;
  border:0!important;
  outline:0!important;
  border-radius:20px!important;
}

/* Match the PowerPoint/sample slide ratio so the full artwork fits without trimming. */
.pm-home .pm-v35-category-card .pm-v35-card-media{
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  background:#fff!important;
  border:0!important;
  border-radius:20px!important;
}

/* Undo V42's physical crop. Keep the entire uploaded preview visible. */
.pm-home .pm-v35-category-card .pm-v35-card-media>img,
.pm-home .pm-v35-category-card:hover .pm-v35-card-media>img,
.pm-home .pm-v35-category-card:focus .pm-v35-card-media>img,
.pm-home .pm-v35-category-card:focus-visible .pm-v35-card-media>img{
  position:static!important;
  top:auto!important;
  left:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
  opacity:1!important;
  border:0!important;
  outline:0!important;
  background:#fff!important;
  transition:none!important;
}

/* No image overlay/darkening. */
.pm-home .pm-v35-category-card .pm-v35-card-media::before,
.pm-home .pm-v35-category-card .pm-v35-card-media::after{
  content:none!important;
  display:none!important;
}

/* Hover movement is applied to the whole card, not to the image viewport. */
.pm-home .pm-v35-category-card{
  transition:transform .24s ease,box-shadow .24s ease!important;
}
.pm-home .pm-v35-category-card:hover,
.pm-home .pm-v35-category-card:focus-visible{
  transform:translateY(-4px) scale(1.008)!important;
  box-shadow:0 20px 44px rgba(23,45,77,.12)!important;
}

@media(max-width:700px){
  .pm-home .pm-v35-category-card,
  .pm-home .pm-v35-category-card .pm-v35-card-media{border-radius:17px!important}
  .pm-home .pm-v35-category-card:hover,
  .pm-home .pm-v35-category-card:focus-visible{transform:translateY(-2px)!important}
}
