.site-header {
    position: sticky;
    top: 0;
    z-index: 99;
    margin-bottom: -20px;
    /* box-shadow: 0px 5px 20px 5px rgba(191, 213, 217, 0.21); */
}

.site-header--main {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .site-header--main .site-header--main {
        display: none;
    }
}

.site-header--brand {
    padding: 20px 0;
}

.site-header--main .menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-header--main a {
    color: #FDF7EC;
    color: #FDF7EC;
    font-family: var(--wp--preset--font-family--worker);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
}

.site-header--utilities {
    min-width: 130px;
}

.wp-block-navigation-item.current-menu-item {
    text-decoration: underline;
}