body { background:#fff; }
.ve-wrap { max-width:1100px; margin:28px auto; }
.ve-logo { text-align:center; margin-bottom:18px; }
.ve-logo img { max-width:360px; width:40%; min-width:220px; }
.ve-card { background:#fff; border:1px solid #d9e1ea; border-radius:4px; box-shadow:0 1px 3px rgba(0,0,0,.06); }
.ve-head { padding:14px 18px; background:#1f5d92; color:#fff; font-size:18px; }
.ve-body { padding:18px; }
.ve-actions { display:flex; gap:8px; flex-wrap:wrap; margin-top:8px; }
.ve-help { color:#5d6875; font-size:13px; margin-top:4px; }
.ve-captcha .input-group-addon { min-width:86px; font-weight:700; color:#1f5d92; background:#eef6fc; }
.ve-captcha .btn { min-width:78px; }
.ve-table { margin-top:18px; }
.ve-empty { margin-top:18px; display:none; }
.ve-loading { display:none; }
.ve-result-card { border:1px solid #cfd8e3; border-radius:4px; background:#fff; margin-top:18px; overflow:hidden; }
.ve-result-section { padding:18px; }
.ve-result-section.entidade { background:#f3f8fc; border-bottom:1px solid #dbe8f2; }
.ve-result-section.empresa { background:#fffaf0; }
.ve-result-section.sem-entidade { background:#fff7e6; border-bottom:1px solid #ead7aa; }
.ve-result-section.sem-entidade h3 { margin:0 0 8px 0; color:#8a5a00; }
.ve-result-section.sem-entidade p { margin:0; color:#5f5a4b; font-size:15px; }
.ve-result-section.empresa-inativa { background:#fdecec; border-bottom:1px solid #f1b9b9; }
.ve-result-section.empresa-inativa h3 { margin:0 0 8px 0; color:#9b1c1c; }
.ve-result-section.empresa-inativa p { margin:4px 0 0 0; color:#6f1d1d; font-size:15px; }

.ve-result-card h3 { margin-top:0; color:#1f5d92; }
.ve-result-card h4 { margin-top:0; color:#6b5b1f; }
.ve-result-grid { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px 18px; }
.ve-result-item { border-bottom:1px solid #edf1f5; padding-bottom:7px; }
.ve-result-label { display:block; color:#607080; font-size:12px; text-transform:uppercase; }
.ve-result-value { font-size:15px; font-weight:600; word-break:break-word; }
.ve-result-footer { padding:12px 18px; border-top:1px solid #e7edf3; background:#fafbfc; color:#546170; font-weight:600; }
@media (max-width: 767px) { .ve-result-grid { grid-template-columns:1fr; } }
@media print {
  body { background:#fff; }
  .ve-head, .ve-actions, #erro, #loading, .alert, #etapaCnpj, #etapaConfirmacao { display:none !important; }
  .ve-logo { display:block !important; text-align:center; margin:0 0 18px 0; }
  .ve-logo img { width:130px !important; max-width:130px !important; min-width:0 !important; height:auto !important; }
  .ve-wrap { margin:0; max-width:none; }
  .ve-card { border:0; box-shadow:none; }
  .ve-body { padding:0; }
  #resultadoWrap { display:block !important; }
}
.ve-body > .alert-info,
.ve-body > .row,
.ve-body > .ve-actions { display:none; }
#fluxoGuiado .row { display:block; }
#fluxoGuiado .ve-actions { display:flex; }
#fluxoGuiado .etapa { display:none; }
#fluxoGuiado .etapa.ativa { display:block; }
textarea.form-control { resize:vertical; min-height:84px; }
