/* ============================================================
   H2B V73 — swipe notifications + indication d'ouverture
   ============================================================ */
.notification-row{
  touch-action:pan-y;
  will-change:transform,opacity;
  overflow:hidden;
}
.notification-row.is-swiping{
  transition:none!important;
  cursor:grabbing;
}
.notification-row.is-dismissed{
  pointer-events:none;
  transition:transform .16s ease,opacity .16s ease!important;
}
.notification-copy small{
  display:block;
}
@media(max-width:760px){
  .notification-row{user-select:none;-webkit-user-select:none}
  .notification-copy small{font-size:9px;line-height:1.35}
}
