.post-recovery-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;margin-top:14px;padding:14px;border:1px solid #6f3e49;border-radius:12px;background:#241319}
.post-recovery-actions>div{display:grid;gap:3px}
.post-recovery-actions strong{color:#ff879f}
.post-recovery-actions span{color:#b8a4aa;font-size:.82rem}
@media(max-width:760px){.post-recovery-actions{grid-template-columns:1fr}.post-recovery-actions button{width:100%}}
