@keyframes pulse-once{0%,to{background-color:rgba(237,233,254,.8)}50%{background-color:rgba(221,214,254,.8)}}.animate-pulse-once{animation:pulse-once 1.5s cubic-bezier(.4,0,.6,1)}.drag-handle{transition:width .3s ease}.drag-handle:hover{width:2rem}