/*----- verification-form.css for node node--pattayabiz-verification-form--full.html ----- */

.pbvf-fa-icon {
  color: #0d6efd; 
  margin-right: 8px;
}

.pbvf-label-icon {
  color: #6c757d;
  margin-right: 6px;
  font-size: 0.85em;
}

.pbvf-h4-icon {
  color: #a57874;
  margin-right: 6px;
  font-size: 0.85em;
}

.pb-verification-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 25px;
  background: #ffffff;
  color: #222;
  font-family: "Inter", "Segoe UI", sans-serif;
  line-height: 1.5;
}

.pbvf-header {
  text-align: center;
  margin-bottom: 64px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.pbvf-logo {
  max-width: 170px;
}

.pbvf-company {
  font-size: 0.85rem;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
}

.pbvf-subtitle h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 64px;
}

.pbvf-intro {
  background: #f8f9fa;
  border-left: 4px solid #0d6efd;
  padding: 12px 16px;
  margin-bottom: 64px;
  font-size: 0.95rem;
}

.pbvf-section {
  margin-top: 64px;
  padding-bottom: 16px;
  /*border-bottom: 1px solid #e1e1e1;*/
}

.pbvf-section h3 {
  font-size: 1.3rem;
  margin-bottom: 16px;
  font-weight: 600;
  color: #0d6efd;
  display: flex;
  align-items: center;
}

.pbvf-section h4 {
  font-size: 1.15rem;
  margin: 32px 0 8px;
  font-weight: 600;
  color: #a57874;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

label {
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  font-size: 0.95rem;
}

.pbvf-line {
  border-bottom: 1px dotted #555;
  height: clamp(2rem, 1.2rem + 4vw, 3rem);
  margin-bottom: 12px;
}

.pbvf-textarea {
  height: 80px;
  border: 1px solid #555;
  margin-bottom: 15px;
}

.pbvf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
}

.pbvf-grid.pbvf-seven {
  grid-template-columns: repeat(7, 1fr);
}

.pbvf-subsection-note {
  margin-top: 15px;
  margin-bottom: 18px;
}

.pbvf-qr-box {
  width: 160px;
  height: 160px;
  border: 2px dashed #0d6efd;
  margin: 12px 0 20px;
}

.pbvf-bank {
  margin-top: 64px;
  background: #f8f9fa;
  padding: 16px;
  border-left: 4px solid #198754;
}

/* PRINT RULES — A4 Perfect */
@media print {

  body, html {
    background: white !important;
  }

  .pb-verification-wrapper {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  /* Remove link colors */
  a { color: #000 !important; text-decoration: none; }

  /* Page break before each section if needed */
  .pbvf-section {
    page-break-inside: avoid;
  }

  .pbvf-header img {
    max-width: 120px;
  }
}

/* Print button */
.pbvf-print-btn {
  background: #0d6efd;
  color: white;
  padding: 10px 16px;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pbvf-print-btn i {
  font-size: 1.1rem;
}

.pbvf-print-btn:hover {
  background: #0b5ed7;
}

/* Hide the print button when printing */
@media print {
  .pbvf-print-btn {
    display: none !important;
  }

  body * {
    visibility: hidden !important;
  }

  .pb-verification-wrapper,
  .pb-verification-wrapper * {
    visibility: visible !important;
  }

  .pb-verification-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.pbvf-section label {
  display: flex;
  align-items: center;
}

.pbvf-field-with-checkbox {
  position: relative;
  margin-bottom: 15px;
}

.pbvf-field-with-checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.pbvf-checkbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  background: white;
}

.pbvf-field-with-checkbox .pbvf-line {
  width: calc(70% - 32px);
  margin-right: 32px;
}

.pbvf-capacity-info {
  background: #f8f9fa;
  border: 1px solid #e1e5e9;
  border-radius: 4px;
  padding: 16px;
  margin: 64px auto;
}

.pbvf-capacity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pbvf-capacity-grid div {
  font-size: 0.9rem;
  line-height: 1.4;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 4px;
}

.pbvf-capacity-grid strong {
  color: #0d6efd;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive voor small screens */
@media (max-width: 768px) {
  .pbvf-capacity-grid {
    grid-template-columns: 1fr;
  }
}

/* Payment QR section */
.pbvf-payment-qr {
  text-align: center;
  justify-items: center;
  margin: 64px auto;
}

.pbvf-payment-qr h4 {
  justify-content: center;
  text-decoration: none;
}

.pbvf-qr-wrapper {
  display: inline-block;
  padding: 12px;
  border: 2px dashed #a57874;
  border-radius: 8px;
  background: #ffffff;
}

.pbvf-qr-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.pbvf-qr-note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
}

/* QR in print mode stays sharp */
@media print {
  .pbvf-qr-img {
    width: 150px !important;
    height: 150px !important;
  }
}



