.destination-meteo {
    padding: 20px;
    border-radius: 12px;
    background: #f5f7fa;
    text-align: center;
    margin: 30px 0;
}

.destination-meteo__title {
    font-size: 24px;
    font-family: arial;
    font-weight: 600;
    margin-bottom: 10px;
    color: #004a99;
}

.destination-meteo__temp {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.destination-meteo__condition {
    margin-top: 10px;
    font-size: 18px;
}

.destination-meteo__wind {
    margin-top: 10px;
    color: #666;
}