body {
    background-color: #f5f5f5;
    padding: 20px 0;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.header-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

header h1 {
    font-size: 32px;
    color: #222;
    margin-bottom: 8px;
    font-weight: bold;
}

#cephanelikTespitTablosu {
    font-size: 0.875rem;
    table-layout: auto;
    border: 2px solid #495057 !important;
}

#cephanelikTespitTablosu thead th {
    background-color: #495057 !important;
    color: white !important;
    border: 1px solid #6c757d !important;
    vertical-align: middle;
    padding: 12px 8px;
    font-size: 0.8rem;
    white-space: normal;
    font-weight: 600;
}

#cephanelikTespitTablosu tbody th {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border: 1px solid #dee2e6 !important;
    padding: 10px 8px;
    font-size: 0.8rem;
    white-space: nowrap;
    font-weight: 500;
}

#cephanelikTespitTablosu tbody th.bg-light {
    background-color: #f8f9fa !important;
    color: #495057 !important;
}

#cephanelikTespitTablosu td {
    padding: 10px 8px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #dee2e6 !important;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

#cephanelikTespitTablosu tbody tr {
    border: 1px solid #dee2e6 !important;
}

#cephanelikTespitTablosu tbody tr:hover td {
    background-color: #f8f9fa;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .wrapper {
        padding: 15px;
    }
    
    header h1 {
        font-size: 24px;
    }
    
    #cephanelikTespitTablosu {
        font-size: 0.75rem;
    }
    
    #cephanelikTespitTablosu thead th,
    #cephanelikTespitTablosu tbody th,
    #cephanelikTespitTablosu td {
        padding: 6px 4px;
        font-size: 0.7rem;
    }
    
    .card-body {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .wrapper {
        padding: 10px;
    }
    
    header h1 {
        font-size: 20px;
    }
    
    #cephanelikTespitTablosu {
        font-size: 0.65rem;
    }
    
    #cephanelikTespitTablosu thead th,
    #cephanelikTespitTablosu tbody th,
    #cephanelikTespitTablosu td {
        padding: 4px 2px;
        font-size: 0.65rem;
    }
}
