.account-card{display:block;padding:0;overflow:hidden;background:rgba(18,34,31,.64);border:1px solid rgba(223,233,226,.11)}
.account-content{display:flex;align-items:center;gap:15px;min-height:91px;padding:14px 18px;position:relative;z-index:2;background:rgba(18,34,31,.64);transition:transform .26s cubic-bezier(.16,1,.3,1)}
.swipe-delete-button{position:absolute;inset:0 0 0 auto;width:82px;border:0;background:#7e353c;color:#fff;display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;font:inherit;font-size:10px;cursor:pointer;z-index:1}
.swipe-delete-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}
@media(max-width:700px){
  .account-card{touch-action:pan-y}
  .account-content{gap:10px;padding:13px 11px;min-height:67px}
  .swipe-delete-button{display:flex}
  .account-card.swiped .account-content{transform:translateX(-78px)}
  .account-card:hover{transform:none}
  .account-card:active .account-content{background:rgba(24,44,40,.85)}
}
@media(min-width:701px){.account-card{position:relative}.account-content{border-radius:15px}.swipe-delete-button{display:none!important}}
