/* 
 * Proderma Luxury Ecosystem - Price List Styles Override
 * Completely neutralized to allow the imported departments grid to display seamlessly
 */

.pd-price-list-page,
.pd-departments-page {
    background: transparent !important;
    background-color: transparent !important;
}

/* Force WordPress parent container transparency for price list and clinical catalog */
body[class*="price-list"] .entry-content,
body[class*="price-list"] article,
body[class*="price-list"] .site-content,
body[class*="price-list"] .ast-plain-container,
body[class*="price-list"] .content-area {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
