.voucher-detail[data-v-740ce289] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2rem;
  background-color: #fff;
  min-height: 100%;
}
.voucher-detail[data-v-740ce289]::-webkit-scrollbar-thumb {
  background-color: #f4f4f5;
}
.voucher-detail .voucher-detail-title[data-v-740ce289] {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.voucher-detail .voucher-detail-content[data-v-740ce289] {
  margin-top: 1rem;
}
.voucher-detail .voucher-detail-content .voucher-detail-content-item[data-v-740ce289] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  align-items: flex-start;
}
.voucher-detail .voucher-detail-content .voucher-detail-content-item span[data-v-740ce289]:first-child {
  color: #777;
  width: 35%;
  margin-right: 10%;
}
.voucher-detail .voucher-detail-content .voucher-detail-content-item span[data-v-740ce289]:last-child {
  color: #333;
  text-align: right;
  overflow-wrap: break-word;
  width: 55%;
}
.voucher-detail .voucher-detail-content .voucher-detail-content-item div img[data-v-740ce289] {
  width: 10rem;
  border-radius: 5px;
}

