/* Lightweight enhancements for Create Ads UI (keeps Tailwind doing most of the work) */

/* Smooth modal animations */
#logModal[data-open="1"] { display: flex; }
#logModal { display:none; }

/* Make pre blocks easier */
pre { white-space: pre-wrap; word-break: break-word; }

/* Better scrollbar inside log box */
.log-scroll { scrollbar-width: thin; }

