/* cogniti/static/css/issues.css */
.issue-card {
    margin-bottom: 1rem;
}

.issue-screenshot {
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
}

.issue-status {
    font-weight: bold;
}

.issue-timestamp {
    color: #666;
    font-size: 0.9em;
}

#issues-table .badge {
    padding: 0.5em 1em;
}

.table-responsive {
    overflow-x: auto;
}