body.shop-shell-v2 .shop-claim-voucher-v2 {
  display: grid;
  gap: 20px;
  margin: 0 0 32px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__card {
  overflow: hidden;
  border: 1px solid rgba(60, 63, 63, 0.06);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

body.shop-shell-v2 .shop-claim-voucher-v2__header {
  padding: 40px 44px 0;
  color: #3c3f3f;
  background: #fff;
}

body.shop-shell-v2 .shop-claim-voucher-v2__card--secondary .shop-claim-voucher-v2__header {
  padding-top: 28px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__eyebrow {
  display: none;
}

body.shop-shell-v2 .shop-claim-voucher-v2__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__title {
  margin: 0;
  color: #3c3f3f;
  font-size: clamp(23px, 2.8vw, 31px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-claim-voucher-v2__body {
  padding: 28px 44px 44px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__description {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #3c3f3f;
  font-size: var(--shop-v2-font-size-xl, 16px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

body.shop-shell-v2 .shop-claim-voucher-v2__message {
  max-width: 920px;
  margin: 0 auto 24px;
  border: 1px solid rgba(180, 125, 25, 0.18);
  border-radius: 14px;
  color: #76591d;
  background: #fff9e9;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

body.shop-shell-v2 .shop-claim-voucher-v2__form,
body.shop-shell-v2 .shop-claim-voucher-v2__partner-form {
  width: 100%;
  margin: 0 auto;
}

body.shop-shell-v2 .shop-claim-voucher-v2__input-group {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

body.shop-shell-v2 .shop-claim-voucher-v2__input {
  min-height: 60px;
  flex: 1 1 auto;
  border: 2px solid rgba(60, 63, 63, 0.16);
  border-radius: 17px;
  color: #3c3f3f;
  background: #fff;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-claim-voucher-v2__input:focus,
body.shop-shell-v2 .shop-claim-voucher-v2 select:focus {
  border-color: var(--shop-v2-main-color, #5dc4f1);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 20%, transparent);
  outline: 0;
}

body.shop-shell-v2 .shop-claim-voucher-v2__submit {
  display: inline-flex;
  min-width: 150px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 28px;
  border: 0;
  border-radius: 17px;
  color: var(--shop-v2-buy-buttons-text-color, var(--shop-v2-secondary-color, #fff));
  background: var(--shop-v2-buy-buttons-bg-color, var(--shop-v2-main-color-text-color, #3c3f3f));
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.shop-shell-v2 .shop-claim-voucher-v2__submit:hover,
body.shop-shell-v2 .shop-claim-voucher-v2__submit:focus {
  color: var(--shop-v2-buy-buttons-text-color, var(--shop-v2-secondary-color, #fff));
  background: color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color, var(--shop-v2-main-color-text-color, #3c3f3f)) 86%, var(--shop-v2-main-color, #5dc4f1));
}

body.shop-shell-v2 .shop-claim-voucher-v2__status {
  display: flex;
  width: min(100%, 560px);
  gap: 14px;
  align-items: center;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 30%, transparent);
  border-radius: 16px;
  color: #3c3f3f;
  background: color-mix(in srgb, var(--shop-v2-main-color, #5dc4f1) 10%, #fff);
  text-align: left;
}

body.shop-shell-v2 .shop-claim-voucher-v2__status > .glyphicon {
  color: var(--shop-v2-main-color, #5dc4f1);
  font-size: 22px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__status strong,
body.shop-shell-v2 .shop-claim-voucher-v2__status span:not(.glyphicon) {
  display: block;
}

body.shop-shell-v2 .shop-claim-voucher-v2__status span:not(.glyphicon) {
  margin-top: 3px;
  color: #66717d;
}

body.shop-shell-v2 .shop-claim-voucher-v2__rich-message {
  width: min(100%, 900px);
  margin: 0 auto 24px;
  color: #4f5963;
  line-height: 1.6;
  text-align: center;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__field label {
  display: block;
  margin: 0 0 8px;
  color: #3c3f3f;
  font-size: 14px;
  font-weight: 700;
}

body.shop-shell-v2 .shop-claim-voucher-v2__field .form-control {
  min-height: 48px;
  border: 1.5px solid rgba(60, 63, 63, 0.16);
  background: #fff;
}

body.shop-shell-v2 .shop-claim-voucher-v2__field input.form-control {
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-form > .shop-claim-voucher-v2__submit {
  display: flex;
  margin: 20px auto 0;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-note {
  margin: 24px auto 0;
  color: #66717d;
  text-align: center;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  padding: 28px;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-link {
  display: flex;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #e3e9ee;
  border-radius: 16px;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-link:hover,
body.shop-shell-v2 .shop-claim-voucher-v2__partner-link:focus {
  border-color: var(--shop-v2-main-color, #5dc4f1);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-link img {
  display: block;
  max-width: 100%;
  max-height: 78px;
  object-fit: contain;
}

body.shop-shell-v2 .shop-claim-voucher-v2__partner-name {
  color: #3c3f3f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

body.shop-shell-v2 .shop-claim-voucher-v2__card--partner-page > .panel {
  margin: 0;
  border: 0;
  box-shadow: none;
}

@media (max-width: 700px) {
  body.shop-shell-v2 .shop-claim-voucher-v2__header,
  body.shop-shell-v2 .shop-claim-voucher-v2__body {
    padding-right: 18px;
    padding-left: 18px;
  }

  body.shop-shell-v2 .shop-claim-voucher-v2__header {
    padding-top: 26px;
  }

  body.shop-shell-v2 .shop-claim-voucher-v2__input-group {
    flex-direction: column;
  }

  body.shop-shell-v2 .shop-claim-voucher-v2__submit {
    min-height: 52px;
    width: 100%;
  }

  body.shop-shell-v2 .shop-claim-voucher-v2__partner-fields {
    grid-template-columns: 1fr;
  }

  body.shop-shell-v2 .shop-claim-voucher-v2__partner-list {
    padding: 18px;
  }
}
