@media (max-width:780px){

  /* Keep the shared viewport-fixed topbar and the body's --topbar-h clearance.
     The blank-card fix only needs the paint/containment safeguards below. */

  /* IMPORTANT:
     Do not use content-visibility or contain on .mini-results, .for-you-grid,
     .comic-cuts-list, .mini-row, or .card. Mobile browsers can skip painting
     those during fast scrolls, showing only the background. */

  .mini-results,
  .for-you-grid,
  .comic-cuts-list,
  .mini-row,
  .for-you-card,
  .comic-cuts-row,
  .card{
    content-visibility: visible !important;
    contain: none !important;
  }
/* Prevent horizontal jitter without affecting vertical painting */
  body{
    overflow-x:hidden;
  }
}
