.cbc-configurator {
    max-width: 600px;
    margin: 20px 0;
}

.cbc-step {
    margin-bottom: 30px;
}

.cbc-step h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.cbc-field {
    margin-bottom: 15px;
}

.cbc-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.cbc-field input, .cbc-field select {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#cbc-total-price {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
}