/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable...
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.4.1783007826
Updated: 2026-07-02 11:57:06
Text Domain: astra-child
Domain Path: /languages
*/
/* Second-level menu border */
.main-header-menu .sub-menu {
    border: 3px solid rgba(255,255,255,0.25);
}

/* Third-level menu: border + open to the LEFT */
.main-header-menu .sub-menu .sub-menu {
    border: 3px solid rgba(255,255,255,0.35);

    /* Force left-opening behavior */
    left: auto !important;
    right: 0 !important;
    margin-right: 200px !important;

    /* Critical: cancels Astra's forced right-shift */
    transform: none !important;
}



