/*
Theme Name: Freelance Master
Theme URI: https://github.com/lucagrillo/freelancemaster_frontend
Author: Luca Grillo
Description: A premium WordPress theme for freelance business acceleration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, featured-images, full-width-template, translation-ready
Text Domain: freelancemaster
*/

/* Tailwind styles will be appended here or enqueued separately */
#site-navigation.is-open .mobile-menu-container {
    transform: translateX(0);
}

.mobile-menu-container {
    transition: transform 0.3s ease-in-out;
    display: flex;
}

/* Force hide on desktop */
@media (min-width: 768px) {
    .mobile-menu-container {
        display: none !important;
    }
}
