.pwdna_gift_voucher_form_wrapper {
  --main-color: #d23b3b;
}

.pwdna_gift_voucher_form_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.pwdna_gift_voucher_content_wrapper {
  width: 60%;
}

.pwdna_title_wraper {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  border-bottom: 2px solid var(--main-color);
}

.pwdna_form_wraper form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pwdna_form_input {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pwdna_form_input label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pwdna_form_input input {
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 2px;
  font-size: 18px;
}

.pwdna_form_input input[type="text"] {
  padding: 10px;
  border: 2px solid var(--main-color);
}

.pwdna_form_input input[type="button"] {
  color: #ffffff;
  padding: 15px;
  background-color: var(--main-color);
  cursor: pointer;
  text-transform: uppercase;
}

.pwdna_voucher_details {
  display: flex;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 0px;
  border: 1px solid #1a1a1a;
  margin-bottom: 20px;
}

.pwdna_voucher_details_header {
  text-align: center;
}

.pwdna_voucher_details_header,
.pwdna_voucher_detail_item_title,
.pwdna_voucher_detail_item_text {
  border: 1px solid #1a1a1a;
  padding: 10px;
  margin-bottom: 10px;
}

.pwdna_voucher_detail_item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pwdna_voucher_detail_item_title,
.pwdna_voucher_detail_item_text {
  width: 48%;
}

.pwdna_voucher_details_header,
.pwdna_voucher_detail_item_title {
  font-weight: 700;
}

.pwdna_field_error {
  border: 2px solid #bf4444 !important;
  box-shadow: 0 0 10px #bf4444;
}

.pwdna_voucher_result {
  display: none;
}

.pwdna_voucher_result_active {
  display: block !important;
}

#pwdna_mark_as_used_btn {
  opacity: 0.7;
  cursor: not-allowed;
}

.pwdna_mark_as_used_btn_active {
  opacity: 1 !important;
  cursor: pointer !important;
}

/*
  - Hide Add to cart fields on the front-end
  - Hide meta feilds on the cart page
  - Hide Add to cart fields on the front-end
*/
#pwgc-purchase-container,
.variation-To,
.variation-From{
  display: none !important;
}