/* ==========================================================
   ACRONIMOS (eci-acr-*) — Estilo corporativo aislado
   ========================================================== */

#eci-acr-box.eci-acr-box{
  width: 100%;
  background: #f4f6fa;
  border: 1px solid #d6dbe4;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

/* Scroll interno */
#eci-acr-box .eci-acr-scroll{
  max-height: 720px;        /* Ajustable */
  overflow-y: auto;
  overflow-x: auto;
  padding: 8px;
  box-sizing: border-box;
}

/* Tabla */
#eci-acr-box .eci-acr-table{
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Cabecera */
#eci-acr-box .eci-acr-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #2e3440;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 8px 10px;
  text-align: left;
}

/* Celdas */
#eci-acr-box .eci-acr-table tbody td{
  font-size: 12px;
  padding: 8px 10px;
  border-top: 1px solid #e4e8ef;
  border-right: 1px solid #eef2f7;
  vertical-align: top;
  word-break: break-word;
  background: #ffffff;
}

#eci-acr-box .eci-acr-table tbody td:last-child{
  border-right: 0;
}

/* Filas alternas */
#eci-acr-box .eci-acr-table tbody tr:nth-child(even) td{
  background: #f9fbfe;
}

/* Columnas */
#eci-acr-box .eci-acr-col-acr{
  width: 180px;
  font-weight: 700;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
}

#eci-acr-box .eci-acr-col-desc{
  width: auto;
}

/* Estado vacío */
#eci-acr-box .eci-acr-empty{
  text-align: center;
  padding: 14px;
  color: #6b7280;
}
