/* Editor - Traits Panel & Block Categories */

/* Traits Panel Styling */
#traits-panel {
    padding: 10px;
    border-bottom: 1px solid #333;
    min-height: 50px;
}

#traits-panel:empty::after {
    content: 'Block ausw\u00e4hlen...';
    color: #666;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 20px;
}

.gjs-trt-traits {
    padding: 10px;
}

.gjs-trt-trait {
    margin-bottom: 10px;
}

.gjs-trt-trait .gjs-label {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}

.gjs-trt-trait input[type="text"],
.gjs-trt-trait input[type="number"],
.gjs-trt-trait select {
    width: 100%;
    padding: 8px;
    background: #2a2a3e;
    border: 1px solid #444;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
}

.gjs-trt-trait input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #c41e1e;
}

/* Block Category Headers */
.gjs-block-category .gjs-title {
    background: #0a0a0f !important;
    color: #c41e1e !important;
    font-weight: 600;
    border-bottom: 1px solid #333;
}

.gjs-block-category.gjs-open .gjs-title {
    border-bottom-color: #c41e1e;
}