/* Modernized notes on the Golfers Picked / Golfers Dropped charts. Scoped under .modernGolfersPickedPage so it
   never affects Golfer Earnings or the shared _projected_results_available_check partial (Weekly Results),
   which reuse the same .alert.alert-danger.chartDataUnavailable class but are styled independently
   (golfer_earnings_modern.css). Only the note/callout boxes are modernized here, per request -- the chart itself
   is left as-is. */

.modernGolfersPickedPage .alert.alert-danger.chartDataUnavailable {
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px;
}

.modernGolfersPickedPage .alert.alert-success {
  width: fit-content !important;
  max-width: 100%;
  padding: 10px 16px;
}

.modernGolfersPickedPage .alert.alert-info {
  width: fit-content !important;
  max-width: 100%;
  padding: 10px 16px;
}
