/* LNIModal-body */

.LNIModal-body__chart-img {
  width: calc(100% - 20px);
  max-width: 680px;
  margin: 30px auto;
}

.LNIModal-body__recommend-img {
  display: flex;
  width: calc(100% - 20px);
  max-width: 680px;
  margin: 0 auto 30px;
}

.LNIModal-body__recommend-img img {
  flex: 1;
  min-width: 0;
}

.LNIModal-body__recommend-img img:not(:last-child) {
  margin-right: 17px;
}

/* END: LNIModal-body */
