/* CSS Document */
#skyltfonster .ingress {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-weight: 500;
}

#skyltfonster h2 {
  margin-top: 2em;
  font-size: 1.4em;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.2em;
}

#skyltfonster .step-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 1.5em;
  align-items: flex-start;
}

#skyltfonster .step-image {
  flex: 1 1 300px;
  text-align: center;
}

#skyltfonster .step-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#skyltfonster .step-text {
  flex: 1 1 300px !important;
}

.step-text ol {
  padding-left: 1.5em !important;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  margin: 0;
}

.step-text li {
  display: list-item !important;
  float: none !important;
  text-align: left !important;
  font-size: 1rem !important;
  text-transform: none !important;
  font-family: inherit !important;
  line-height: 1.6 !important;
  margin-bottom: 0.8em !important;
}

