.section {
  margin-top: 100px;
}
.npl-test-container {
  max-width: 840px;
  margin: 24px auto;
  padding: 0 12px;
}
.npl-title {
  margin: 8px 0 16px;
}
.npl-card {
  background: var(--card-bg, #fff);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}
.row {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;

}
.row:not(:first-child){
    border-top:1px dashed #ddd;
    margin-top:15px;
    padding-top:15px;
}
.npl-meta-form input:not([type="checkbox"]):not([type="radio"]),
.npl-meta-form select,
 .npl-meta-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  height:50px;
  border-radius: 10px;
 
}
input[type="radio"]{
    all:revert; 
    width:24px;
    height:24px;
}
.btn-primary {
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  background: #1f6feb;
  color: #fff;
  cursor: pointer;
}
.btn-ghost {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.npl-quiz-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.npl-q {
  padding: 12px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  margin-bottom: 12px;
}
.npl-q textarea{
    margin-top: 10px;
    resize: auto;
}
.npl-opt {
  display: flex;
  margin:10px 0 0 0;
    align-items: center;
}
.npl-opt input{
    margin: 0;
    margin-right: 10px;
}
.npl-hint {
  color: #666;
  font-size: 12px;
}
.npl-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.npl-modal-body {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  width: 420px;
  max-width: 92vw;
}
.npl-modal-actions {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.npl-table {
  width: 100%;
  border-collapse: collapse;
}
.npl-table th,
.npl-table td {
  border: 1px solid #eee;
  padding: 8px 10px;
}
.ck-editor__editable_inline { min-height: 160px; }

.form-poppup {
  left: 99999999px;
}
.sun-editor,.sun-editor-editable{
  font-family: inherit!important;
}