/*
|--------------------------------------------------------------------------
| Route detail additions
|--------------------------------------------------------------------------
| Program Settings notices and linked-event block.
*/
.route-detail-status strong {
    text-transform: uppercase;
}

.gpx-lock-panel p {
    margin-bottom: 16px;
}

.route-linked-event {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
    padding: 16px 0 0;
    border-top: 1px solid var(--line);
}

.route-linked-event strong {
    font-size: 15px;
    line-height: 1.15;
    text-transform: uppercase;
}

.route-linked-event small {
    color: var(--muted);
    font-family: var(--mono);
    font-size: 10px;
    text-transform: uppercase;
}

.route-linked-event .back-link {
    margin-top: 8px;
}

@media (max-width: 720px) {
    .route-linked-event {
        margin-top: 18px;
    }
}
