/* ==========================================
ЦЕНТРУВАННЯ СТРІЧКИ КОНТАКТІВ БЕЗ ПЕРЕНОСІВ РЯДКІВ
========================================== */
#astroid-top-bar .row,
section[class*="top-bars"] .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 30px !important;
}

#astroid-top-bar [class^="col-"],
section[class*="top-bars"] [class^="col-"] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 10px !important;
}

#astroid-top-bar .module_position,
#astroid-top-bar .astroid-header-right,
#astroid-top-bar .mod-languages,
#astroid-top-bar .search {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px !important;
}

#astroid-top-bar span,
#astroid-top-bar a,
#astroid-top-bar div,
#astroid-top-bar p {
    white-space: nowrap !important;
}

#astroid-top-bar .search input,
#astroid-top-bar form input {
    max-width: 180px !important;
}