.sk-step-configurator {
    display: flex;
    gap: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.sk-step-viewer-canvas {
    flex: 1 1 auto;
    min-height: 450px;
    background: #f5f5f5;
    position: relative;
}

.sk-step-sidebar {
    width: 280px;
    font-size: 13px;
}

.sk-short-desc {
    margin-bottom: 10px;
    font-size: 13px;
}

.sk-step-groups {
    margin-bottom: 10px;
}

.sk-step-group {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.sk-step-group h4 {
    margin: 0 0 4px;
}

.sk-step-option-desc {
    font-size: 11px;
    color: #555;
    margin-left: 20px;
}

.sk-step-option-price {
    font-size: 11px;
    color: #333;
    margin-left: 4px;
}

.sk-step-summary-list {
    margin: 4px 0 0;
    padding-left: 18px;
}

.sk-step-total {
    margin-top: 8px;
    font-weight: bold;
}

.sk-step-total-value {
    font-weight: bold;
}

.sk-viewcube {
    position: absolute;
    top: 10px;
    right: 10px;
}
