/* =========================================================
   VERSI 35 - ADMIN AKUN & SAVE BLANK FIX UI
   ========================================================= */

.akun-create-v35{
  margin-bottom:22px;
}

.akun-create-head-v35{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:18px;
}

.akun-create-head-v35 h2{
  margin:0 0 8px;
  color:#0b2f6f;
}

.akun-dynamic-v35{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #e3edf9;
}

.akun-dynamic-v35 h3,
.akun-edit-v35 h3{
  color:#0b2f6f;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.akun-choice-v35{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.akun-choice-v35 .choice-card{
  min-height:74px;
  align-items:center;
  justify-content:space-between;
}

.inline-form-v35{
  display:inline-flex;
  margin:0;
}

.akun-actions-v35{
  align-items:center;
}

.akun-actions-v35 .btn{
  min-height:42px;
  padding:10px 14px;
  white-space:nowrap;
}

@media(max-width:1100px){
  .akun-choice-v35{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .akun-create-head-v35{
    display:grid;
    grid-template-columns:1fr;
  }

  .akun-choice-v35{
    grid-template-columns:1fr;
  }

  .akun-actions-v35,
  .inline-form-v35,
  .akun-actions-v35 .btn{
    width:100%;
  }

  .akun-actions-v35{
    display:grid;
    grid-template-columns:1fr;
  }

  .akun-table-v35 .action-row{
    gap:10px;
  }
}
