:root {
    --page-help-trigger-primary: #478b60;
}

body.page-help-route #header {
    display: none !important;
}

#header nav > ul > li.page-help-nav-item {
    margin-right: 0.82rem;
}

#header nav > ul > li.page-help-nav-item > a.page-help-trigger {
    align-items: center;
    background: rgba(7, 25, 32, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 2px 6px rgba(15, 23, 42, 0.18);
    color: #ffffff !important;
    display: inline-flex !important;
    height: 32px;
    justify-content: center;
    line-height: 1;
    min-height: 32px !important;
    padding: 0 !important;
    position: relative !important;
    right: auto;
    text-decoration: none;
    top: auto;
    transform: none;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    width: 32px;
    z-index: 4;
}

#header nav > ul > li.page-help-nav-item > a.page-help-trigger:hover,
#header nav > ul > li.page-help-nav-item > a.page-help-trigger:focus-visible {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 4px 10px rgba(15, 23, 42, 0.24);
    color: #ffffff !important;
    outline: none;
    transform: scale(1.06);
}

.page-help-trigger i {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
}

.page-help-nav-text {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.page-help-tooltip {
    background: #172033;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.22);
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    left: 0;
    line-height: 1.2;
    opacity: 0;
    padding: 6px 9px;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: translate(-50%, -2px);
    transition: opacity 120ms ease, transform 120ms ease;
    white-space: nowrap;
    z-index: 10000;
}

.page-help-tooltip.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 600px) {
    #header nav > ul > li.page-help-nav-item > a.page-help-trigger {
        height: 30px;
        min-height: 30px !important;
        width: 30px;
    }
}

@media screen and (max-width: 1180px) and (min-width: 841px) {
    #header nav > ul > li.page-help-nav-item {
        margin-right: 0.42rem;
    }
}
