.wpm-production-status {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.wpm-production-status span {
    background-color: #ffeecb;
    color: #ad7300;
    padding: 0 5px;
    border-radius: 5px;
}
.wpm-progress-bar {
    width: 100%;
    background-color: #f0f0f0;
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.wpm-progress {
    height: 100%;
    background-color: #0073aa;
    transition: width 0.3s;
}
.wpm-status-log {
    background-color: #f9f9f9;
}
.wpm-status-log ul {
    margin: 0;
    padding: 10px;
    list-style: none;
}