/* Modernized Commish "League Payment Directions" page. Scoped under .modernLeaguePaymentPage so it never
   affects other pages that reuse the same .card/.card-header/.ptfgCardHeader classes. Unlike several other
   Commish pages, .card-header here is nested inside .card (not a sibling), so no matching max-width/radius
   quirk is needed -- .card can be styled as a normal single rounded box. */

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

.modernLeaguePaymentPage .card {
  max-width: 700px;
  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;
}

.modernLeaguePaymentPage .card-header {
  background: #f4f6fb;
  border-bottom: 1px solid #e2e6f2;
  padding: 12px 20px;
}

.modernLeaguePaymentPage .ptfgCardHeader {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #0b1a67;
}

.modernLeaguePaymentPage .card-block {
  padding: 18px 20px;
}

.modernLeaguePaymentPage .card-text {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
}

.modernLeaguePaymentPage .leaguePaymentBreakdownNote {
  background: #eaf2fc;
  border: none;
  border-left: 4px solid #1c5bc4;
  border-radius: 6px;
  color: #1c3f66;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1.6;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 4px;
}

.modernLeaguePaymentPage .leaguePaymentStatus {
  display: block;
  width: fit-content;
  border-radius: 8px;
  padding: 10px 16px;
  margin: 10px 0;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.3px;
}

.modernLeaguePaymentPage .leaguePaymentStatusPaid {
  background: #eaf6ec;
  border: 1px solid #bfe3c6;
  color: #0b6726;
}

.modernLeaguePaymentPage .leaguePaymentStatusUnpaid {
  background: #fdecea;
  border: 1px solid #f3c5c0;
  color: #c30900;
}

.modernLeaguePaymentPage .leaguePaymentStatusDetail {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-top: 4px;
}

.modernLeaguePaymentPage .leaguePaymentImportantNote {
  background: #fdecea;
  border: none;
  border-left: 4px solid #c30900;
  border-radius: 6px;
  color: #7a1a10;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0;
}

.modernLeaguePaymentPage .leaguePaymentMethod {
  border-top: 1px solid #e2e6f2;
  padding-top: 16px;
  margin-top: 16px;
}

.modernLeaguePaymentPage .leaguePaymentMethod:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.modernLeaguePaymentPage .leaguePaymentMethodHeader {
  color: #0b1a67;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.modernLeaguePaymentPage .leaguePaymentMethod > div {
  margin-bottom: 8px;
}

.modernLeaguePaymentPage .leaguePaymentQrCode {
  display: block;
  max-width: 180px;
  border: 1px solid #e2e6f2;
  border-radius: 8px;
  padding: 8px;
  margin: 8px 0;
}

.modernLeaguePaymentPage .leaguePaymentMailingAddress {
  background: #f4f6fb;
  border: 1px solid #e2e6f2;
  border-radius: 6px;
  color: #333;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.6;
  max-width: 280px;
}
