/* Force the openweathermap widget onto its own row, full width below the rest */
#information-widgets > div:has(#weather-api),
#information-widgets > div:has([data-testid="openweathermap"]),
#information-widgets > div:has(svg[data-icon*="weather" i]) {
  flex-basis: 100% !important;
  margin-top: 0.5rem;
  justify-content: flex-start;
}
