.present-orders,
.orders-container .orders {
    width: max(40vw, 80vw);
    margin: auto;
    margin-top: 5vh;
}

.present-orders .order-list {
    gap: 1.5rem;
}

.active-tag {
    color: #195419;
}

.present-orders .each-order {
    /* width: 100%; */
    max-width: 500px;
}

.present-orders .order-items {
    max-width: 400px;
    flex-grow: 1;
}

.order_x {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: auto;
    justify-content: space-between;
}

.current-status {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    row-gap: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 0 5px;
}

.order-success {
    border: 2px solid hsl(147deg 78% 54% / 26%);
}

.stat-label {
    font-weight: 700;
}

.stat-cur {
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
}

.order-delivery-address {
    font-size: 12px;
}