.top-message {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.effect-list-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

.effect-item {
  list-style: decimal;
  list-style-position: inside;
}
.effect-item::marker {
  font-size: 1.2rem;
}

.effect-item__title {
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  white-space: nowrap;
  display: inline-block;
}

.microbubble-text__line,
.effect-text__line {
  display: inline-block;
  margin-bottom: 1rem;
}

.bottom-message {
  margin: 2rem 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.bottom-message__line {
  display: inline-block;
}

.microbubble-text__line--highlight {
  font-weight: bold;
}

.microbubble-button {
  text-align: center;
  max-width: 15rem;
  margin: 0 auto;
}
