.mbde-tour-block {
    margin: 1.75rem 0;
    width: 100%;
}

.mbde-tour-block__map {
    width: 100%;
    min-height: 240px;
    background: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
}

.mbde-tour-block__elevation {
    position: relative;
    width: 100%;
    min-height: 120px;
    margin-top: 0.75rem;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.mbde-tour-block__status {
    padding: 1rem;
    font-size: 0.95rem;
    color: #555;
}

.mbde-tour-block__status.is-error {
    color: #b00020;
}

.mbde-tour-block__elevation-svg {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    touch-action: pan-y;
}


.mbde-tour-block__grid-line {
    stroke: #e6e6e6;
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.mbde-tour-block__grid-label {
    fill: #7a7a7a;
}

.mbde-tour-block__axis {
    stroke: #bdbdbd;
    stroke-width: 1;
}

.mbde-tour-block__label {
    fill: #666;
    font-size: 11px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mbde-tour-block__elevation-area {
    opacity: 0.14;
}

.mbde-tour-block__elevation-line {
    fill: none;
    stroke-width: 2.5;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.mbde-tour-block__hover-line {
    stroke: #222;
    stroke-width: 1;
    stroke-dasharray: 4 3;
}

.mbde-tour-block__hover-dot {
    fill: #fff;
    stroke: #222;
    stroke-width: 2;
}

.mbde-tour-block__tooltip {
    position: absolute;
    z-index: 2;
    transform: translateX(-50%);
    padding: 0.25rem 0.45rem;
    font-size: 0.78rem;
    line-height: 1.2;
    color: #fff;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 4px;
    pointer-events: none;
    white-space: nowrap;
}

.mbde-tour-block__download-wrap {
    margin: 0.75rem 0 0;
}

.mbde-tour-block__download {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid currentColor;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
}

.mbde-tour-block__download:hover,
.mbde-tour-block__download:focus {
    text-decoration: none;
}

.mbde-tour-block-editor {
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
}

.mbde-tour-block-editor__title {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.mbde-tour-block-editor__file,
.mbde-tour-block-editor__filename {
    font-family: monospace;
    word-break: break-all;
}

.mbde-tour-block-editor__options {
    margin: 0.75rem 0 0 1.2rem;
}

.mbde-tour-block__heading {
    margin: 0 0 0.75rem;
}

.mbde-tour-block-editor__heading {
    margin: 0.5rem 0;
}


.mbde-tour-block__map.leaflet-fullscreen-on {
    border-radius: 0;
}
