/*!
Theme Name: Ninedok
Theme URI: https://ninedok.foxthemes.me/
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.1.3
Author: FOXTHEMES
Author URI: https://themeforest.net/user/fox-themes
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ninedok
*/
/* Стилі для хедера */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #fff; /* Колір фону */
    border-bottom: 1px solid #ddd; /* Легка рамка */
}

.site-logo img {
    max-width: 300px; /* Обмеження ширини логотипа */
    height: auto;
}

.header-content {
    flex-grow: 1;
    text-align: right; /* Вирівнюємо контент праворуч */
}
.genecode-title {
    font-size: 24px; /* Встановлюємо бажаний розмір шрифта */
    font-weight: bold; /* За бажанням зробити шрифт жирним */
    color: #333; /* Колір тексту */
}

