/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
   ... Steps Layout Configuration ..........................................
 */

div.projectdoc-steps .projectdoc-has-id-or-tags.step.step-level-1,
div.projectdoc-steps .step-level-1,
div.projectdoc-steps .step-level-1:first-child {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

div.projectdoc-steps .step-level-2 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

div.projectdoc-steps .step-level-3 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

div.projectdoc-steps .step-level-4 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

div.projectdoc-steps .step-level-5 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

div.projectdoc-steps .step-level-6 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}


div.projectdoc-steps .step {
  margin: 1em 0 -0.15em 0;
}

div.projectdoc-steps div.projectdoc-section p,
div.projectdoc-steps div.projectdoc-section ul,
div.projectdoc-steps div.projectdoc-section ol,
div.projectdoc-steps div.projectdoc-section dl,
div.projectdoc-steps div.projectdoc-section blockquote,
div.projectdoc-steps div.projectdoc-section pre,
div.projectdoc-steps div.projectdoc-section form.aui,
div.projectdoc-steps div.projectdoc-section table.aui,
div.projectdoc-steps div.projectdoc-section .aui-tabs,
div.projectdoc-steps div.projectdoc-section .aui-panel,
div.projectdoc-steps div.projectdoc-section .aui-group {
  margin: 0.75em 0 0 0;
}
