/*
Theme Name: Hainan Blue Ring
Theme URI: https://blue-ring.com
Author: Trae AI
Author URI: https://trae.ai
Description: A modern WordPress theme powered by React and Tailwind CSS for Hainan Blue Ring Technology.
Version: 1.0.0
License: Apache-2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Text Domain: blue-ring
*/

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#site-header-spacer {
    height: 80px;
}

#site-content {
    position: relative;
    z-index: 1;
}

#root > div > nav,
#root nav.fixed,
#root > div > footer {
    display: none !important;
}

.menu-primary-container,
.menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.menu-item a {
    font-size: 0.875rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    color: inherit;
    text-decoration: none;
}

.menu-item a:hover {
    opacity: 0.7;
}

.menu,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
