/* Minimal global tweaks layered on top of Tailwind (CDN). */
[x-cloak] { display: none !important; }

/* Constrain rich email HTML so a wild inbound message can't blow out the layout. */
.prose img { max-width: 100%; height: auto; }
.prose table { display: block; max-width: 100%; overflow-x: auto; }
