/*
Theme Name: GreatWP Child
Template: greatwp
Author: Volodymyr Novosolov
Version: 1.0
Description: Child theme для GreatWP з кастомними правками меню, футера та сайдбарів
*/

/* --- Підключення стилів батьківської теми --- */
@import url("../greatwp/style.css");

/* --- Кастомні стилі --- */


.greatwp-secondary-menu-container-inside {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.greatwp-secondary-nav-menu {
    display: flex !important;
    gap: 20px !important;
    float: none !important;
}

.greatwp-secondary-nav-menu li {
    float: none !important;
}
/* Secondary menu: вирівнювання вправо БЕЗ зсуву макета */
.greatwp-secondary-menu-container .greatwp-outer-wrapper {
    display: flex;
    justify-content: flex-end;
}
