/* DHTMLX Widget – common portal styles */
.dhtmlx-demo-wrapper {
    padding: 20px;
    font-family: 'Roboto', sans-serif;
}

.dhtmlx-demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
}

.dhtmlx-demo-header h2 {
    margin: 0;
    font-size: 22px;
    color: #333;
}

.dhtmlx-demo-toolbar {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.dhtmlx-btn {
    padding: 6px 14px;
    background: #4a90e2;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.dhtmlx-btn:hover { background: #357ab8; }
.dhtmlx-btn.secondary { background: #7f8c8d; }
.dhtmlx-btn.secondary:hover { background: #5d6d7e; }

.dhtmlx-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Legend */
.dhtmlx-legend {
    display: flex;
    gap: 16px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.dhtmlx-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.dhtmlx-legend-color {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}
