.back-points-wrapper {
    position: relative;
}

.back-points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  background-color: #fef4ed;
  padding: 6px 12px;
  margin-top: 12px;
}

.back-points span:first-child {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4d4d4d;
}

.back-points span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
}

.back-points button {
  border: none;
  outline: none;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 8px;
}

.back-points-modal {
  width: 100%;
  max-width: 297px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 0px 20px 0px #2f2f2f33;
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  z-index: 200;
  transform: translateX(-50%);
}

.back-points-modal .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.back-points-modal .title button {
  border: none;
  outline: none;
  background-color: transparent;
}

.back-points-modal .title > img {
  width: 86px;
}

.back-points-modal .content p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  color: #000;
  margin: 0;
}

.back-points-modal .content p span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #f18917;
  text-decoration: underline;
}

.back-points-btn-modal-init {
  position: relative;
}

.back-points-btn-modal-init .back-points-modal {
  position: absolute;
  top: 0;
  left: 0;
}
