.exam-template-box {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(21, 101, 192, 0.18);
}

.exam-template-hint {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: inherit;
}

.exam-template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.exam-template-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}
