/* 
 * PML Theme — assets/css/widgets.css
 * Widget-specific styling overrides
 */

.pml-npanel {
    /* Glass effect already in main.css, adding tweaks if needed */
}

/* Custom styles for Elementor Widget interactions */
.pml-prog-card:hover .pml-prog-card__content {
    /* Ensure hover content is visible */
}

.pml-value-card:hover .pml-value-card__desc {
    max-height: 100px;
    opacity: 1;
}
