/* _content/Wms.Admin/Presentation/Pages/PackingLabel.razor.rz.scp.css */
@media print {
    body[b-m18yj6c4uk] {
        margin: 0;
    }

    .mud-paper[b-m18yj6c4uk],
    .mud-button[b-m18yj6c4uk],
    h5[b-m18yj6c4uk],
    .mud-typography[b-m18yj6c4uk] {
        display: none !important;
    }

    .label-container[b-m18yj6c4uk] {
        display: block !important;
        margin: 0;
    }
}
/* _content/Wms.Admin/Presentation/Pages/SalesPortal/ProductFinder.razor.rz.scp.css */
/* =========================================================
   PRODUCT FINDER — MUD BLAZOR PRODUCT CARDS
   ========================================================= */

.product-finder-results[b-tannqq2ghi] {
    width: 100%;
    min-width: 0;
}

/* Απαραίτητο λόγω MudBlazor + CSS isolation */
.product-finder-results[b-tannqq2ghi]  .mud-grid-item {
    min-width: 0;
}

.product-finder-results[b-tannqq2ghi]  .product-card {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Σταθερό πλαίσιο φωτογραφίας */
.product-finder-results[b-tannqq2ghi]  .product-image-container {
    width: 100%;
    height: 210px;
    min-height: 210px;
    max-height: 210px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
}

/* Η εικόνα δεν επιτρέπεται να ξεφύγει από το πλαίσιο */
.product-finder-results[b-tannqq2ghi]  .product-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center;
}

/* Περιεχόμενο κάρτας */
.product-finder-results[b-tannqq2ghi]  .product-card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Περιγραφή έως δύο γραμμές */
.product-finder-results[b-tannqq2ghi]  .product-title {
    min-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* Τιμή */
.product-finder-results[b-tannqq2ghi]  .product-price {
    margin-bottom: 8px;
    font-weight: 600;
}

/* Χαρακτηριστικά έως τρεις γραμμές */
.product-finder-results[b-tannqq2ghi]  .product-attributes {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* _content/Wms.Admin/Presentation/Pages/SalesPortal/SalesAnalytics.razor.rz.scp.css */
.custom-modal-backdrop[b-r8kfvb4v0w] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.custom-modal-window[b-r8kfvb4v0w] {
    width: min(1400px, 96vw);
    max-height: 90vh;
    overflow: auto;
    border-radius: 12px;
}

.cursor-pointer[b-r8kfvb4v0w] {
    cursor: pointer;
}
