 .weather{
    font-size: 10px;

 }

 .weather_header{
    font-size: 12x;
    font-weight: bold

 }

 .metar-loading {
   text-align: center;
   align-items: center;
   margin: 10px 0;
}

.metar-loading img {
   text-align: center;
   align-items: center;
   width: 32px;
   height: 32px;
}

.metar-icao-item:hover {
    background-color: #f0f0f0;
}
.metar-reset {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 2px 5px;
}

.metar-icao-item:hover {
    background-color: #f0f0f0;
}
.metar-reset {
    color: #126724;
}
.metar-reset:hover {
    color: #000;
}

.metar-weather-selector,
.metar-weather-container {
    display: inline-block;
    vertical-align: top;
    width: 200px; /* or whatever fits your layout */
    min-height: 180px; /* ensure consistent height across boxes */
    text-align: center;
    margin: 0 10px 10px 0;
    position: relative;
}

.metar-selected-weather {
    min-height: 120px; /* ensures the weather display space is consistent */
}

.metar-reset {
    position: absolute;
    top: 5px;
    right: 5px;
}

.metar-search,
.metar-icao-list {
    margin-bottom: 5px;
}

