/*
Theme Name: Anykščiai Women's Employment & Information Center
Theme URI: http://amuic.lt
Author: Antigravity
Author URI: http://amuic.lt
Description: Custom theme for Anykščiai Women's Employment & Information Center based on Google Stitch design.
Version: 1.0
License: GPU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amuic
*/

/* Reset & Basics handled by Tailwind */

/* Navigation Menu Styles */
.menu-main-menu-container ul,
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
}

.menu-item {
    font-size: 0.875rem;
    /* text-sm */
    font-weight: 500;
    /* font-medium */
    color: #264653;
    /* text-secondary-charcoal */
    transition: color 0.15s ease-in-out;
}

.menu-item a {
    text-decoration: none;
    color: inherit;
}

.menu-item:hover {
    color: #E8722A;
    /* text-primary */
}

/* Active Menu Item */
.current-menu-item>a,
.current-menu-ancestor>a,
.current_page_item>a,
.current_page_ancestor>a,
.current-menu-parent>a {
    color: #E8722A !important;
    /* text-primary */
    font-weight: 700;
    /* font-bold */
}