.ds-fc-manual .ds-fc-accessories-grid {
    margin-top: 12px !important;
    margin-bottom: 24px !important;
}

.ds-fc-manual .ds-fc-accessories-grid .wp-block-columns {
    gap: 16px !important;
    margin-bottom: 10px !important;
}

.ds-fc-manual .ds-fc-accessories-grid .wp-block-column > p {
    margin: 0 !important;
}

.ds-fc-manual .ds-fc-accessories-grid .wp-block-image {
    margin: 0 !important;
}

.ds-fc-manual .ds-fc-accessories-grid .wp-block-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    padding: 6px !important;
}

@media (max-width: 768px) {
    .ds-fc-manual .ds-fc-accessories-grid .wp-block-columns {
        flex-direction: column !important;
        gap: 8px !important;
    }
}
