.liste-header-gradient {
    background: linear-gradient(90deg, #1976d2 0%, #42a5f5 100%);
    padding: 24px 32px 16px 32px;
    border-radius: 16px 16px 0 0;
    margin-bottom: 16px;
}

/* Daha ince ve modern header (sadece kullanıldığı sayfalarda uygulanır) */
.thin-header {
    padding: 16px 24px 12px 24px;
    border-radius: 14px 14px 0 0;
    margin-bottom: 12px;
}
.thin-header h2 {
    font-weight: 600;
    letter-spacing: .2px;
}
@media (max-width: 576px) {
    .thin-header {
        padding: 14px 16px 10px 16px;
    }
}
.liste-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.liste-header-gradient h2 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.serviceLinesTable th,
.table-header-bold {
    color: #1a237e !important; /* Lacivert */
    font-weight: bold !important;
    background: #f5f7fa !important; /* Hafif gri arka plan */
    border-bottom: 2px solid #1a237e;
}

/* Liste tablolarında başlık alt çizgisi (Müşteri/Stok/Hizmet dahil) */
.table-header-bold th {
    border-bottom: 2px solid #1a237e !important;
}

/* React benzeri listelerde kompakt tablo (satır yüksekliği/boşluk azalt) */
.liste-compact-table th,
.liste-compact-table td {
    padding-top: .45rem;
    padding-bottom: .45rem;
}
.liste-compact-table td {
    line-height: 1.1;
    vertical-align: middle;
}
.liste-compact-table tbody tr {
    height: 48px;
}
.liste-compact-table .btn.btn-sm {
    padding: .22rem .45rem;
    font-size: .78rem;
    line-height: 1.1;
}
.liste-compact-table td .badge {
    padding: .22rem .45rem;
    font-size: .75rem;
    line-height: 1;
}

/* Kartlar menüsü altındaki liste tabloları: satır yüksekliği standardı (Müşteriler baz) */
.kartlar-liste-table th,
.kartlar-liste-table td {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.kartlar-liste-table td {
    line-height: 1.1;
}
.kartlar-liste-table tbody tr {
    height: 52px; /* Müşteriler satır yüksekliğiyle hizala */
}
.kartlar-liste-table .btn.btn-sm {
    padding: .22rem .55rem;
    font-size: .78rem;
    line-height: 1.1;
}
.kartlar-liste-table td .badge {
    padding: .22rem .45rem;
    font-size: .75rem;
    line-height: 1;
}
