/* Modern Menu Styles for MyListing Theme */

/* Header Base Styling */
.c27-main-header, 
header.c27-main-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none !important;
    padding: 10px 0 !important;
}

/* Make sure text is dark */
.c27-main-header .i-nav > ul > li > a,
.c27-main-header .header-right a {
    color: #1a202c !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* "Firma eintragen" Button Highlight (Trying to target by common text match or fallback to last item) */
.c27-main-header .i-nav > ul > li.menu-item-27506 > a,
.c27-main-header .header-right .user-area > a:last-child,
.c27-main-header .i-nav > ul > li:last-child > a {
    background-color: #f7a01d !important; /* The orange from the image */
    color: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease;
}

.c27-main-header .i-nav > ul > li.menu-item-27506 > a:hover,
.c27-main-header .header-right .user-area > a:last-child:hover,
.c27-main-header .i-nav > ul > li:last-child > a:hover {
    background-color: #e08b1a !important;
}

/* User Menu Area / Right Header actions */
.header-right .user-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Mobile Toggle Hamburger */
.c27-main-header .mobile-menu-trigger i {
    color: #f7a01d !important;
}
