.hlc-146-container {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    font-family: inherit;
    max-width: 600px;
    margin: 0 auto;
}

.hlc-146-title {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}

.hlc-146-input-group {
    margin-bottom: 20px;
}

.hlc-146-input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.hlc-146-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
}

.hlc-146-range {
    width: 100%;
    -webkit-appearance: none;
    height: 8px;
    background: #ddd;
    outline: none;
    border-radius: 4px;
}

.hlc-146-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0073aa;
    cursor: pointer;
}

.hlc-146-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0073aa;
    cursor: pointer;
}

.hlc-146-result {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #eee;
    text-align: center;
}

.hlc-146-result h4 {
    margin: 0 0 10px 0;
    color: #555;
}

.hlc-146-result-value {
    font-size: 32px;
    font-weight: bold;
    color: #0073aa;
}
