
/* v97: application plan selection matches simplified GTN-like plan list */
.nn-panel[data-flow-step="1"]{
  max-width:980px!important;
}
.nn-panel[data-flow-step="1"] .nn-panel-head{
  text-align:center!important;
  justify-content:center!important;
  margin-bottom:24px!important;
}
.nn-panel[data-flow-step="1"] .nn-panel-head h2{
  justify-content:center!important;
  font-size:1.45rem!important;
}
.nn-panel[data-flow-step="1"] .nn-panel-head h2:before{
  display:none!important;
}
.nn-plan-list,
.locked-selection .nn-plan-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  max-width:880px!important;
}
.locked-selection .nn-plan-list{
  grid-template-columns:1fr!important;
  max-width:420px!important;
}
.nn-plan-inner{
  display:block!important;
  min-height:168px!important;
  padding:22px 20px!important;
  text-align:center!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1.5px solid #e5e7eb!important;
  box-shadow:0 10px 26px rgba(16,24,40,.045)!important;
}
.nn-plan-inner:before{
  display:none!important;
}
.nn-plan-card.is-selected .nn-plan-inner{
  border-color:#e60023!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(230,0,35,.06)!important;
}
.nn-plan-name{
  display:block!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:1.12rem!important;
  font-weight:950!important;
  color:#101828!important;
  margin-bottom:18px!important;
}
.nn-plan-price{
  display:block!important;
  min-width:0!important;
  padding:0!important;
  border-left:0!important;
  text-align:center!important;
}
.nn-plan-price strong{
  font-size:2.35rem!important;
  line-height:1!important;
  color:#e60023!important;
  font-weight:950!important;
}
.nn-plan-price{
  color:#344054!important;
  font-weight:850!important;
}
.nn-plan-card.is-selected .nn-check{
  display:inline-flex!important;
  position:absolute!important;
  top:14px!important;
  right:14px!important;
  transform:none!important;
}
.nn-selected-strip-v86{
  max-width:880px!important;
  margin-bottom:34px!important;
}
.nn-option-grid{
  max-width:880px!important;
}
@media(max-width:900px){
  .nn-plan-list{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:640px){
  .nn-plan-list,
  .locked-selection .nn-plan-list{
    grid-template-columns:1fr!important;
    max-width:100%!important;
  }
}
