/* style.css */
.bold-text {
  font-weight: bold;
}

.center-text {
  text-align: center;
}

.left-align {
  text-align: left;
}

.min-width-30 {
  min-width: 30px;
}

.vertical-align-top {
  vertical-align: top;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.width-93 {
  width: 93%;
}

.align-center {
  align: center;
}

.compact-layout {
  layout: compact;
}

.underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* Additional styles for IntroductionStep */
.intro-margin-bottom {
  margin-bottom: 20px;
}

.intro-red-text {
  font-size: 1em;
  color: red;
}
