interface WeatherDetailsGridProps {
icon: React.ReactNode;
label: string;
value: string;
subtitle?: string;
}