/* Menu - No Mega */
.c-site-header__standard-navigation .menu[data-depth="1"] {
    gap: 0.25rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    left: auto;
    margin-top: -1px;
    width: auto;
}
.c-site-header__standard-navigation .menu__link {
    color: var(--tme-color-primary-1);
}
.c-site-header__standard-navigation .menu[data-depth="1"] > .menu__item > [tabindex="0"] > .text {
    font-weight: normal;
}
