html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Tailwind CDN doesn't include line-clamp by default */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* Prevent horizontal layout shift on mobile when scrollbars appear */
body {
  overflow-x: hidden;
}
