.vs-a0524c73-container {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: sans-serif;
    max-width: 500px;
    margin: 0 auto;
}
.vs-a0524c73-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}
.vs-a0524c73-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    text-align: center;
}
.vs-a0524c73-slider-group {
    margin-bottom: 25px;
}
.vs-a0524c73-slider-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}
.vs-a0524c73-value-display {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.vs-a0524c73-range {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
}
.vs-a0524c73-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.vs-a0524c73-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
.vs-a0524c73-limits {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.vs-a0524c73-result-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.vs-a0524c73-result-box p {
    font-size: 13px;
    color: #666;
    margin: 0 0 5px 0;
}
.vs-a0524c73-installment {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.vs-a0524c73-btn {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.vs-a0524c73-btn:hover {
    opacity: 0.9;
}