    .weather-widget {


        padding: 20px;

    }

    .city-select {
        width: 100%;
        padding: 6px 8px;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .weather-summary {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .weather-info {


        border-radius: 8px;
        padding: 10px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .weather-info img {
        width: 36px;
        height: 36px;
    }

    .weather-info .desc {
        font-size: 14px;
        font-weight: 500;
    }

    .weather-info .temp {
        font-size: 16px;
        font-weight: bold;
    }