body .hiapi-redeem-panel {
  padding: 24px !important;
  border: 1px solid #efbfd3 !important;
  border-radius: 12px !important;
  background: #fff7fb !important;
  box-shadow: 0 12px 30px rgba(172, 54, 104, .08) !important;
}

body .hiapi-redeem-title {
  color: #28222c !important;
  font-size: 17px !important;
  font-weight: 750 !important;
  line-height: 1.5 !important;
}

body .hiapi-get-redemption {
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-left: 8px !important;
  padding: 0 18px !important;
  border: 1px solid #b93f72 !important;
  border-radius: 7px !important;
  color: #fff !important;
  background: #b93f72 !important;
  box-shadow: 0 8px 18px rgba(185, 63, 114, .2) !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease !important;
}

body .hiapi-get-redemption-text {
  color: inherit !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

body .hiapi-get-redemption:hover {
  color: #fff !important;
  background: #a93465 !important;
  box-shadow: 0 11px 22px rgba(185, 63, 114, .27) !important;
  transform: translateY(-1px) !important;
}

body .hiapi-get-redemption:focus-visible {
  outline: 3px solid rgba(185, 63, 114, .25) !important;
  outline-offset: 3px !important;
}

body .hiapi-redeem-input {
  min-height: 44px !important;
  border-color: #dabdca !important;
  background: #fff !important;
  font-size: 15px !important;
}

body .hiapi-redeem-input:focus-within {
  border-color: #b93f72 !important;
  box-shadow: 0 0 0 3px rgba(185, 63, 114, .11) !important;
}

body .hiapi-redeem-submit {
  min-height: 44px !important;
  padding: 0 18px !important;
  border-color: #20232d !important;
  border-radius: 7px !important;
  color: #fff !important;
  background: #20232d !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  box-shadow: 0 8px 18px rgba(32, 35, 45, .14) !important;
}

body .hiapi-redeem-submit:hover {
  border-color: #303541 !important;
  background: #303541 !important;
}

@media (max-width: 640px) {
  body .hiapi-redeem-panel { padding: 18px !important; }
  body .hiapi-redeem-title { font-size: 16px !important; }
  body .hiapi-get-redemption {
    min-height: 50px !important;
    margin-left: 6px !important;
    padding: 0 14px !important;
    font-size: 30px !important;
  }
  body .hiapi-get-redemption-text { font-size: 30px !important; }
}
