.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1994 .elementor-element.elementor-element-e29003f .elementor-heading-title{color:#000000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-5168bca */<style>
    /* ===== СТИЛИ ДЛЯ ТАБЛИЦЫ ДАТЧИКА НАПРЯЖЕНИЯ ===== */
    .voltage-sensor-table {
        border: 2px solid black;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 30px;
    }

    .voltage-sensor-table th,
    .voltage-sensor-table td {
        border: 1px solid black;
        padding: 10px;
        vertical-align: middle;
    }

    .voltage-sensor-table th {
        background-color: #d63638;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }

    .voltage-sensor-table td:first-child {
        text-align: left;
        font-weight: 500;
        background-color: #fafafa;
        width: 60%;
    }

    .voltage-sensor-table td:last-child {
        text-align: center;
        font-weight: 500;
    }

    .voltage-sensor-table tr:nth-child(even) td {
        background-color: #f9f9f9;
    }

    /* Стили для вложенных списков внутри таблицы */
    .voltage-sensor-table ul {
        margin: 0;
        padding-left: 20px;
        text-align: left;
    }

    .voltage-sensor-table li {
        list-style-type: disc;
    }

    /* ===== МОБИЛЬНАЯ АДАПТАЦИЯ ===== */
    @media only screen and (max-width: 768px) {
        .voltage-sensor-table,
        .voltage-sensor-table tbody,
        .voltage-sensor-table tr,
        .voltage-sensor-table td {
            display: block !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }

        .voltage-sensor-table thead {
            display: none !important;
        }

        .voltage-sensor-table tr {
            border: 2px solid black !important;
            margin-bottom: 20px !important;
            background: white !important;
        }

        .voltage-sensor-table td {
            border: none !important;
            border-bottom: 1px solid #ddd !important;
            padding: 12px 8px 12px 45% !important;
            text-align: right !important;
            position: relative !important;
            min-height: 30px !important;
        }

        .voltage-sensor-table td:first-child {
            background-color: #e8e8e8 !important;
            font-weight: bold !important;
            text-align: left !important;
            padding-left: 8px !important;
            border-bottom: 2px solid black !important;
        }

        .voltage-sensor-table td:first-child::before {
            display: none !important;
        }

        .voltage-sensor-table td:last-child::before {
            content: "Значение: " !important;
            position: absolute !important;
            left: 8px !important;
            top: 12px !important;
            font-weight: bold !important;
            color: #d63638 !important;
            white-space: nowrap !important;
        }

        .voltage-sensor-table tr td:last-child {
            border-bottom: none !important;
        }

        /* Корректировка для списков на мобильных */
        .voltage-sensor-table ul {
            padding-left: 0;
            margin: 0;
            list-style-position: inside;
        }
        
        .voltage-sensor-table li {
            list-style-type: none;
            border-bottom: 1px dashed #ccc;
            padding: 3px 0;
        }
        
        .voltage-sensor-table li:last-child {
            border-bottom: none;
        }
    }
</style>/* End custom CSS */