/* Modernized Commish Set League Entry Fee page. Scoped under .modernLeagueEntryFeePage so it never affects
   other pages that reuse the same .card/.card-header/.card-block classes elsewhere. */

.modernLeagueEntryFeePage #pageTitle {
  margin-bottom: 18px;
}

.modernLeagueEntryFeePage .card {
  max-width: 340px;
  border: 1px solid #e2e6f2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(11, 26, 103, 0.06);
  margin-bottom: 20px;
}

.modernLeagueEntryFeePage .card-header {
  background: #f4f6fb;
  border-bottom: 1px solid #e2e6f2;
  padding: 12px 18px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

.modernLeagueEntryFeePage .card-block {
  padding: 18px;
}

.modernLeagueEntryFeePage .card-text input[type="text"] {
  font-size: 18px;
  padding: 8px 10px;
  border: 1px solid #cfd4e0;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

.modernLeagueEntryFeePage .card-text input[type="text"]:focus {
  outline: none;
  border-color: #1c5bc4;
  box-shadow: 0 0 0 3px rgba(28, 91, 196, 0.15);
}

.modernLeagueEntryFeePage .btn.ptfgWhiteOnBlue {
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(11, 26, 103, 0.2);
}
