.elementor-3378 .elementor-element.elementor-element-8b1d8bb{--display:flex;--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;}/* Start custom CSS for shortcode, class: .elementor-element-f0f3577 */.product-item { 
    display: flex; 
    align-items: center; 
    gap: 20px; /* add more space between image and info */
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8f9fa;
    flex-wrap: wrap; /* allow wrapping on mobile */
}

.product-image { 
    width: 120px !important; 
    height: 120px !important; 
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
    flex-shrink: 0 !important; /* prevent shrinking */
}

.product-image img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

@media (max-width: 768px) {
    .product-item {
        flex-direction: column; 
        align-items: flex-start;
        gap: 10px;
    }
    .product-image {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 10px;
    }
}
.order-status {
    display: inline-flex;      /* make it a flex container */
    align-items: center;       /* vertical center */
    justify-content: center;   /* horizontal center */
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
@media (max-width: 768px) {
    .order-actions {
        flex-direction: column;
        gap: 10px;
    }
    .order-actions a.btn.btn-outline { width: 100%; }
    .track-buy-wrapper { display: flex; gap: 10px; width: 100%; }
    .track-buy-wrapper button { flex: 1; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-78dd843 */.product-item { 
    display: flex; 
    align-items: center; 
    gap: 20px; /* add more space between image and info */
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f8f9fa;
    flex-wrap: wrap; /* allow wrapping on mobile */
}

.product-image { 
    width: 120px !important; 
    height: 120px !important; 
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ecef;
    flex-shrink: 0 !important; /* prevent shrinking */
}

.product-image img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

@media (max-width: 768px) {
    .product-item {
        flex-direction: column; 
        align-items: flex-start;
        gap: 10px;
    }
    .product-image {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 10px;
    }
}
.order-status {
    display: inline-flex;      /* make it a flex container */
    align-items: center;       /* vertical center */
    justify-content: center;   /* horizontal center */
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}
@media (max-width: 768px) {
    .order-actions {
        flex-direction: column;
        gap: 10px;
    }
    .order-actions a.btn.btn-outline { width: 100%; }
    .track-buy-wrapper { display: flex; gap: 10px; width: 100%; }
    .track-buy-wrapper button { flex: 1; }
}/* End custom CSS */