.configurator-container {
    max-width: 1200px;
    margin: 0 auto;
}

.configurator-preview {
    background: #f8fafc;
    border-radius: 0.5rem;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
}

.option-group {
    margin-bottom: 1.5rem;
}

.option-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.price-display {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0ea5e9;
}

.configurator-preview img {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

.preview-option {
    margin: 0.25rem 0;
}