.maplibregl-ctrl-terrain .header {
    display: flex;
    align-items: center;
    padding-left: 6px;
    padding-right: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    min-height: 36px;  /* dodatkowe miejsce na ikonę */
}

.maplibregl-ctrl-terrain svg {
    flex-shrink: 0;
    margin-right: 10px;
    overflow: visible;
    display: inline-block;
}

.maplibregl-ctrl-terrain label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.maplibregl-ctrl-terrain input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.maplibregl-ctrl-terrain .exaggeration {
    display: none; /* ukryty gdy teren wyłączony */
    margin-top: 0px;
    margin-right: 0px;
    padding-left: 10px;
}

.maplibregl-ctrl-terrain .exaggeration label {
    display: block;
    font-size: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
    color: #555;
}

.maplibregl-ctrl-terrain input[type="range"] {
    width: 90%;
    height: 6px;
    border-radius: 3px;
    padding-left: 0px;
    background: #ddd;
    outline: none;
}

.maplibregl-ctrl-terrain input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1976d2;
    cursor: pointer;
}

.maplibregl-ctrl-terrain .value {
    text-align: center;
    font-size: 12px;
    padding-left: 6px;
    margin-top: 1px;
    font-weight: bold;
    color: #1976d2;
}