/* Make the mobile recovery header action explicit instead of an empty square. */
@media(max-width:560px){
  .recovery-nav .nav-action{
    width:auto!important;
    min-width:76px;
    height:40px;
    padding:0 12px!important;
    border-color:#ddd9f8;
    border-radius:11px;
    background:#f9f8ff;
    color:#5d52d4;
    font-size:10px!important;
    line-height:1;
    font-weight:800;
    box-shadow:0 5px 14px rgba(77,63,173,.07);
  }
  .recovery-nav .nav-action::before{
    content:"←";
    font-size:13px;
    line-height:1;
  }
}
