#order-details-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.order-details-info {
    display: flex;
    justify-content: space-between;
}

.order-details-info:last-child p {
    font-weight: bold;
    font-size: large;
}

#order-details-action {
    /*display: flex;*/
    justify-content: center;
}

#order-details-action a {
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
