/* Weather-specific styles */
.weather-result {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 15px;
}

/* ... rest of the weather-specific styles ... */