/* Netlify-safe image and asset helpers */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Preserve full-cover behavior for image containers that already use Tailwind object-cover */
.object-cover {
  width: 100%;
  height: 100%;
}

/* Small safeguard for broken image spacing */
img[alt] {
  font-size: 0.875rem;
}
