/* GPS Trekking - voce menu dedicata, forte ma coerente col tema */
.gps-trekking-menu-link,
a[data-gps-trekking-menu="1"] {
    display: inline-flex !important;
    align-items: center !important;
    gap: .28em !important;
    position: relative;
    color: #06724f !important;
    font-weight: 900 !important;
    letter-spacing: .002em;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .18s ease, transform .18s ease;
}

.gps-trekking-menu-link:hover,
.gps-trekking-menu-link:focus,
a[data-gps-trekking-menu="1"]:hover,
a[data-gps-trekking-menu="1"]:focus {
    color: #045c3f !important;
}

/* Impronta volutamente più grande del testo: deve identificare subito la sezione. */
.gps-trekking-boot-icon {
    width: 31px;
    height: 31px;
    min-width: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: currentColor;
    transform: rotate(-10deg) translateY(-1px);
    transform-origin: center;
}

.gps-trekking-boot-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.gps-trekking-boot-icon .gps-sole-outline,
.gps-catalog-boot-icon .gps-sole-outline {
    fill: currentColor;
    opacity: .28;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linejoin: round;
}

.gps-trekking-boot-icon .gps-sole-tread,
.gps-catalog-boot-icon .gps-sole-tread {
    fill: currentColor;
    opacity: 1;
}

.gps-trekking-boot-icon .gps-sole-rim,
.gps-catalog-boot-icon .gps-sole-rim {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    opacity: .78;
}

.gps-trekking-menu-text {
    color: inherit;
    font-weight: 900 !important;
    line-height: 1.05;
}

/* Stato attivo: evidente ma non simile a un pulsante pubblicitario. */
.current-menu-item > .gps-trekking-menu-link,
.current_page_item > .gps-trekking-menu-link,
.current-menu-ancestor > .gps-trekking-menu-link {
    color: #045c3f !important;
}

.current-menu-item > .gps-trekking-menu-link::after,
.current_page_item > .gps-trekking-menu-link::after,
.current-menu-ancestor > .gps-trekking-menu-link::after {
    content: "";
    position: absolute;
    left: calc(31px + .28em);
    right: 0;
    bottom: -.30em;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    opacity: .85;
}

@media (max-width: 900px) {
    .gps-trekking-boot-icon {
        width: 27px;
        height: 27px;
        min-width: 27px;
    }
    .current-menu-item > .gps-trekking-menu-link::after,
    .current_page_item > .gps-trekking-menu-link::after,
    .current-menu-ancestor > .gps-trekking-menu-link::after {
        left: calc(27px + .28em);
    }
}
