/*
.nav-links a {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: var(--wp--preset--color--001);
    color: white;
    display: flex;
    flex-direction: column;
}

.nav-links a:hover {
    background-color: var(--wp--preset--color--002);
    color: #fff;
    border-color: var(--wp--preset--color--002);
    text-decoration: none;
}
*/

body .wrapper__content-width > * {
    max-width: 1200px;
}

body:not(:has(.transparent-header)) #zone__header {
    background-color: #808285 !important;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}