.wcpv-wrap-frontend {
  max-width: 880px;
  margin: 24px auto;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
.wcpv-verify-card,
.wcpv-directory-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  border: 1px solid #d7e4ea;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(5,108,182,0.08);
}
.wcpv-header h2 {
  margin: 0 0 6px;
  color: #056cb6;
}
.wcpv-header p {
  margin: 0 0 18px;
  color: #46616e;
}
.wcpv-search-form {
  display:flex;
  gap:12px;
  margin-bottom:20px;
  align-items:center;
}
.wcpv-search-form input {
  flex:1;
  min-width:0;
  padding: 14px 16px;
  border:1px solid #c8d8df;
  border-radius: 12px;
  font-size:16px;
}
.wcpv-search-form button,
.wcpv-button {
  background:#056cb6;
  color:#fff !important;
  border:none;
  border-radius:12px;
  padding:14px 18px;
  text-decoration:none;
  display:inline-block;
  font-weight:600;
}
.wcpv-results-list {
  display:flex;
  flex-direction:column;
  gap:16px;
}
.wcpv-result-card {
  display:grid;
  grid-template-columns: 1fr 180px;
  gap:18px;
  border:1px solid #dde7eb;
  border-radius:16px;
  padding:18px;
  background:#fff;
}
.wcpv-result-card h3 { margin:0 0 14px; color:#12384d; }
.wcpv-meta-grid {
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px 16px;
}
.wcpv-meta-grid span {
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.03em;
  color:#6c8794;
  margin-bottom:3px;
}
.wcpv-meta-grid strong { color:#19394b; font-size:14px; }
.wcpv-result-qr {
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
}
.wcpv-result-qr img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border:1px solid #e2e9ed;
  background:#fff;
  padding:8px;
  border-radius:14px;
}
.wcpv-badge {
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
  background:#e9f6ee;
  color:#0b6b39;
}
.wcpv-badge.pending { background:#fff6dd; color:#8a6400; }
.wcpv-badge.inactive { background:#f8e8e8; color:#8b2e2e; }
.wcpv-empty {
  padding: 16px;
  border:1px dashed #ccdbe2;
  border-radius:12px;
  color:#5b7380;
  background:#fbfdfe;
}
.wcpv-print-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:16px;
}
.wcpv-print-card {
  border:1px solid #ddd;
  border-radius:12px;
  padding:12px;
  text-align:center;
  background:#fff;
}
.wcpv-print-card img { width:150px; height:150px; }
@media (max-width: 700px) {
  .wcpv-search-form { flex-direction:column; }
  .wcpv-search-form button, .wcpv-button { width:100%; text-align:center; }
  .wcpv-result-card { grid-template-columns: 1fr; }
  .wcpv-meta-grid { grid-template-columns: 1fr; }
  .wcpv-print-grid { grid-template-columns: 1fr 1fr; }
}

.wcpv-search-form-split {
  align-items: end;
}
.wcpv-search-form-split .wcpv-field-group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wcpv-search-form-split label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #5c7684;
  font-weight: 700;
}
.wcpv-search-form-split button {
  flex: 0 0 auto;
}
@media (max-width: 700px) {
  .wcpv-search-form-split .wcpv-field-group { width: 100%; }
}
