#assesment {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  margin: 3vmin auto 1vmin auto;
  padding: 1em;
  text-align: center;
  line-height: 1em;
}


.threat-indicator {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  margin: 1.5em auto;
  max-width: 960px;
}

.level {
  flex: 1;
  max-width: 60px;
  height: 0.55em;
  border-radius: 4px;
  opacity: 0.15;
}

.level.active {
  opacity: 1;
}

.level.blue   { background-color: #3b82f6; }
.level.green  { background-color: #22c55e; }
.level.yellow { background-color: #eab308; }
.level.orange { background-color: #f97316; }
.level.red    { background-color: #ef4444; }

.threat-label {
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
  margin: 0.3em auto;
  max-width: 960px;
}

.threat-label.blue   { color: #3b82f6; }
.threat-label.green  { color: #22c55e; }
.threat-label.yellow { color: #eab308; }
.threat-label.orange { color: #f97316; }
.threat-label.red    { color: #ef4444; }


.threat-description {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.001em;
  line-height: 1.8em;
  text-align: justify;
  white-space: pre-line;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 12px;
}
