/**
 * Product Configurator - Gutenberg Blocks Editor Styles
 */

/* Block Placeholder */
.pc-block-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #f0f0f0;
    border: 2px dashed #c3c4c7;
    border-radius: 4px;
    text-align: center;
}

.pc-block-placeholder .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #2271b1;
    margin-bottom: 15px;
}

.pc-block-placeholder p {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
}

.pc-block-placeholder small {
    color: #646970;
    font-size: 12px;
}

/* Block Category Icon */
.block-editor-block-types-list__item[data-type^="product-configurator/"] .block-editor-block-types-list__item-icon {
    background: linear-gradient(135deg, #2271b1, #135e96);
    color: #fff;
    border-radius: 4px;
}
