/* app.css — Minimal overrides for Netcraft Analyzer dashboard */

/* "Active Risk" orange — Bootstrap 5 doesn't have bg-orange by default */
.bg-orange {
    background-color: #fd7e14 !important;
}

/* Slightly compact queue table rows */
.queue-table td,
.queue-table th {
    vertical-align: middle;
}

/* Event timeline list spacing */
.event-timeline li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Monospace text for threat subjects and report IDs */
.font-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.875em;
}
