.ordre-status-tabel-wrapper {
    overflow-x: auto;
    margin-bottom: 1em;
}
.ordre-status-tabel {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
}
.ordre-status-tabel th,
.ordre-status-tabel td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.ordre-status-tabel th {
    background-color: #f4f4f4;
}
.ordre-box {
    background: #f9f9f9;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
}
.ordre-notits {
    background-color: #ffcc00;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    animation: fadeInBlink 2s ease-in-out infinite;
}
@keyframes fadeInBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.ordre-item {
    background: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
}
.progress-bar {
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
    height: 24px;
}
.progress-fill {
    background: #28a745;
    color: white;
    height: 100%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}
