/**
* Theme Name: Platea Child
* Description: This is a child theme of Platea.
* Author: <a href="https://gloriathemes.com/">Gloria Themes</a>
* Template: platea
* Version: 1.0.6
*/

/* Гарантируем горизонтальное отображение элементов */
.gt-top-bar .gt-top-bar-inner .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.gt-top-bar .gt-left,
.gt-top-bar .gt-right {
    display: flex !important;
    align-items: center !important;
    gap: 15px;
}

/* Стили для меню в топ-баре */
.gt-top-bar-menu ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 20px;
}

.gt-top-bar-menu ul li {
    margin: 0 !important;
}

/* Стики-топ бар */
.gt-top-bar.gt-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}