.weather-widget {
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 400px;
    font-family: Arial, sans-serif;
    background: #fff;
}

.weather-header {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.weather-status {
    margin-top: 5px;
    font-size: 16px;
    color: #555;
}

.weather-forecast {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.weather-forecast td {
    border-bottom: 1px solid #eee;
    padding: 5px;
}
