
/* v111: confirm table and complete page cleanup */
.nn-confirm-table-wrap-v111{
  border:1px solid #edf1f6;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.nn-confirm-table-v111{
  margin:0!important;
}
.nn-confirm-table-v111 tr{
  border-bottom:1px solid #edf1f6!important;
}
.nn-confirm-table-v111 tr:last-child{
  border-bottom:0!important;
}
.nn-confirm-table-v111 th{
  width:34%;
  background:#f8fafc!important;
  color:#667085!important;
  font-weight:900!important;
  font-size:.86rem!important;
  padding:14px 16px!important;
  border:0!important;
}
.nn-confirm-table-v111 td{
  color:#101828!important;
  font-weight:850!important;
  padding:14px 16px!important;
  border:0!important;
  word-break:break-word;
}
.nn-complete-card-v111{
  border-radius:24px!important;
  box-shadow:0 18px 60px rgba(16,24,40,.07)!important;
  overflow:hidden;
}
.nn-complete-icon-v111{
  width:70px;
  height:70px;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#12b76a;
  color:#fff;
  font-size:2rem;
  box-shadow:0 16px 36px rgba(18,183,106,.20);
}
.nn-complete-number-v111{
  border:1px solid #edf1f6;
  border-radius:18px;
  padding:18px;
  background:#f8fafc;
  margin-bottom:20px;
}
.nn-complete-flow-v111{
  display:grid;
  gap:10px;
}
.nn-complete-flow-row-v111{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:14px;
  align-items:start;
  border:1px solid #edf1f6;
  border-radius:16px;
  padding:16px;
  background:#fff;
}
.nn-complete-flow-row-v111 strong{
  color:#101828;
  font-weight:950;
}
.nn-complete-flow-row-v111 span{
  color:#667085;
  font-weight:750;
  line-height:1.6;
}
@media(max-width:760px){
  .nn-confirm-table-v111 th,
  .nn-confirm-table-v111 td{
    display:block;
    width:100%;
    padding:10px 12px!important;
  }
  .nn-confirm-table-v111 th{
    padding-bottom:4px!important;
  }
  .nn-confirm-table-v111 td{
    padding-top:4px!important;
  }
  .nn-complete-card-v111{
    border-radius:18px!important;
  }
  .nn-complete-flow-row-v111{
    grid-template-columns:1fr;
    gap:6px;
    padding:14px;
  }
}
