.pdf-entradas-wrap { position: relative; display: inline-block; }

.pdf-entradas-modal {
  position:absolute; top:0; left:0; width:100%; pointer-events:none; /* hidden until placed by JS */
}

.pdf-entradas-card {
  position:absolute; /* will be positioned just below the button via JS */
  background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:14px; width:300px;
  box-shadow:0 10px 20px rgba(0,0,0,.08);
  pointer-events:auto; display:none; z-index:9999;
}

.pdf-label { display:block; margin:8px 0; }
.pdf-label span { display:block; font-size:12px; color:#374151; margin-bottom:4px; }
.pdf-input { width:100%; padding:8px; border:1px solid #d1d5db; border-radius:6px; }

.pdf-actions { display:flex; gap:8px; margin-top:10px; }
.pdf-actions .pdf-cadastrar,
.pdf-actions .pdf-cancelar {
  padding:8px 12px; border-radius:8px; border:1px solid #d1d5db; background:#f9fafb; cursor:pointer;color: #000000;
}

.pdf-entradas-success {
  background:#ecfdf5; border:1px solid #a7f3d0; color:#065f46;
  padding:8px; border-radius:8px; margin-bottom:8px; font-size:13px;
}
