/*
Theme Name: anamariana
Theme URI: 
Author: tellthemachines
Author URI: 
Description: child theme with some style overrides
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: anamariana
Tags: 
*/

.wp-block-navigation {
    .wp-block-navigation-submenu {
        display: block !important;
    }
    .wp-block-navigation__submenu-icon {
        display: none !important;
    }
    .wp-block-navigation__submenu-container {
       /* reset submenu dropdown styles */
        visibility: initial !important;
        opacity: initial !important;
        position: initial !important;
        height: initial !important;
        width: initial !important;
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: inherit !important;
	border: none !important;
}

div[class*="wp-container-content"]:has( > .wp-block-navigation) {
	flex-shrink: 0;
}

@media (max-width: 600px) {
	div[class*="wp-container-content"]:has( > .wp-block-navigation) {
		flex-shrink: initial;
		flex-basis: initial;
	}
}