/**
 * Platty Menu Widget - Main Stylesheet
 * Component CSS files are enqueued individually via PHP for proper cache busting.
 *
 * @package Platty Elementor Addons
 * @version 2.0.0
 */

/* ===================================
   ACCESSIBILITY
   =================================== */

/* High contrast mode support */
@media (prefers-contrast: high) {
    .platty-megamenu-card {
        border: 1px solid #333;
    }

    .platty-menu-item::after {
        height: 4px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .platty-menu-item,
    .platty-menu-button,
    .platty-megamenu-card,
    .platty-megamenu-dropdown,
    .platty-megamenu-card-icon img {
        transition: none;
        animation: none;
    }
}

/* ===================================
   PRINT STYLES
   =================================== */
@media print {
    .platty-megamenu-dropdown {
        display: none;
    }

    .platty-menu-buttons {
        display: none;
    }
}
