/*Theme Name:		Amy Movie Child
Theme URI:		http://www.amytheme.com
Author:			AmyTheme
Author URI:		http://themeforest.net/user/amytheme
Description:	AmyMovie best WordPress movie theme.
Version:		4.4.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Template:		amy-movie
Tags:			two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style
Text Domain:	amy-movie*/

/* ==========================================================================
   ALESA OPTIMIZATION: INLINE HEADER MENU FOR DESKTOP/LAPTOP
   ========================================================================== */
@media (min-width: 992px) {
    /* Kurangkan padding kiri/kanan setiap menu dari 20px ke 12px */
    .amy-primary-navigation ul.nav-menu > li > a {
        padding: 0 12px !important;
    }
    
    /* Pastikan container kanan menggunakan ruang flex dengan optimum */
    .amy-right {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }
}