.elementor-widget-metro_project_subnav {
    position: sticky;
    top: 0;
    margin-bottom: 16px !important;
    padding-top: 16px;
    background-color: white;
    z-index: 10;
}

@media (min-width: 768px) {
    .elementor-widget-metro_project_subnav {
        top: -40px;
        margin-bottom: 48px !important;
        padding-top: 48px;
    }
}

.elementor-metro-project-subnav {
    overflow: auto;
}

.elementor-metro-project-subnav__nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: 100%;
    margin: 0;
    padding-bottom: 1px;
    list-style: none;
    border-bottom: 1px solid #F3F4F6;
    overflow: auto;
}

body a.elementor-metro-project-subnav__link,
body a.elementor-metro-project-subnav__link:not(.active):focus,
body a.elementor-metro-project-subnav__link:not(.active):active {
    display: block;
    padding-block: 10px;
    border-bottom: 1px solid transparent;
    color: #646B77;
    white-space: nowrap;
}

body a.elementor-metro-project-subnav__link:hover,
body a.elementor-metro-project-subnav__link:focus,
body a.elementor-metro-project-subnav__link:active,
body a.elementor-metro-project-subnav__link {
    font-weight: 600;
    text-decoration: none !important;
    outline: none;
}

body a.elementor-metro-project-subnav__link:hover {
    border-bottom-color: #373b42;
    color: #373b42;
}

body a.elementor-metro-project-subnav__link.active:focus,
body a.elementor-metro-project-subnav__link.active:active,
body a.elementor-metro-project-subnav__link.active {
    border-bottom-color: #000;
    color: #000;
}
