/* Minimal custom CSS. Bootstrap handles most styling. */
/* Remove previous list and layout styles. */
/* Optionally, add fine-tuning below if needed. */

/* Example: Limit image max-width for very large screens */
img {
  max-width: 100%;
  height: auto;
}