.last-order-content {
    display: flex;
    flex: 1;
}

.last-order-left {
    padding: 15px;
    flex: 2.0;
    border-right: 2px solid #e0e0e0;
    overflow-y: auto;
    max-height: 400px;
}

.last-order-right {
    padding: 20px;
    flex: 1;
}

.last-order-product {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.last-order-product.missing-product {
    text-decoration: line-through;
    color: #7C8189;
}

.last-order-product .last-order-bullet {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #7C8189;
    content: "\2022";
}

.last-order-item {
    display: flex;
    width: 100%;
}

.last-order-product .last-order-details {
    display: flex;
    flex-direction: column;
}

.last-order-product .last-order-name {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
}

.last-order-product .last-order-quantity,
.last-order-product .last-order-price {
    font-size: 0.7rem;
    color: #555;
}

.last-order-product .last-order-total {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-left: auto;
}

.last-order-info {
    line-height: 1.8;
    font-size: 0.9rem;
    color: #404042
}

.last-order-info span {
    font-weight: bold;
}

.last-order-buttons {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.last-order-buttons a span {
    margin-left: 10px;
}
