.app-subline {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 7px;
}

.app-header .app-subline p {
    flex: 1;
    min-width: 0;
    width: auto;
    margin: 0;
}

.quickroute-help-link {
    display: grid;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-height: 0;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(0, 255, 0, 0.42);
    border-radius: 50%;
    background: rgba(0, 255, 0, 0.06);
    color: #00ff00;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.quickroute-help-link:hover,
.quickroute-help-link:focus {
    background: #00ff00;
    color: #001804;
}
