.cost-calc-08c20469 {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    font-family: inherit;
}

.cost-calc-08c20469 .calc-field {
    margin-bottom: 15px;
}

.cost-calc-08c20469 label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.cost-calc-08c20469 .calc-input[type="number"],
.cost-calc-08c20469 select.calc-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cost-calc-08c20469 .calc-addons label {
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.cost-calc-08c20469 .calc-result {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 2px solid #eaeaea;
}

.cost-calc-08c20469 .calc-result h3 {
    margin: 0;
    color: #333;
}

.cost-calc-08c20469 .calc-total {
    color: #27ae60;
    font-weight: bold;
}
