.ds-fc-manual .ds-fc-hero-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 80px !important;
    align-items: center !important;
    margin-bottom: 80px !important;
}

.ds-fc-manual .ds-fc-hero-image {
    flex: 1 !important;
    max-width: 500px !important;
}

.ds-fc-manual .ds-fc-hero-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    background-color: #f5f5f5 !important;
}

.ds-fc-manual .ds-fc-hero-content {
    flex: 1 !important;
}

.ds-fc-manual .ds-manual-figure img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.ds-fc-manual .ds-fc-manual-content .ds-fc-subtitle {
    margin: 28px 0 14px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

.ds-fc-manual .ds-fc-kv-grid {
    margin-bottom: 24px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.ds-fc-manual .ds-fc-kv-row {
    display: grid !important;
    grid-template-columns: 1.1fr 1.9fr !important;
}

.ds-fc-manual .ds-fc-kv-row + .ds-fc-kv-row {
    border-top: 1px solid #ccc !important;
}

.ds-fc-manual .ds-fc-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-fc-manual .ds-fc-kv-label {
    font-weight: 800 !important;
    color: #000 !important;
    background: #f3f4f6 !important;
    border-right: 1px solid #ccc !important;
}

.ds-fc-manual .ds-fc-kv-grid.ds-kv-grid--plain .ds-fc-kv-label {
    font-weight: 500 !important;
    color: #111 !important;
    background: #fff !important;
}

.ds-fc-manual .ds-fc-kv-table {
    margin: 10px 0 24px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.ds-fc-manual .ds-fc-kv-row--triple {
    display: grid !important;
    grid-template-columns: 1fr 1.6fr 1fr !important;
}

.ds-fc-manual .ds-fc-kv-row--triple .ds-fc-kv-cell {
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.ds-fc-manual .ds-fc-kv-row--triple .ds-fc-kv-cell:last-child {
    border-right: 0 !important;
}

.ds-fc-manual .ds-fc-kv-row--triple:last-child .ds-fc-kv-cell {
    border-bottom: 0 !important;
}

.ds-fc-manual .ds-fc-kv-row--header .ds-fc-kv-label {
    background: #f3f4f6 !important;
}

.ds-fc-series-comparison .ds-fc-product-grid {
    display: flex !important;
    gap: 30px !important;
    margin-bottom: 24px !important;
}

.ds-fc-series-comparison .ds-fc-product-card {
    flex: 1 !important;
    background: #f9f9f9 !important;
    padding: 40px !important;
    border-radius: 20px !important;
    border: 1px solid #e5e5e5 !important;
    text-align: center !important;
}

.ds-fc-series-comparison .ds-fc-product-card .wp-block-image img {
    width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
    border-radius: 12px !important;
    background: #fff !important;
    padding: 10px !important;
}

@media (max-width: 768px) {
    .ds-fc-manual .ds-fc-hero-grid {
        gap: 24px !important;
        margin-bottom: 40px !important;
    }

    .ds-fc-series-comparison .ds-fc-product-grid {
        flex-direction: column !important;
    }

    .ds-fc-manual .ds-fc-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-fc-manual .ds-fc-kv-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        border: 1px solid #ccc !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .ds-fc-manual .ds-fc-kv-cell {
        width: 100% !important;
        padding: 8px 10px !important;
        border: 0 !important;
        box-sizing: border-box !important;
    }

    .ds-fc-manual .ds-fc-kv-label {
        border-right: 0 !important;
    }

    .ds-fc-manual .ds-fc-kv-table {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        max-width: 100% !important;
    }

    .ds-fc-manual .ds-fc-kv-table--triple {
        min-width: 720px !important;
    }
}

/* Product: cubesafer */
.ds-fc-cubesafer-manual .ds-fc-hero-logo {
    display: none !important;
}

/* Product: dx100 */
.ds-fc-dx100-manual .ds-fc-hero-logo {
    display: none !important;
}

/* Product: f405-wing */
.ds-fc-f405-wing-manual .ds-fc-hero-logo {
    display: none !important;
}

/* Product: flight-control */
.ds-fc-flight-control-manual .ds-fc-hero-logo {
    display: none !important;
}
