/* Modernized Golfer Earnings page (golfer_earnings#index). Scoped under .modernGolferEarningsPage so it never
   affects Golfers Picked or the shared _projected_results_available_check partial (Weekly Results), which
   reuse the same .alert.alert-danger.chartDataUnavailable class but haven't been modernized yet.

   Only the "data unavailable" message is modernized here, per request -- the rest of the page (table, filters)
   is left as-is. */

.modernGolferEarningsPage .alert.alert-danger.chartDataUnavailable {
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  padding: 10px 16px;
  background: #fdecea;
  border: none;
  border-left: 4px solid #c30900;
  border-radius: 6px;
  color: #7a1a10;
  font-size: 13px;
  line-height: 1.6;
}
