/*
Theme Name: suitou-tosou
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Custom theme for suitou-tosou painting company.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suitou-tosou
Tags: custom, painting, business
*/

#page {
    overflow-x: hidden;
}


/* Add your theme styles below */


/* Main menu horizontal layout and icon styling */

nav .menu {
    display: flex;
    gap: 32px;
    justify-content: flex-end;
    align-items: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

nav .menu-icon {
    display: block;
    margin-bottom: 4px;
    width: 32px;
    height: 32px;
}

nav .menu-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}