/* /public/product/assets/css/product-report.css */

html.product-report-open,
html.product-report-open body {
    overflow: hidden;
    height: 100%;
}

.product-report-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
}

/* Mobile : modale fullscreen native-like */
@media (max-width: 767px) {
    .product-report-modal {
        padding: 0 !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        background: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .product-report-panel {
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
}