.pd-voucher-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.34rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 999px;
  white-space: nowrap;
}

.pd-voucher-header-btn .fa-ticket {
  font-size: 0.76rem;
  opacity: 0.92;
}

.pd-voucher-header-btn .btn-text {
  letter-spacing: 0.01em;
}

.pd-voucher-header-btn__download {
  font-size: 0.66rem;
  margin-left: 0.1rem;
  opacity: 0.88;
}

.pd-voucher-header-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.pd-voucher-header-btn.is-ready:not(:disabled) {
  opacity: 1;
}

.pd-mobile-right .pd-voucher-header-btn {
  padding: 0.32rem 0.52rem;
  font-size: 0.68rem;
}

.pd-mobile-right .pd-voucher-header-btn .btn-text {
  display: none;
}

@media (min-width: 400px) {
  .pd-mobile-right .pd-voucher-header-btn .btn-text {
    display: inline;
  }
}

.pd-voucher-banner .b-icon {
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
}

.pd-voucher-user-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  margin-bottom: 18px;
  border: 1px solid #dbe7ff;
  border-radius: 18px;
  background: #f8fbff;
}

.pd-voucher-user-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pd-voucher-user-card__name {
  margin: 0;
  font-weight: 700;
  color: #10224d;
}

.pd-voucher-user-card__meta {
  margin: 0.15rem 0 0;
  color: #5b6b88;
  font-size: 0.92rem;
}

.pd-voucher-state {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 2rem 1rem;
  color: #5b6b88;
  text-align: center;
}

.pd-voucher-state--empty {
  flex-direction: column;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-requirement-modal__backdrop {
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-modal__dialog {
  width: fit-content;
  max-width: min(1200px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  height: auto;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}



.pd-voucher-modal__content {
  width: 100%;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-modal__content {
  padding: 0;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-state {
  color: rgba(255, 255, 255, 0.88);
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-state
  .spinner-border {
  color: #fff;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-list {
  gap: 0;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-artcard {
  gap: 0;
  width: min(1200px, calc(100vw - 32px), calc((100vh - 80px) * 2508 / 1412));
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-pagination {
  margin-top: 14px;
  justify-content: center;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-page-btn {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.pd-voucher-modal--image-only:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-page-meta {
  color: rgba(255, 255, 255, 0.82);
}

.pd-voucher-modal--properties .pd-voucher-modal__dialog,
.pd-voucher-modal--projects .pd-voucher-modal__dialog {
  width: min(1120px, 100%);
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.pd-voucher-modal--properties .pd-voucher-modal__content,
.pd-voucher-modal--projects .pd-voucher-modal__content {
  padding: 18px 20px 22px;
}

.pd-voucher-modal--properties .pd-voucher-step-head__title,
.pd-voucher-modal--projects .pd-voucher-step-head__title {
  color: #10224d;
}

.pd-voucher-modal--properties .pd-voucher-back-btn,
.pd-voucher-modal--projects .pd-voucher-back-btn {
  color: #0d6efd;
}

.pd-voucher-modal__dialog {
  max-height: min(92vh, 920px);
  overflow-y: auto;
}

.pd-voucher-step--properties,
.pd-voucher-step--projects {
  padding-top: 0.25rem;
}

.pd-voucher-step-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.pd-voucher-back-btn {
  border: 0;
  background: transparent;
  color: #0d6efd;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.pd-voucher-step-head__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #10224d;
}

.pd-voucher-properties-section,
.pd-voucher-projects-section {
  margin-top: 0.25rem;
}

.pd-voucher-property-skeleton .property-skeleton-card,
.pd-voucher-project-skeleton .property-skeleton-card {
  min-height: 420px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #eef2f7;
  animation: pdVoucherSkeletonPulse 1.2s ease-in-out infinite;
}

.pd-voucher-skel-card {
  height: 100%;
  min-height: 420px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pd-voucher-skel-img {
  height: 220px;
  background: #eef2f7;
  animation: pdVoucherSkeletonPulse 1.2s ease-in-out infinite;
}

.pd-voucher-skel-body {
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.pd-voucher-skel-line {
  height: 12px;
  border-radius: 999px;
  background: #eef2f7;
  animation: pdVoucherSkeletonPulse 1.2s ease-in-out infinite;
}

.pd-voucher-skel-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.pd-voucher-skel-pill {
  flex: 1;
  height: 42px;
  border-radius: 12px;
  background: #eef2f7;
  animation: pdVoucherSkeletonPulse 1.2s ease-in-out infinite;
}

.pd-voucher-skel-pill--short {
  max-width: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
}

@keyframes pdVoucherSkeletonPulse {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}

.pd-voucher-action {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.pd-voucher-shell {
  overflow: hidden;
}

.pd-voucher-user-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  margin-bottom: 18px;
  border: 1px solid #dbe7ff;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
}

.pd-voucher-user-card__content {
  min-width: 0;
}

.pd-voucher-user-card__stats {
  text-align: center;
}

.pd-voucher-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 0.45rem 0.75rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #dbe7ff;
}

.pd-voucher-stat strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.1;
  color: #0d6efd;
}

.pd-voucher-stat small {
  color: #5b6b88;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pd-voucher-list {
  display: grid;
  gap: 16px;
}

.pd-voucher-modal:not(.pd-voucher-modal--properties):not(.pd-voucher-modal--projects)
  .pd-voucher-modal__dialog {
  width: fit-content;
  max-width: min(1200px, calc(100vw - 32px));
}

.pd-voucher-artcard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(1200px, calc(100vw - 32px), calc((100vh - 80px) * 2508 / 1412));
}

.pd-voucher-artcard__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 2508 / 1412;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
  background: transparent;
}

.pd-voucher-artcard__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pd-voucher-artcard__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pd-voucher-artcard__overlay p {
  position: absolute;
  margin: 0;
  color: #003791;
  font-weight: 700;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pd-voucher-artcard__voucher-no {
  top: 13%;
  right: 14.5%;
  left: auto;
  max-width: 34%;
  text-align: right;
  font-size: clamp(0.72rem, 1.55vw, 1rem);
  letter-spacing: 0.02em;
}

.pd-voucher-artcard__amount {
  top: 54.5%;
  left: 6.5%;
  max-width: 42%;
  font-size: clamp(1.05rem, 3.2vw, 2rem);
  font-weight: 800;
  color: #f58220;
  letter-spacing: -0.02em;
}

.pd-voucher-artcard__customer,
.pd-voucher-artcard__code,
.pd-voucher-artcard__issued,
.pd-voucher-artcard__valid {
  bottom: 19.2%;
  max-width: 22%;
  text-align: center;
  font-size: clamp(0.58rem, 1.05vw, 0.84rem);
  font-weight: 600;
  color: #1a3366;
}

.pd-voucher-artcard__customer {
  left: 10.5%;
}

.pd-voucher-artcard__code {
  left: 29.5%;
}

.pd-voucher-artcard__issued {
  left: 48.5%;
}

.pd-voucher-artcard__valid {
  left: 63.5%;
}

.pd-voucher-artcard__status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dbe7ff;
  color: #0d6efd;
}

.pd-voucher-artcard__status.is-expired {
  color: #b42318;
  border-color: #fecaca;
}

.pd-voucher-artcard.is-expired .pd-voucher-artcard__canvas {
  opacity: 0.88;
}

.pd-voucher-artcard__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pd-voucher-artcard__toolbar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.pd-voucher-artcard__toolbar-no {
  display: none;
  margin: 0;
  max-width: none;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  color: #003791;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pd-voucher-artcard__toolbar .pd-voucher-download-btn,
.pd-voucher-artcard__toolbar .pd-voucher-close-btn {
  position: static;
  top: auto;
  right: auto;
  pointer-events: auto;
  flex-shrink: 0;
}

.pd-voucher-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #1a1a1a;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, background 0.18s ease;
}

.pd-voucher-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #003791;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, background 0.18s ease;
}

.pd-voucher-close-btn:hover {
  transform: scale(1.06);
  background: #fff;
}

.pd-voucher-download-btn:hover {
  transform: scale(1.06);
  background: #fff;
  color: #f58220;
}

.pd-voucher-download-btn:disabled,
.pd-voucher-download-btn.is-busy {
  opacity: 0.65;
  cursor: wait;
}

.pd-voucher-artcard__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  top:10px;
  right: 10px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 575.98px) {
  .pd-voucher-artcard__voucher-no {
    /* On mobile, voucher no moves into toolbar with icons */
    display: none;
  }

  .pd-voucher-artcard__amount {
    top: 38.5%;
    left: 7%;
    max-width: 46%;
    font-size: 1rem;
  }

  .pd-voucher-artcard__customer,
  .pd-voucher-artcard__code,
  .pd-voucher-artcard__issued,
  .pd-voucher-artcard__valid {
    bottom: 18.6%;
    font-size: 0.42rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.05;
  }

  /* Keep customer name inside its column — shrink before overflow */
  .pd-voucher-artcard__customer {
    left: 8.8%;
    max-width: 16.5%;
    font-size: clamp(0.34rem, 2.1vw, 0.46rem);
    transform: translateX(0);
  }

  .pd-voucher-artcard__code {
    left: 28.8%;
    max-width: 15%;
  }

  .pd-voucher-artcard__issued {
    left: 47.8%;
    max-width: 12%;
  }

  .pd-voucher-artcard__valid {
    left: 63%;
    max-width: 14%;
  }

  .pd-voucher-artcard__toolbar {
    top: 6px;
    right: 6px;
    left: auto;
    max-width: calc(100% - 12px);
    justify-content: flex-end;
    gap: 6px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pd-voucher-artcard__toolbar-no {
    display: block;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 9.5rem;
    padding: 0.2rem 0.35rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.58rem, 2.8vw, 0.72rem);
    text-align: right;
  }

  .pd-voucher-close-btn,
  .pd-voucher-download-btn {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    background: rgba(255, 255, 255, 0.94);
  }

  .pd-voucher-download-btn {
    color: #003791;
  }

  .pd-voucher-close-btn {
    color: #1a1a1a;
  }
}

.pd-voucher-ticket {
  position: relative;
  border-radius: 22px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(102, 16, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe7ff;
  box-shadow: 0 14px 34px rgba(16, 34, 77, 0.08);
}

.pd-voucher-ticket::before,
.pd-voucher-ticket::after {
  content: "";
  position: absolute;
  top: 62%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f4f7fc;
  border: 1px solid #dbe7ff;
}

.pd-voucher-ticket::before {
  left: -9px;
}

.pd-voucher-ticket::after {
  right: -9px;
}

.pd-voucher-ticket__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.pd-voucher-ticket__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pd-voucher-ticket__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
  color: #fff;
  flex-shrink: 0;
}

.pd-voucher-ticket__eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5b6b88;
  font-weight: 700;
}

.pd-voucher-ticket__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: #10224d;
}

.pd-voucher-ticket__amount-wrap {
  padding: 14px 16px;
  border-radius: 16px;
  background: #10224d;
  color: #fff;
  margin-bottom: 14px;
}

.pd-voucher-ticket__amount-label {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  opacity: 0.78;
}

.pd-voucher-ticket__amount {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
}

.pd-voucher-ticket__code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 12px;
}

.pd-voucher-ticket__code-label {
  font-size: 0.78rem;
  color: #5b6b88;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pd-voucher-ticket__code strong {
  font-size: 1rem;
  color: #0d6efd;
  letter-spacing: 0.08em;
}

.pd-voucher-ticket__renewable {
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #0d6efd;
  font-size: 0.72rem;
  font-weight: 700;
}

.pd-voucher-ticket__desc {
  color: #42526e;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 12px;
}

.pd-voucher-ticket__desc p:last-child {
  margin-bottom: 0;
}

.pd-voucher-ticket__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.pd-voucher-ticket__meta div {
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #edf2ff;
}

.pd-voucher-ticket__meta span {
  display: block;
  font-size: 0.74rem;
  color: #5b6b88;
  margin-bottom: 0.15rem;
}

.pd-voucher-ticket__meta strong {
  color: #10224d;
  font-size: 0.88rem;
}

.pd-voucher-ticket__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pd-voucher-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pd-voucher-action:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.pd-voucher-action--property {
  background: #0d6efd;
  color: #fff;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.22);
}

.pd-voucher-action--property:hover {
  color: #fff;
}

.pd-voucher-action--project {
  background: #fff;
  color: #10224d;
  border: 1px solid #dbe7ff;
  box-shadow: 0 8px 20px rgba(16, 34, 77, 0.06);
}

.pd-voucher-card {
  border: 1px solid #dbe7ff;
  border-radius: 18px;
  padding: 16px 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 34, 77, 0.06);
}

.pd-voucher-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pd-voucher-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #10224d;
}

.pd-voucher-card__amount {
  margin: 0;
  font-weight: 800;
  color: #0d6efd;
  white-space: nowrap;
}

.pd-voucher-card__code {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #0d6efd;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.pd-voucher-card__desc {
  color: #42526e;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}

.pd-voucher-card__desc p:last-child {
  margin-bottom: 0;
}

.pd-voucher-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  color: #5b6b88;
  font-size: 0.84rem;
}

.pd-voucher-card__property {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #dbe7ff;
  color: #10224d;
  font-size: 0.9rem;
}

.pd-voucher-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.pd-voucher-card__status.is-active {
  background: #e8f7ee;
  color: #198754;
}

.pd-voucher-card__status.is-expired {
  background: #fdecec;
  color: #dc3545;
}

.pd-voucher-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.pd-voucher-page-btn {
  border: 1px solid #dbe7ff;
  background: #fff;
  color: #10224d;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.pd-voucher-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.pd-voucher-page-meta {
  color: #5b6b88;
  font-size: 0.88rem;
  font-weight: 600;
}

.pd-voucher-footer-actions {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

.pd-voucher-view-properties {
  min-width: 220px;
  justify-content: center;
}

.pd-voucher-properties-page .property-card,
.pd-voucher-projects-page .property-card {
  border-radius: 1.25rem !important;
}

.pd-voucher-properties-page .page-header-section,
.pd-voucher-projects-page .page-header-section {
  margin-bottom: 1.5rem;
}

.pd-voucher-card-reveal {
  animation: pdVoucherCardReveal 0.32s ease forwards;
}

@keyframes pdVoucherCardReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pd-voucher-scroll-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.5rem 1rem 0.5rem;
  color: #5b6b88;
  font-size: 0.92rem;
}

.pd-voucher-scroll-end {
  text-align: center;
  padding: 1.25rem 1rem 0.5rem;
  color: #5b6b88;
  font-size: 0.88rem;
}

.pd-voucher-scroll-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .pd-voucher-header-btn .btn-text-long {
    display: none;
  }

  .pd-voucher-user-card {
    grid-template-columns: auto 1fr;
  }

  .pd-voucher-user-card__stats {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .pd-voucher-ticket__actions,
  .pd-voucher-ticket__meta {
    grid-template-columns: 1fr;
  }

  .pd-voucher-card__head {
    flex-direction: column;
  }
}
