.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;
}
.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;
} 