.pc-2d0b27c2-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    font-family: inherit;
}

.pc-2d0b27c2-toggle {
    display: inline-flex;
    background: #f1f3f5;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 20px;
}

.pc-2d0b27c2-toggle-btn {
    background: transparent;
    border: none;
    padding: 10px 20px;
    border-radius: 26px;
    cursor: pointer;
    font-weight: bold;
    color: #6E747C;
    transition: all 0.3s ease;
}

.pc-2d0b27c2-toggle-btn.active {
    background: #066CF4;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.pc-2d0b27c2-budget-display {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #1C1F22;
}

.pc-2d0b27c2-budget-val {
    font-size: 1.5rem;
    font-weight: bold;
}

.pc-2d0b27c2-slider-container {
    margin-bottom: 30px;
    padding: 0 10px;
}

.pc-2d0b27c2-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #DDDFE3;
    outline: none;
    margin: 15px 0;
}

.pc-2d0b27c2-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #066CF4;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.pc-2d0b27c2-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #066CF4;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.pc-2d0b27c2-result {
    margin-top: 20px;
}

.pc-2d0b27c2-result-label {
    font-size: 1rem;
    color: #6E747C;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pc-2d0b27c2-result-val {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1C1F22;
    line-height: 1.2;
}

.pc-2d0b27c2-caption {
    font-size: 0.85rem;
    color: #6E747C;
    margin-top: 10px;
}
