/* FOP Dashboard tweaks - overrides for compiled chunk */

/* 1. Hide the 5-Day Forecast completely */
app-dashboard-view .weather-forecast-card {
  display: none !important;
}

/* 2. Reduce Welcome Back banner size */
app-dashboard-view .welcome-section {
  padding: 0.5rem 1rem !important;
  margin-bottom: 0.5rem !important;
}

app-dashboard-view .welcome-card {
  padding: 1rem 1.5rem !important;
  border-radius: 12px !important;
  min-height: auto !important;
}

app-dashboard-view .welcome-card h2 {
  font-size: 1.15rem !important;
  margin-bottom: 0.2rem !important;
}

app-dashboard-view .welcome-card p {
  font-size: 0.85rem !important;
  margin-bottom: 0.4rem !important;
}

app-dashboard-view .welcome-card .date-info {
  font-size: 0.8rem !important;
}

/* Make the weather-current section smaller and inline */
app-dashboard-view .weather-current {
  padding: 0.5rem !important;
  font-size: 0.85rem !important;
}

app-dashboard-view .weather-temp-display {
  font-size: 1.4rem !important;
}

app-dashboard-view .weather-temp {
  font-size: 1.4rem !important;
}

app-dashboard-view .weather-emoji {
  font-size: 1.4rem !important;
}

app-dashboard-view .weather-phrase,
app-dashboard-view .weather-details,
app-dashboard-view .weather-location {
  font-size: 0.75rem !important;
}

/* Tighter top spacing for the rest of the dashboard */
app-dashboard-view .stats-grid {
  margin-top: 0.5rem !important;
}
