
/* AUPHA V32 — PIN de clientes cadastrados pela gestão */
.aupha-client-actions{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end;align-items:center}
.aupha-client-actions button{white-space:nowrap}
.aupha-client-actions .aupha-pin-action{background:linear-gradient(135deg,#ffd84a,#f6b900)!important;color:#063b3a!important;border:1px solid rgba(6,59,58,.14)!important;box-shadow:0 7px 16px rgba(181,132,0,.17)!important;font-weight:800!important}
.aupha-client-pin-field{position:relative}
.aupha-client-pin-field small,.aupha-pin-reset-label small{display:block;margin-top:.45rem;color:#53706f;font-size:.82rem;line-height:1.45;font-weight:600}
.aupha-pin-modal{max-width:540px!important}
.aupha-pin-reset-label{display:block;padding:1rem 0}
.aupha-pin-reset-label input{width:100%;margin-top:.5rem;font-size:1.05rem;letter-spacing:.18em}
.aupha-client-login-note{display:block;margin:-.2rem 0 .8rem;color:#526d6c;font-size:.84rem;line-height:1.45;font-weight:650}
@media(max-width:820px){
  .aupha-client-actions{justify-content:flex-start}
  .data-table .table-row>span:last-child{width:100%}
  .aupha-client-actions button{flex:1 1 145px}
}
