.elementor-318 .elementor-element.elementor-element-11cb055{--display:flex;--min-height:70vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-318 .elementor-element.elementor-element-12bd154{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-12bd154 */.custom-order-card{
    background:#fff;
    border-radius:10px;
    padding:10px;
    margin-bottom:10px;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}

.user-info{
    font-size: 20px;
    color: black;
    text-align: center;
    font-family: Sans-Serif;
    font-weight: bold;
}

.order-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
}

.status{
    background:#f5f5f5;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
}

.order-product{
    display:flex;
    gap:14px;
    margin-bottom:14px;
    align-items:center;
}

.product-image img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:12px;
}

.product-info{
    flex:1;
}

.product-info h4{
    margin:0 0 6px;
    font-size:15px;
}

.product-info p{
    margin:0;
    color:#777;
    font-size:13px;
}

.order-footer{
    margin-top:12px;
}

.order-total{
    font-weight:600;
    margin-bottom:12px;
}

.detail-btn{
    display:block;
    text-align:center;
    background:#000;
    color:#fff !important;
    padding:12px;
    border-radius:14px;
    text-decoration:none;
}/* End custom CSS */