.ppc-configurator {
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.ppc-field {
    margin-bottom: 20px;
}

.ppc-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.ppc-field select,
.ppc-field input[type="number"],
.ppc-field input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ppc-checkboxes label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.ppc-total {
    font-size: 1.2em;
    border-top: 2px solid #eee;
    padding-top: 15px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ppc-total-price {
    font-size: 1.5em;
    color: #111;
    font-weight: 700;
}
