.weather-info {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #feebe2;
}

.weather-des {
    font-size: 12px;
    white-space: nowrap;
}

.weather {
    top: 2px !important;
}

.temp-group {
    display: flex;
    margin-right: 2px;
}