/* ============================================================
   26-cursor.css — cursor styles for the public site.
   Custom hammer cursor was removed by Brandon's request — default
   browser cursor (pointer hand on buttons/links) is now used.
   The before/after slider keeps its ew-resize cursor for clarity.
   ============================================================ */

@media (hover: hover) and (pointer: fine) {
  /* Buttons + links use the browser's default pointer hand — nothing to override */

  /* Before/after image slider — show drag affordance */
  .ba-handle,
  .ba-frame {
    cursor: ew-resize;
  }
}
