.page-manual-entry {
  background: #FFF6F5;
}

.manual-entry__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 117px;
}

@media screen and (max-width: 767px) {
  .manual-entry__list {
    margin-block: 24px 60px;
  }
}

.manual-entry__item {
  background: #fff;
}

.manual-entry__item--image {
  width: 60px;
  margin-bottom: 16px;
}

.manual-entry__item--title {
  margin-bottom: 21px;
  font-size: 15px;
  font-weight: 700;
}

.manual-entry__item--text {
  font-size: 13px;
  line-height: 1.8;
}

.manual-entry__item--notice {
  margin-top: 12px;
  width: 100%;
  font-size: 12px;
  line-height: 1.63;
  background: #FFF6F5;
  padding: 12px 10px;
}

.manual-entry__item--note {
  display: flex;
  gap: 2px;
  align-items: center;
  place-self: flex-start;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .manual-entry__item--note {
    align-items: flex-start;
  }
}

.manual-entry__item--note--image {
  width: 16px;
  height: 16px;
}

.manual-entry__item--note--text {
  font-size: 11px;
}

.manual-entry__item--gap {
  padding-block: 11px;
  margin-inline: auto;
}

.manual-entry__item--gap--image {
  width: 28px;
  height: 28px;
}

.manual-entry__item--inner {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 20px 12px 16px;
}