/* RepuestoApp v5.11 · Administración segura de clientes fiados */
.credit-customer-manager{
  margin:18px 0;
  padding:22px;
}
.credit-customer-manager-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
  margin-bottom:18px;
}
.credit-customer-manager-head h2{
  margin:6px 0;
  color:#3f4a94;
}
.credit-customer-manager-head p{
  margin:0;
  max-width:760px;
  color:#6f7bb2;
  line-height:1.55;
}
.credit-customer-manager-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid #cbd7ef;
  border-radius:18px;
  background:#eef3ff;
  font-size:26px;
}
.credit-customer-management-list{
  display:grid;
  gap:11px;
}
.credit-customer-management-row{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(300px,1.25fr) auto;
  align-items:center;
  gap:16px;
  padding:15px;
  border:1px solid #d2dced;
  border-radius:18px;
  background:#fbfcfe;
}
.credit-customer-management-person{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.credit-customer-management-person>span{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border-radius:15px;
  background:#eaf9f7;
  color:#08a994;
  font-weight:900;
}
.credit-customer-management-person strong,
.credit-customer-management-person small{
  display:block;
}
.credit-customer-management-person strong{
  color:#354393;
}
.credit-customer-management-person small{
  margin-top:4px;
  color:#7884b6;
  font-weight:800;
}
.credit-customer-management-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}
.credit-customer-management-values span{
  padding:10px;
  border:1px solid #dce4f2;
  border-radius:13px;
  background:#fff;
  color:#7884b6;
  font-size:11px;
  font-weight:800;
  text-align:center;
}
.credit-customer-management-values b{
  display:block;
  margin-top:4px;
  color:#354393;
  font-size:14px;
}
.credit-customer-management-action{
  display:grid;
  gap:5px;
  justify-items:end;
}
.credit-customer-management-action small{
  max-width:210px;
  color:#bf4050;
  font-size:11px;
  font-weight:800;
  text-align:right;
}
.delete-credit-customer-note{
  display:flex;
  gap:11px;
  margin:15px 0;
  padding:13px;
  border:1px solid #a9ddd6;
  border-radius:15px;
  background:#f2fbf9;
}
.delete-credit-customer-note strong,
.delete-credit-customer-note small{
  display:block;
}
.delete-credit-customer-note strong{
  color:#258879;
}
.delete-credit-customer-note small{
  margin-top:4px;
  color:#6f7bb2;
}
.delete-credit-customer-confirm{
  display:flex!important;
  align-items:flex-start;
  gap:10px;
  margin:14px 0!important;
  padding:13px;
  border:1px solid #efb7be;
  border-radius:15px;
  background:#fff6f7;
  color:#b72d3e;
  font-weight:800;
}
.delete-credit-customer-confirm input{
  width:18px!important;
  height:18px!important;
  flex:0 0 auto;
  margin-top:2px;
}
@media(max-width:980px){
  .credit-customer-management-row{
    grid-template-columns:1fr;
  }
  .credit-customer-management-action{
    justify-items:stretch;
  }
  .credit-customer-management-action small{
    max-width:none;
    text-align:left;
  }
}
@media(max-width:620px){
  .credit-customer-manager-head{
    display:grid;
  }
  .credit-customer-management-values{
    grid-template-columns:1fr;
  }
  .credit-customer-management-action .btn{
    width:100%;
  }
}
