/**
 * LZ Menu Location Address Styles
 */

/* Location address in menu items */
.lz-menu-location-address {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-top: 0px;
    line-height: 1.2;
}

/* Hover state - inherit color from parent link */
.menu-item:hover .lz-menu-location-address,
.menu-item.current-menu-item .lz-menu-location-address {
    color: inherit;
    opacity: 0.8;
}

/* Ensure the link wraps properly with flex */
.menu-item-object-location > a {
    display: flex;
    flex-direction: column;
}

/* Elementor menu adjustments */
.elementor-nav-menu .menu-item-object-location .elementor-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elementor-nav-menu .lz-menu-location-address {
    font-size: 11px;
    opacity: 0.7;
}

/* Dropdown menu adjustments */
.sub-menu .lz-menu-location-address {
    font-size: 11px;
}