.mp-temp-history {
font-family: inherit;
color: #141617;
padding: 8px 0 40px;
}
.mp-temp-history-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 32px;
padding-bottom: 16px;
border-bottom: 1px solid #e2e6ea;
}
.mp-temp-history-header h2 {
font-size: 20px;
font-weight: 700;
margin: 0;
color: #1f3449;
} .mp-range-select {
appearance: none;
-webkit-appearance: none;
padding: 7px 36px 7px 14px;
border-radius: 8px;
border: 1px solid #c5cdd6;
background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231f3449' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
color: #1f3449;
font-size: 13px;
font-weight: 500;
font-family: inherit;
cursor: pointer;
min-width: 160px;
transition: border-color 0.15s;
}
.mp-range-select:hover {
border-color: #1f3449;
}
.mp-range-select:focus {
outline: none;
border-color: #1f3449;
box-shadow: 0 0 0 3px rgba(31,52,73,0.10);
} .mp-temp-stats {
display: flex;
gap: 28px;
margin-bottom: 14px;
flex-wrap: wrap;
}
.mp-temp-stat {
display: flex;
flex-direction: column;
gap: 1px;
}
.mp-temp-stat-label {
font-size: 10px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #8a9ab0;
}
.mp-temp-stat-value {
font-size: 20px;
font-weight: 700;
letter-spacing: -0.02em;
color: #1f3449;
}
.mp-temp-stat-value.is-water { color: #0077b6; }
.mp-temp-stat-value.is-air   { color: #1f3449; }
.mp-temp-stat-value.is-wind  { color: #64748b; } .mp-temp-chart-wrap {
position: relative;
margin-bottom: 32px;
padding: 20px 16px 14px;
border-radius: 12px;
background: #f7f9fb;
border: 1px solid #e2e6ea;
}
.mp-temp-chart-title {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.10em;
text-transform: uppercase;
color: #8a9ab0;
margin-bottom: 14px;
}
.mp-temp-chart-wrap canvas {
height: 260px !important;
}
@media (max-width: 640px) {
.mp-temp-history-header { flex-direction: column; align-items: flex-start; }
.mp-temp-chart-wrap canvas { height: 200px !important; }
}