/*region COOKIES */
.gya_cookies { position: fixed; z-index: 999998; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background-color: rgba(0, 0, 0, 0.6); font-family: 'Karma', sans-serif; }
.gya_modal { z-index: 999999; width: 400px; box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.54); border-radius: 4px; background-color: #fff; line-height: 1.6; }
.gya_header { font-weight: bold; font-size: 20px; padding: 10px 25px; }
.gya_body { border-top: 1px solid #ccc; padding: 10px 25px; color: #333; text-align: justify; font-size: 13px; }
.gya_cookies_list { list-style: none; margin: 20px auto; }
.gya_cookies_list li { border: 1px solid #ccc; border-bottom:0px; padding: 10px; }
.gya_cookies_list li:last-child { border-bottom: 1px solid #ccc; }
.gya_cookies_list li label { margin-bottom: 0px; }
/*endregion COOKIES */

/*region SEO */
#seoContainer { padding-top: 15px; padding-bottom: 15px; }
#seoContainer .row { margin-bottom: 15px; }
/*endregion SEO */


.main-header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(235 184 75) !important;
}

.trackRouteMap {
    height: 420px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.trackElevation {
    margin-top: 12px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.01);
}

.trackElevationHeader {
    display: flex;
    gap: 10px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 8px;
}

.trackElevationTitle {
    font-weight: 700;
}

.trackElevationMeta {
    color: rgba(0, 0, 0, 0.55);
    font-size: 13px;
}

.trackElevationNoData {
    color: rgba(0, 0, 0, 0.55);
    font-size: 13px;
    margin-bottom: 8px;
}

.trackMapLegend {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    padding: 8px 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    line-height: 1.25;
    min-width: 180px;
}

.trackMapLegend b {
    color: rgba(0, 0, 0, 0.88);
}

#trackElevationCanvas {
    width: 100%;
    display: block;
}

.track-towns {
    position: relative;
    margin-top: 16px;
    padding-left: 18px;
}
/*
.track-towns::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: rgba(0, 0, 0, 0.18);
}
*/
.track-town-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-weight: 600;
}

.track-town-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(235, 184, 75, 0.2);
    flex: 0 0 10px;
}

.track-town-name {
    color: var(--text-color);
}

.track-towns-inline {
    margin-top: 10px;
    max-width: 420px;
}

.itemsListed li {
    padding: 5px 0px;
}
