.small-features-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.long-feature-icon-wrapper {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}

.long-feature-icon {
  height: 25px;
}

.long-feature-title,
.small-paragraph {
  color: #133c55;
}

.instructions {
  margin: 25px 0;
}

.version-warning {
  display: none;
}
