.FeatureList {
  list-style-type: "\2713";
}
.FeatureList > li {
  width: fit-content;
  /* Horizontally center the <ul> */
  margin: 0 auto;
}
.NightCount-Container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
}
.NightCount {
  text-align: right;
  padding: 1px 16px;
}
.PriceContainer:hover {
  transform: scale(1.01);
}

@media only screen and (max-width: 1023px) {
  .PriceContainer:hover {
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  /* Reuse the original ._List style for mobiles */
  .FeatureList > li {
    margin-left: 16px;
    padding-left: 2px;
  }
}
