.editor-rozsahu-otacek-rychlosti {
    display: flex;
    gap: 10px;
    padding: 10px;
}

    .editor-rozsahu-otacek-rychlosti .sloupec {
        position: relative;
    }

        .editor-rozsahu-otacek-rychlosti .sloupec > .radek-otacky-label {
            position: absolute;
            bottom: 28px;
            left: 100px;
            display: flex;
            width: 120px;
            margin-bottom: 0 !important;
        }

        .editor-rozsahu-otacek-rychlosti .sloupec:not(:first-child) {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .editor-rozsahu-otacek-rychlosti .sloupec.rychlost-barva {
            flex: 0 0 50px;
        }

        .editor-rozsahu-otacek-rychlosti .sloupec:first-child > *:not(:first-child) {
            margin-bottom: 10px;
        }

        .editor-rozsahu-otacek-rychlosti .sloupec .bunka-x {
            display: flex;
            align-items: center;
        }

            .editor-rozsahu-otacek-rychlosti .sloupec .bunka-x.rychlost-barva {
                justify-content: center;
            }

            .editor-rozsahu-otacek-rychlosti .sloupec .bunka-x.otacky-barva {
                justify-content: center;
            }

            .editor-rozsahu-otacek-rychlosti .sloupec .bunka-x > .input-edit[data-typ="radio-rychlost"] {
                margin-right: 5px;
            }

        .editor-rozsahu-otacek-rychlosti .sloupec .bunka-y {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            transform: translateX(50%);
            z-index: 1;
        }

            .editor-rozsahu-otacek-rychlosti .sloupec .bunka-y > .input-edit[data-typ="radio-otacky"] {
                margin-top: 5px;
            }

    .editor-rozsahu-otacek-rychlosti .min-colorbox {
        width: 24px !important;
        min-width: 24px;
    }

        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-texteditor-input,
        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-dropdowneditor-button,
        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-placeholder {
            display: none;
        }

        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-colorbox-input-container,
        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-dropdowneditor-input-wrapper,
        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-texteditor-container,
        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-texteditor-input-container,
        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-texteditor-buttons-container {
            padding: 0;
            margin: 0;
            min-height: 0;
        }

        .editor-rozsahu-otacek-rychlosti .min-colorbox .dx-colorbox-color-result-preview {
            position: static;
            width: 24px;
            height: 24px;
            margin: 0;
            border: 1px solid #ccc;
            cursor: pointer;
        }

    .editor-rozsahu-otacek-rychlosti .dx-numberbox[data-typ="otacky"] .dx-texteditor-input {
        text-align: center;
    }

    .editor-rozsahu-otacek-rychlosti .editor-rozsahu-tooltip {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
    }
