/* Zusatz-Styles nur für equipment_items.php */

/* Kleine Tabelle im Karten-Look */
.table-small {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.table-small th,
.table-small td {
    padding: 6px 8px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

.table-small th {
    text-align: left;
    background: #f9fafb;
    font-weight: 600;
}

/* Status-Badges für Prüfungen */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
}

.status-overdue {
    background: #fee2e2;
    color: #b91c1c;
}

.status-soon {
    background: #fef3c7;
    color: #92400e;
}

.status-ok {
    background: #dcfce7;
    color: #166534;
}

.item-meta {
    font-size: 11px;
    color: #6b7280;
}

/* History-Liste */
.history-list {
    font-size: 12px;
}

.history-row {
    padding: 4px 0;
    border-bottom: 1px solid #e5e7eb;
}

.history-row:last-child {
    border-bottom: none;
}

/* Alerts */
.alert-error {
    padding: 6px 8px;
    border-radius: 8px;
    background: #fef2f2;
    color: #991b1b;
    font-size: 12px;
    margin-bottom: 8px;
}

.alert-info {
    padding: 6px 8px;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    margin-bottom: 8px;
}
