/* Custom styles for Bonita Blomster Datasette */

/* Limit all table images to max 500px width, preserve aspect ratio */
table img {
    max-width: 500px;
    height: auto;
}

/* Make images clickable/zoomable with hover effect */
table img:hover {
    cursor: pointer;
    opacity: 0.9;
}
