       /* Стили климатического симулятора */
.climate-simulator-container {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #f9f9f9;
}

.simulator-title {
    margin-top: 0;
    color: #333;
}

.simulator-controls {
    margin-bottom: 15px;
}

.control-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.simulator-range {
    vertical-align: middle;
    width: 200px;
}

.range-value {
    display: inline-block;
    width: 40px;
    text-align: right;
    margin-left: 10px;
}

.climate-chart {
    width: 100%;
    max-width: 600px;
}