/* Danxis Etapa 14 — consulta cadastral de CNPJ */
#stage14CnpjLookup{grid-column:1/-1;border:1px solid #d9e7ef;background:#f7fbfd;border-radius:14px;padding:14px;display:none}
#stage14CnpjLookup.visible{display:block}
.stage14-lookup-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.stage14-lookup-head strong{display:block;color:#0b2e6b;font-size:13px}
.stage14-lookup-head span{display:block;color:#60758a;font-size:10px;margin-top:4px}
.stage14-lookup-status{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.45px;border-radius:999px;padding:6px 9px;background:#eaf8f3;color:#147154;white-space:nowrap}
.stage14-lookup-status.loading{background:#eef4f8;color:#52677d}
.stage14-lookup-status.error{background:#fff0f1;color:#a32b3d}
.stage14-company-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}
.stage14-company-item{border-top:1px solid #e3edf3;padding-top:8px;min-width:0}
.stage14-company-item span{display:block;color:#687d91;font-size:9px;text-transform:uppercase;letter-spacing:.35px}
.stage14-company-item strong{display:block;color:#162b40;font-size:11px;margin-top:3px;overflow-wrap:anywhere}
.stage14-cnpj-action{border:0;background:#0b2e6b;color:#fff;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:800;cursor:pointer}
.stage14-cnpj-action:disabled{opacity:.55;cursor:wait}
.stage14-source-note{color:#72869a;font-size:9px;margin-top:10px}
.stage14-refresh-wrap{display:flex;justify-content:flex-end;margin-bottom:12px}
.stage14-refresh-button{border:1px solid #cadbe6;background:#fff;color:#0b2e6b;border-radius:10px;padding:8px 11px;font-size:10px;font-weight:800;cursor:pointer}
.stage14-refresh-button:disabled{opacity:.55;cursor:wait}
.stage14-basic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.stage14-basic-grid .basic-item{min-width:0}
.stage14-basic-grid .basic-item strong{overflow-wrap:anywhere}
.stage14-source{font-size:9px;color:#72869a;margin-top:12px}
.stage14-empty-description{color:#7b8da0;font-style:italic}
#supplierTable .company-cell strong{white-space:normal;max-width:240px;text-decoration:none!important}
#supplierTable .company-cell .stage14-trade-name{display:block;font-size:9px;color:#6a7e91;margin-top:2px;max-width:240px;white-space:normal}
@media(max-width:780px){.stage14-company-grid,.stage14-basic-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.stage14-company-grid,.stage14-basic-grid{grid-template-columns:1fr}.stage14-lookup-head{flex-direction:column}.stage14-cnpj-action{width:100%}}
