/*
Theme Name: TechProfitHub
Theme URI: https://techprofithub.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A premium technology WordPress theme for TechProfitHub with animated homepage, editable homepage images, featured blog snippets, contact form, social buttons, analytics widgets, dark/light mode, and plugin-ready styling.
Version: 2.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: techprofithub
Tags: blog, news, custom-logo, custom-menu, featured-images, translation-ready, theme-options
*/

@import url('assets/css/main.css');
/* MAIN HEADER LAYOUT */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* MENU CONTAINER */
.main-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

/* PREVENT WRAPPING */
.main-navigation li {
    display: inline-block;
}

/* BUTTON STYLE OPTIMIZATION */
.main-navigation a {
    padding: 8px 14px;
    font-size: 14px;
    white-space: nowrap;
}

/* PREVENT BREAKING */
.main-navigation {
    overflow: hidden;
}
.main-navigation a {
    border-radius: 18px;
    padding: 6px 12px;
}