/* Minimal additional styles, Tailwind CSS via CDN in index.html */
img.rounded {
    border-radius: 0.375rem;
}

table {
    background-color: #fff;
}

/* Ensure admin popup is always on top */
#adminSection {
    z-index: 9999;
}