 
.ds-spec-kv-grid .ds-spec-kv-row {
    margin-block-start: 0 !important;  /* 取消顶部外边距 */
    margin-block-end: 0 !important;    /* 取消底部外边距 */
    margin-inline-start: 0 !important; /* 取消左侧外边距 */
    margin-inline-end: 0 !important;   /* 取消右侧外边距 */
} 
.ds-remote-control-manual .ds-manual-figure img {
    width: 100% !important;
    height: 360px !important;
    object-fit: contain !important;
    background: #f9f9f9 !important;
    border: 1px dashed #ccc !important;
    padding: 12px !important;
    border-radius: 12px !important;
}

.ds-remote-control-manual .ds-remote-accessories-table img {
    width: 220px !important;
    height: 140px !important;
    object-fit: contain !important;
    background: #f9f9f9 !important;
    border: 1px dashed #ccc !important;
    border-radius: 10px !important;
    padding: 8px !important;
    display: block !important;
}

.ds-remote-control-manual .ds-remote-accessories-table td {
    vertical-align: middle !important;
}

.ds-remote-control-manual .ds-remote-accessories-grid {
    border: 1px solid #ccc !important;
    border-radius: 12px !important;
    padding: 14px !important;
    background: #fff !important;
    margin-block-end: 24px !important;
}

.ds-remote-control-manual .ds-remote-accessories-grid .wp-block-columns {
    margin: 0 !important;
    gap: 12px !important;
    align-items: center !important;
}

.ds-remote-control-manual .ds-remote-accessories-grid .wp-block-columns + .wp-block-columns {
    border-top: 1px solid #e5e7eb !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
}

.ds-remote-control-manual .ds-remote-accessories-grid .wp-block-columns .wp-block-column:last-child {
    text-align: center !important;
}

.ds-remote-control-manual .ds-remote-accessories-grid .ds-manual-figure img {
    width: 220px !important;
    height: 140px !important;
    object-fit: contain !important;
    background: #f9f9f9 !important;
    border: 1px dashed #ccc !important;
    border-radius: 10px !important;
    padding: 8px !important;
}

.ds-remote-control-manual .ds-remote-parts-table th {
    background: #111 !important;
    color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 12px 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.ds-remote-control-manual .ds-remote-parts-table table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-remote-parts-table th,
.ds-remote-control-manual .ds-remote-parts-table td {
    border: 1px solid #ccc !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
}

.ds-remote-control-manual .ds-remote-parts-table td {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #111 !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-remote-parts-table td:nth-child(1),
.ds-remote-control-manual .ds-remote-parts-table td:nth-child(3) {
    width: 48px !important;
    min-width: 48px !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #000 !important;
    background: #f3f4f6 !important;
}

.ds-remote-control-manual .ds-remote-parts-table th:nth-child(1),
.ds-remote-control-manual .ds-remote-parts-table th:nth-child(3) {
    width: 72px !important;
    text-align: center !important;
}

.ds-remote-control-manual .ds-remote-parts-table td:nth-child(3) {
    font-weight: 800 !important;
}

.ds-remote-control-manual .ds-d30-dual-parts-table th,
.ds-remote-control-manual .ds-d30-dual-parts-table td {
    font-weight: 500 !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-title,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-title,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-title {
    margin: 0 0 12px !important;
    font-weight: 800 !important;
    color: #000 !important;
    font-size: 18px !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-grid,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-grid,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-grid {
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row {
    display: grid !important;
    grid-template-columns: 1.1fr 1.9fr 1.1fr 1.9fr !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row--wide,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row--wide,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row--wide {
    grid-template-columns: 1.1fr 1fr !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row + .ds-spec-kv-row,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row + .ds-spec-kv-row,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row + .ds-spec-kv-row {
    border-top: 1px solid #ccc !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-cell,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-cell,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-cell {
    padding: 12px 14px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #111 !important;
    background: #fff !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-label,
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-label,
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-label {
    font-weight: 800 !important;
    color: #000 !important;
    background: #f3f4f6 !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(1),
.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(3),
.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(1),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(3),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(1),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(3),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4) {
    border-right: 1px solid #ccc !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4) {
    border-right: 0 !important;
}

.ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1),
.ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1),
.ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1) {
    border-right: 1px solid #ccc !important;
}

@media (max-width: 782px) {
    .ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row,
    .ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row,
    .ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row {
        grid-template-columns: 1fr 1fr !important;
    }

    .ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row--wide,
    .ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row--wide,
    .ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row--wide {
        grid-template-columns: 1fr !important;
    }

    .ds-remote-control-manual .ds-d30-dual-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1),
    .ds-remote-control-manual .ds-d50-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1),
    .ds-remote-control-manual .ds-d100-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1) {
        border-right: 0 !important;
        border-bottom: 1px solid #ccc !important;
    }
}

.ds-remote-control-manual .ds-d50-parts-table th,
.ds-remote-control-manual .ds-d50-parts-table td,
.ds-remote-control-manual .ds-d100-parts-table th,
.ds-remote-control-manual .ds-d100-parts-table td {
    font-weight: 500 !important;
}

.ds-remote-control-manual .ds-d50-receiver-parts-table td:first-child,
.ds-remote-control-manual .ds-d100-receiver-parts-table td:first-child {
    font-weight: normal !important;
    width: auto !important;
    color: #111 !important;
}

.ds-remote-control-manual .ds-d30-parts-table th,
.ds-remote-control-manual .ds-d30-parts-table td {
    font-weight: 500 !important;
}

.ds-remote-control-manual .ds-d30-receiver-parts-table td:first-child {
    font-weight: normal !important;
    width: auto !important;
    color: #111 !important;
}

.ds-remote-control-manual .ds-d30-specs .ds-d30-specs-table td:nth-child(1),
.ds-remote-control-manual .ds-d30-specs .ds-d30-specs-table td:nth-child(3) {
    font-weight: 800 !important;
    color: #000 !important;
}

.ds-remote-control-manual .ds-remote-parts-table td:nth-child(2),
.ds-remote-control-manual .ds-remote-parts-table td:nth-child(4) {
    width: auto !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* 100mW Remote Control Responsive KV Grid */
@media (min-width: 768px) {
    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-title {
        margin: 0 0 12px !important;
        font-weight: 800 !important;
        color: #000 !important;
        font-size: 18px !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-grid {
        margin-block-end: 24px !important;
        border: 1px solid #ccc !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row {
        display: grid !important;
        grid-template-columns: 1.1fr 1.9fr 1.1fr 1.9fr !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row--wide {
        grid-template-columns: 1.1fr 1fr !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row + .ds-spec-kv-row {
        border-top: 1px solid #ccc !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-cell {
        padding: 12px 14px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #111 !important;
        background: #fff !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-label {
        font-weight: 800 !important;
        color: #000 !important;
        background: #f3f4f6 !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(1),
    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(3),
    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4) {
        border-right: 1px solid #ccc !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(2),
    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row:not(.ds-spec-kv-row--wide) .ds-spec-kv-cell:nth-child(4) {
        border-right: 0 !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row--wide .ds-spec-kv-cell:nth-child(1) {
        border-right: 1px solid #ccc !important;
    }
}

@media (max-width: 768px) {
    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        border: 0 !important;
        border-radius: 0 !important;
        overflow: visible !important;
        background: transparent !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        border: 1px solid #ccc !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .ds-remote-control-manual .ds-d100mw-specs .ds-spec-kv-cell {
        width: 100% !important;
        padding: 4px 8px !important;
        box-sizing: border-box !important;
        border: 0 !important;
        white-space: normal !important;
    }

    .ds-remote-control-manual.ds-d100mw-manual .ds-manual-figure img {
        width: 100% !important;
        height: auto !important;
    }
}

.ds-remote-control-manual .ds-remote-parts-table tbody tr:nth-child(even) td:nth-child(2),
.ds-remote-control-manual .ds-remote-parts-table tbody tr:nth-child(even) td:nth-child(4) {
    background: #fafafa !important;
}

.ds-remote-control-manual .ds-remote-pin-table table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-remote-pin-table th,
.ds-remote-control-manual .ds-remote-pin-table td {
    border: 1px solid #ccc !important;
    padding: 12px 14px !important;
    vertical-align: middle !important;
}

.ds-remote-control-manual .ds-remote-pin-table th {
    background: #111 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
}

.ds-remote-control-manual .ds-remote-pin-table td {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #111 !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-remote-pin-table td:first-child {
    width: 220px !important;
    font-weight: 800 !important;
    color: #000 !important;
    background: #f3f4f6 !important;
}

.ds-remote-control-manual .ds-remote-power-data-pin-table table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-remote-power-data-pin-table th,
.ds-remote-control-manual .ds-remote-power-data-pin-table td {
    width: auto !important;
    border: 1px solid #ccc !important;
    padding: 10px 8px !important;
    vertical-align: middle !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.ds-remote-control-manual .ds-remote-power-data-pin-table th {
    background: #111 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.ds-remote-control-manual .ds-remote-power-data-pin-table td {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #111 !important;
    background: #fff !important;
}

.ds-remote-control-manual .ds-remote-power-data-pin-table {
    overflow-x: auto !important;
}

.ds-remote-control-manual .ds-remote-power-data-pin-table table {
    width: 100% !important;
    min-width: unset !important;
}

.ds-remote-control-manual .ds-d15-specs {
    margin-block-start: 18px !important;
    margin-block-end: 28px !important;
}

.ds-remote-control-manual .ds-d15-specs figure.wp-block-table {
    margin-block-start: 12px !important;
    margin-block-end: 0 !important;
}
