/* Placeholder global stylesheet to avoid 404 from index.html link */
/* Add custom global styles here if needed. */

html, body, #root {
  height: 100%;
}

body {
  margin: 0;
}

/* Ensure images scale down within containers */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Avoid tables forcing layout overflow; combine with overflow-x-auto wrappers */
table {
  width: 100%;
  border-collapse: collapse;
}
