.pv-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  margin: 10px 0 12px;
}
.pv-wrap .pv-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.pv-wrap .pv-badge {
  background: #e53935;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  padding: 7px 8px;
  border-radius: 6px;
  min-width: 44px;
  text-align: center;
  flex: 0 0 auto;
}
.pv-wrap .pv-text {
  min-width: 0;
}
.pv-wrap .pv-text .pv-line1 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}
.pv-wrap .pv-text .pv-line1 strong {
  letter-spacing: 0.2px;
}
.pv-wrap .pv-text .pv-save {
  color: #e53935;
  font-weight: 800;
  white-space: nowrap;
}
.pv-wrap .pv-text .pv-line2 {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
.pv-wrap .pv-text .pv-line2 strong {
  color: #000;
  font-weight: 800;
}
.pv-wrap .pv-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}
.pv-wrap .pv-buy,
.pv-wrap .pv-code {
  line-height: 1.1;
}
.pv-wrap .pv-buy {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  color: #18a0b9;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
.pv-wrap .pv-buy:hover {
  filter: brightness(0.9);
}
.pv-wrap .pv-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px dashed #e53935;
  border-radius: 8px;
  color: #e53935;
  font-weight: 900;
  letter-spacing: 0.4px;
  background: rgba(229, 57, 53, 0.06);
  cursor: pointer;
  user-select: all;
  white-space: nowrap;
}
.pv-wrap .pv-code.is-copied {
  border-style: solid;
  background: rgba(46, 125, 50, 0.08);
  color: #18a0b9;
}
@media (max-width: 520px) {
  .pv-wrap .pv-right {
    align-items: stretch;
  }
  .pv-wrap .pv-buy {
    text-align: left;
  }
  .pv-wrap .pv-code {
    justify-content: center;
  }
}

.pv-modal-note {
  margin: 0 0 12px 0;
}
.pv-modal-note__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: rgba(26, 188, 156, 0.08);
}
.pv-modal-note__title {
  font-weight: 700;
  margin-bottom: 2px;
}
.pv-modal-note__line {
  font-size: 14px;
  line-height: 1.35;
}
.pv-modal-note__cta {
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}
.pv-modal-note__cta:hover {
  text-decoration: none;
  filter: brightness(0.98);
}

.pv-chip {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  font-weight: 800;
}

.pv-muted {
  opacity: 0.75;
  margin-left: 6px;
}

@media (max-width: 399px) {
  .pv-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .pv-wrap .pv-left {
    width: 100%;
  }
  .pv-wrap .pv-right {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  .pv-wrap .pv-buy {
    white-space: nowrap;
    max-width: 50%;
  }
  .pv-wrap .pv-code {
    flex: 1 1 auto;
    justify-content: center;
    max-width: 45%;
  }
}

/*# sourceMappingURL=style.css.map */
