ul {
  list-style-type: disc;
  list-style-position: outside;
}

#heading {
  padding-bottom: 0;
}

#messageWW {
  position: relative; /* for #messageWrapper,#result */

  width: 100%;
  max-width: 50rem;
  padding: 0 0.5rem 0 0.5rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

#messageWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

#messageWrapper > #result {
  top: 0;
}

#message {
  font-size: 1rem;
}

.guide {
  font-weight: normal;
}

#sectionsWrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sectionWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-bottom: 1rem;
}

.sectionHeading {
  font-size: 1.1rem;
  font-weight: bold;

  display: flex;
  width: 100%;
}

.product {
  width: 100%;
}

.productSum {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.productDet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.goodW {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.good {
  margin-top: 0.5rem;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#learnMore {
  margin-right: 1rem;
}

#loginFirst {
  margin-top: 0.5rem;
}

.featureImgWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featureImg, .productDetText {
  width: 100%;
  max-width: 20rem;
}

.productDetText, .fProductDetText {
  background-color: var(--color-primary-fill);
}

.fProductDetText {
  max-width: 40rem;
  padding: 1rem;
}

.productDetText {
  padding-bottom: 1rem;
}

.demo {
  display: flex;
  justify-content: center;
  margin: 1rem;
}

.featureItem {
  padding: 0.25rem;
}

div.retracted {
  display: none;
}

#sectionCoffee {
  margin-top: 1rem;
  align-items: flex-end;
}

#lookingW {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#looking {
  font-size: 0.95rem;
  font-style: italic;
  margin-bottom: 0.2rem;
}

#buttonUpgrade {
  padding: 1rem;
}

#proDone {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.doneTick {
  margin-right: 0.5rem;
  height: 2rem;
}
