html, body {
  margin: 0;
  padding: 0;
}

.dlk-voucher-preview {
  max-width: 520px;
  margin: 0 auto;
}
.dlk-form-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.dlk-section-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 30px;
}

.dlk-row {
  margin-bottom: 20px;
}

.dlk-row label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.dlk-row input,
.dlk-row select,
.dlk-row textarea {
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.dlk-two-col {
  display: flex;
  gap: 20px;
}

.dlk-two-col > div {
  flex: 1;
}

.dlk-note {
  font-size: 14px;
  margin-top: 20px;
}

.dlk-submit {
  text-align: center;
  margin-top: 30px;
}

.dlk-btn {
  background: #c2a679;
  color: #fff;
  border: none;
  padding: 12px 40px;
  cursor: pointer;
}

.dlk-payment-icons {
  text-align: center;
  margin-top: 20px;
}

.dlk-payment-icons img {
  height: 30px;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .dlk-two-col {
    flex-direction: column;
  }
}