.pd-voucher-minimal {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pdv-min-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  height: 32px;
  transition: all .2s ease;
}

.pdv-min-hidden {
  display: none;
}

.pdv-min-disabled {
  opacity: .5;
}

.pdv-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
  border: none;
  border-radius: 8px;
  padding: 3px;
  cursor: pointer;
  transition: all .2s ease;
  width: auto;
}

.pdv-badge-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102,126,234,.3);
}

.pdv-badge-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.pdv-badge-icon {
  color: #fff;
  flex-shrink: 0;
}

.pdv-badge-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.pdv-badge-code {
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,.2);
  padding: 4px 8px;
  border-radius: 4px;
  border: none;
  white-space: nowrap;
}

.pdv-min-copy,
.pdv-min-more {
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #667eea;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}

.pdv-min-copy:hover:not(:disabled),
.pdv-min-more:hover {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}

.pdv-min-copy:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.pdv-min-copy.copied {
  background: #22c55e;
  color: #fff;
  border-color: #22c55e;
}

.pdv-min-more {
  margin-left: auto;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #64748b;
  padding: 4px;
  transition: color .2s ease;
}

.modal-close:hover {
  color: #1e293b;
}

.modal-body {
  margin-bottom: 8px;
}

.voucher-modal-content {
  text-align: center;
}

.voucher-modal-badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
  border-radius: 10px;
  padding: 8px 16px;
  margin-bottom: 12px;
}

.vmb-value {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.vmb-label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.voucher-modal-code {
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: 700;
  color: #667eea;
  background: rgba(102,126,234,.1);
  padding: 6px 12px;
  border-radius: 6px;
  border: 2px dashed rgba(102,126,234,.3);
  display: inline-block;
  margin-bottom: 10px;
}

.voucher-modal-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
}

.voucher-modal-details {
  text-align: left;
  background: #f8fafc;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
}

.vmd-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  color: #64748b;
  border-bottom: 1px solid #e2e8f0;
}

.vmd-item:last-child {
  border-bottom: none;
}

.vmd-item svg {
  color: #667eea;
  flex-shrink: 0;
  margin-top: 2px;
}

.vmd-item strong {
  color: #1e293b;
}

.modal-actions {
  padding: 20px;
}

.modal-btn-primary {
  background: linear-gradient(135deg, #667eea 0, #764ba2 100%);
  color: #fff;
}

.modal-btn-primary:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.promo-endyear-mini-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(242,140,26,.2);
  border-radius: 12px;
  margin: 16px 0;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
  transition: all .3s ease;
}

.promo-endyear-mini-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
  border-color: rgba(242,140,26,.4);
}

.pey-icon {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}

.pey-content {
  flex: 1;
  min-width: 0;
}

.pey-content strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #F28C1A;
  margin-bottom: 2px;
}

.pey-content span {
  display: block;
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

.pey-link {
  flex-shrink: 0;
  padding: 8px 16px;
  background: linear-gradient(135deg, #F28C1A, #FFB84D);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 8px;
  white-space: nowrap;
  transition: all .2s ease;
  box-shadow: 0 2px 8px rgba(242,140,26,.25);
}

.pey-link:hover {
  transform: translateX(2px);
  box-shadow: 0 4px 12px rgba(242,140,26,.35);
}

@media (max-width: 640px) {
  .pdv-min-item {
    gap: 6px;
  }

  .pdv-badge-btn {
    padding: 3px;
    gap: 6px;
  }

  .pdv-badge-text {
    font-size: 13px;
  }

  .pdv-badge-code {
    font-size: 12px;
    padding: 3px 6px;
  }

  .pdv-min-copy,
  .pdv-min-more {
    padding: 3px 10px;
    font-size: 11px;
  }

  .modal-dialog {
    max-width: 95%;
    margin: 20px;
  }

  .vmb-value,
  .vmb-label {
    font-size: 16px;
  }

  .voucher-modal-code {
    font-size: 13px;
    padding: 5px 10px;
  }

  .promo-endyear-mini-banner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 12px;
  }

  .pey-icon {
    font-size: 28px;
    align-self: flex-start;
  }

  .pey-content {
    flex: 1;
    min-width: 0;
  }

  .pey-content strong {
    font-size: 12px;
  }

  .pey-content span {
    font-size: 11px;
    line-height: 1.3;
  }

  .pey-link {
    width: 100%;
    flex-basis: 100%;
    font-size: 11px;
    padding: 6px 12px;
    text-align: center;
  }
}

@media print {
  .promo-endyear-mini-banner {
    display: none !important;
  }
}
