/* Desktop-only responsiveness polish for Next Comic Cut + Random Card.
   Keeps mobile behavior and layout untouched. */
@media (min-width: 821px) and (hover: hover) and (pointer: fine){
  #myCollectionBtn,
  #nextComicCutBtn{
    touch-action: manipulation;
  }
  #nextComicCutBtn:active,
  #myCollectionBtn:active,
  .altthumb:active,
  .mini-row:active,
  .mini-popover-view:active{
    transform: none !important;
  }
  .altthumb,
  .mini-popover-view{
    touch-action: manipulation;
  }
}
