/*.facet-warning {*/
/*  background: #fff3cd;*/
/*  border: 2px solid #ffc107;*/
/*  border-radius: 8px;*/
/*  padding: 20px;*/
/*  margin: 20px 0;*/
/*  text-align: center;*/
/*}*/

/*.facet-warning p {*/
/*  margin: 0 0 15px 0;*/
/*  font-size: 16px;*/
/*  color: #856404;*/
/*}*/

/*.human-verify-btn {*/
/*  background: #0066cc;*/
/*  color: white;*/
/*  border: none;*/
/*  padding: 12px 30px;*/
/*  font-size: 16px;*/
/*  border-radius: 4px;*/
/*  cursor: pointer;*/
/*  transition: background 0.3s;*/
/*}*/

/*.human-verify-btn:hover {*/
/*  background: #0052a3;*/
/*}*/

.facet-info {
  background: #e3f2fd;
  border-left: 4px solid #2196f3;
  padding: 15px 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #1565c0;
}

.view-publications.verification-pending .view-content {
  position: relative;
  min-height: 400px;
}

.facet-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facet-verification-box {
  background: white;
  border: 2px solid #0066cc;
  border-radius: 8px;
  padding: 40px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.facet-verification-box h3 {
  margin-top: 0;
  color: #333;
  font-size: 24px;
}

.facet-verification-box p {
  color: #666;
  margin: 20px 0;
  font-size: 16px;
}

.facet-verification-box .verify-human {
  background: #0066cc;
  color: white;
  border: none;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.facet-verification-box .verify-human:hover {
  background: #0052a3;
}
