.report-media-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.report-media-count {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 25px;
    padding: 3px 8px;
    border: 1px solid #d6e1e6;
    border-radius: 999px;
    background: #f7fafb;
    color: #566d78;
    white-space: nowrap;
    font-size: 11px;
}

.report-media-count strong {
    color: #173f52;
    font-size: 12px;
}

#incident-report-table td:nth-child(2) small {
    display: block;
    margin-top: 4px;
    color: #70838c;
}

#incident-report-table td:last-child {
    white-space: nowrap;
}

@media (max-width: 900px) {
    .report-media-counts {
        min-width: 125px;
    }
}
