.registry-exam-subject{display:flex;flex-direction:column;gap:10px}
.registry-exam-subject h4{margin:8px 0 0;font-size:16px;font-weight:700}
.registry-exam-subject+.registry-exam-subject{margin-top:12px;padding-top:12px;border-top:1px solid #94a3b844}
.registry-exam-reason{margin-top:16px;padding:12px;border:1px solid #f59e0b;border-radius:10px}
.registry-exam-reason[hidden],.registry-exam-preview[hidden]{display:none!important}
.registry-exam-reason textarea{width:100%;min-height:80px;color:inherit;background:transparent;border:1px solid #94a3b8;border-radius:6px;padding:8px;font:inherit}
.registry-exam-preview{margin-top:16px}
.registry-exam-preview iframe{display:block;width:100%;height:360px;background:#fff;border:1px solid #94a3b8;border-radius:8px}
.registry-exam-preview h4{margin:0 0 8px;overflow-wrap:anywhere}
#registryExamEditor .registry-exam-attempt{align-items:center}
#registryExamEditor .registry-exam-attempt__number{font-weight:600}
#registryExamEditor .registry-exam-editor__body{overscroll-behavior:contain}

@media(min-width:701px){
  #registryExamEditor .registry-exam-attempt~.registry-exam-attempt .registry-exam-field>span,
  #registryExamEditor .registry-exam-attempt~.registry-exam-attempt .registry-exam-file>span{
    position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap
  }
  #registryExamEditor .registry-exam-attempt~.registry-exam-attempt .registry-exam-file small{display:none}
}
/* Compact editor, scoped so other archive forms keep their dimensions. */
#registryExamEditor .registry-exam-editor{width:min(880px,calc(100vw - 24px));border-radius:12px}
#registryExamEditor .registry-exam-editor__header{padding:10px 14px;gap:12px}
#registryExamEditor .registry-exam-editor__header h3{font-size:18px}
#registryExamEditor .registry-exam-editor__header p{margin-top:3px;font-size:13px}
#registryExamEditor .registry-exam-editor__close{flex-basis:32px;width:32px;height:32px;font-size:24px}
#registryExamEditor .registry-exam-editor__body{padding:10px 14px}
#registryExamEditor .registry-exam-editor__hint{margin-bottom:8px;padding:6px 8px;font-size:12px;line-height:1.35}
#registryExamEditor .registry-exam-editor__attempts{gap:6px}
#registryExamEditor .registry-exam-subject{gap:4px}
#registryExamEditor .registry-exam-subject h4{margin:2px 0;font-size:14px;line-height:1.3}
#registryExamEditor .registry-exam-subject+.registry-exam-subject{margin-top:4px;padding-top:6px}
#registryExamEditor .registry-exam-attempt{grid-template-columns:76px 146px 150px minmax(180px,1fr);gap:8px;padding:5px 8px;border-radius:7px}
#registryExamEditor .registry-exam-attempt__number{font-size:12px;white-space:nowrap}
#registryExamEditor .registry-exam-field,#registryExamEditor .registry-exam-file{gap:2px;font-size:11px;line-height:1.2;margin:0}
#registryExamEditor .registry-exam-field input,#registryExamEditor .registry-exam-field select,#registryExamEditor .registry-exam-file input{min-height:30px;height:30px;padding:4px 7px;border-radius:5px;font-size:13px;line-height:1.2}
#registryExamEditor .registry-exam-file{position:relative}
#registryExamEditor .registry-exam-file>span{padding-right:80px}
#registryExamEditor .registry-exam-file small{position:absolute;right:0;top:0;font-size:10px;line-height:1.2}
#registryExamEditor .registry-exam-file input{padding:3px 5px;font-size:12px;font-weight:400}
#registryExamEditor .registry-exam-file input::file-selector-button{padding:2px 7px;font:inherit;cursor:pointer}
#registryExamEditor .registry-exam-editor__status{min-height:0;margin-top:6px;font-size:12px}
#registryExamEditor .registry-exam-editor__status:empty{display:none}
#registryExamEditor .registry-exam-editor__footer{padding:8px 14px;gap:8px}
#registryExamEditor .registry-exam-editor__footer button{min-height:32px;padding:5px 14px;font-size:13px;border-radius:7px}
@media(max-width:700px){
  #registryExamEditor{padding:8px}
  #registryExamEditor .registry-exam-editor{width:100%;max-height:calc(100dvh - 16px)}
  #registryExamEditor .registry-exam-attempt{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px}
  #registryExamEditor .registry-exam-attempt__number,#registryExamEditor .registry-exam-file{grid-column:1/-1}
  #registryExamEditor .registry-exam-field input,#registryExamEditor .registry-exam-field select,#registryExamEditor .registry-exam-file input{min-height:40px;height:40px;font-size:16px}
  #registryExamEditor .registry-exam-editor__footer button{min-height:40px}
}

