#chartWrapper {
    height: 500px;
    width: 95%;
    overflow: hidden;
}

#chartContainer {
    width: 100%;
    height: 100%;
}

.temp-info-container {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.temp-info-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    width: 45%;
}

.temp-info-box h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.temp-info-text {
    font-weight: bold;
    font-size: 14px;
    color: #555;
}

.dropdown-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.dropdown-container label {
    margin-bottom: 5px;
}

#date {
    height: 35px;
}

.reset-button {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
