/*
Theme Name: Impreza Child
Theme URI: https://robbenmedia.com
Description: Impreza Child Theme for Robben Media customizations
Author: Robben Media
Author URI: https://robbenmedia.com
Template: Impreza
Version: 1.0.0
Text Domain: impreza-child
*/

/* Fix navigation hover background extending to viewport top */
/* Constrain the hover background to the nav item height only */
.w-nav-item.level_1 > .w-nav-anchor:before,
.w-nav-item.level_1 > .w-nav-anchor:after {
    top: auto !important;
    bottom: 0 !important;
    height: 100% !important;
}

/* Alternative fix: Constrain hover effect within header boundaries */
.l-header .w-nav-list.level_1 .w-nav-item.level_1 .w-nav-anchor:before {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
}
