.installation {
  background: #fcfcfc;
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  color: #3d3d3d;
  margin-top: 10px;
  padding: 12px;
  position: relative;
}

.installation h2 {
  color: #262526;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.installation h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.installation__qr {
  text-align: center;
}

.installation__qr p {
  font-size: 10px;
  margin: 4px 0 0 0;
}

.installation__manual {
  margin-top: 12px;
}

.installation__list {
  width: 100%;
  font-size: 10px;
}

.installation__row {
  border-bottom: 1px solid #e6e6e6;
  padding: 4px 0;
}

.installation__label {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  width: 20%;
}

.installation__value {
  display: inline-block;
  vertical-align: top;
  width: 78%;
}

.is-mono {
  font-family: monospace;
  word-break: break-all;
}

.installation__steps {
  margin-top: 16px;
}

.installation__steps ol {
  font-size: 10px;
  margin: 0;
  padding: 0 16px;
}
