.link-navigator {
    background-color: var(--primary);
}

.link-navigator__title {
    color: var(--white);
    font-family: var(--font-poppins);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.9em;
}

.link-navigator__links,
.link-navigator__description,
.link-navigator__links a {
    font-family: var(--font-poppins);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--line);
    font-size: .9em;
}

.link-navigator__links a:hover {
    color: var(--white);
    text-decoration: underline;
}

.menus-widget__actions__date-range span {
    color: var(--label);
    text-decoration: underline;
}

.menus-widget__actions__item,
.menus-widget__actions__item_name {
    margin-left: 1%;
}

.link-navigator__description {
    text-align: center;
    text-transform: inherit;
}