.wieco-production-progress {
    margin: 28px 0;
    padding: 24px;
    border: 1px solid #16c5d8;
    border-radius: 15px;
    background: #091122;
    color: #f7f8fb;
}

.wieco-production-progress__heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}

.wieco-production-progress__heading > span {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: #16c5d8;
    color: #07101f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.wieco-production-progress__heading small {
    display: block;
    color: #aab3c0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
}

.wieco-production-progress__heading h2 {
    margin: 2px 0 0;
    color: #fff;
    font-size: 22px;
}

.wieco-production-progress ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wieco-production-progress li {
    position: relative;
    min-height: 86px;
    padding: 14px;
    border: 1px solid #334155;
    border-radius: 9px;
    background: #111b2b;
}

.wieco-production-progress li.is-current {
    border-color: #a020f0;
    box-shadow: inset 0 0 0 1px #a020f0;
}

.wieco-production-progress li.is-complete {
    border-color: #16c5d8;
    background: #102632;
}

.wieco-production-progress li strong,
.wieco-production-progress li span {
    display: block;
}

.wieco-production-progress li strong {
    margin-bottom: 5px;
    color: #fff;
}

.wieco-production-progress li span {
    color: #aab3c0;
    font-size: 13px;
}

.wieco-order-production-status {
    margin: 4px 0;
}

@media (max-width: 767px) {
    .wieco-production-progress {
        padding: 18px;
    }

    .wieco-production-progress ol {
        grid-template-columns: 1fr;
    }
}
