/* Hacer que el wrapper pueda desplazar la tabla */
.cookie-report-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Forzar que las celdas SI rompan líneas */
._CookieScriptReportPageTableTd,
._CookieScriptReportPageTableTh {
  white-space: normal !important; 
  word-break: break-word !important; 
  max-width: 100% !important;
}

/* Asegurar que la tabla nunca exceda el contenedor */
._CookieScriptReportPageTable {
  width: 100% !important;
  table-layout: fixed !important; 
}

