/* ic-meteo-fallback.css — UI state quando l'API meteo è giù */
.meteo-error-state {
  text-align: center;
  padding: 32px 20px;
  background: #fbf6ea;
  border: 1px dashed #c79100;
  border-radius: 10px;
  color: #4a4a4a;
  max-width: 520px;
  margin: 16px auto;
}
.meteo-error-state svg {
  display: block;
  margin: 0 auto 10px;
  color: #c79100;
}
.meteo-error-state__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 6px;
}
.meteo-error-state__sub {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.45;
}
.meteo-stale-banner {
  text-align: center;
  padding: 8px 14px;
  background: #fff7e0;
  border: 1px solid #e6d9b8;
  border-radius: 8px;
  color: #6a4a00;
  font-size: 0.85rem;
  margin-bottom: 12px;
}
