/* Taller Frontend Listing — Base styles (enhanced by inline JS styles) */
#tl-wrap *, #tl-wrap *::before, #tl-wrap *::after {
    box-sizing: border-box;
}
#tl-wrap {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#tl-wrap img {
    max-width: 100%;
    height: auto;
}
