/* Shared "system config warning" banner style (e.g. "No tournaments have been loaded...", "There are segments
   without tournaments...", config settings warnings) rendered via admin/shared/_tournaments_loaded_check.rhtml,
   _segments_check.rhtml, and _config_settings_check.rhtml on both the Commish and Admin home pages. Scoped
   under each page's own wrapper class so it never affects the plain .card-header styling used for regular
   section headers on those same pages, or any other unrelated page. */

.modernCommishHomePage .card-header.ptfgSystemConfigWarning,
.modernAdminHomePage .card-header.ptfgSystemConfigWarning {
  background: #ffe58a;
  border-color: #f0c419;
  color: #5c4400;
  font-weight: 600;
}
