/* 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;
  background: #fdecea;
  border: none;
  border-left: 4px solid #c30900;
  border-radius: 6px;
  color: #7a1a10;
  font-size: 13px;
  line-height: 1.6;
}

.modernGolfersPickedPage .alert.alert-success {
  padding: 10px 16px;
  background: #eaf7ec;
  border: none;
  border-left: 4px solid #0b6726;
  border-radius: 6px;
  color: #1a4d24;
  font-size: 13px;
  line-height: 1.6;
}

.modernGolfersPickedPage .alert.alert-info {
  padding: 10px 16px;
  background: #eaf2fc;
  border: none;
  border-left: 4px solid #1c5bc4;
  border-radius: 6px;
  color: #1c3f66;
  font-size: 13px;
  line-height: 1.6;
}
