/* VW_START_STORE_SUMMARY_DRAG_V1 */
@media (min-width: 981px) and (hover: hover) and (pointer: fine) {
  body.vw-store-onboarding-v5 .vw-direct-summary-card[data-vw-summary-draggable="1"] {
    cursor: grab;
    touch-action: none;
    will-change: left, top, transform;
    transition: box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
  }

  body.vw-store-onboarding-v5 .vw-direct-summary-card[data-vw-summary-draggable="1"]:hover {
    border-color: rgba(91, 61, 245, .28);
    box-shadow: 0 20px 48px rgba(35, 28, 58, .15), 0 6px 16px rgba(35, 28, 58, .06);
  }

  body.vw-store-onboarding-v5 .vw-direct-summary-card[data-vw-summary-draggable="1"].is-vw-dragging {
    cursor: grabbing;
    user-select: none;
    z-index: 1000;
    border-color: rgba(91, 61, 245, .52);
    box-shadow: 0 28px 70px rgba(35, 28, 58, .22), 0 8px 20px rgba(91, 61, 245, .10);
    opacity: .985;
  }

  body.vw-store-onboarding-v5 .vw-direct-summary-card[data-vw-summary-fixed="1"] {
    position: fixed !important;
    margin: 0 !important;
    right: auto !important;
    bottom: auto !important;
  }
}
