/* Modernized Commish Entry Fee Payment Instructions page. Scoped under .modernEntryFeeInstructionsPage so it
   never affects other pages that reuse the same .card/.card-header/.ptfgCardHeader classes, or the shared
   _mailing_address/_generic_submit_button partials rendered elsewhere (e.g. User Profile). */

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

.modernEntryFeeInstructionsPage .row {
  margin: 0;
}

.modernEntryFeeInstructionsPage .col-sm-10 {
  padding-left: 0;
  padding-right: 0;
}

/* Note: .card-header is a sibling of .card in this page's markup (not nested inside it), so both need
   matching max-width/borders/radius to visually read as one card -- same layout quirk as the Home page. */
.modernEntryFeeInstructionsPage .card-header {
  max-width: 700px;
  box-sizing: border-box;
  background: #f4f6fb;
  border: 1px solid #e2e6f2;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 12px 20px;
}

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

.modernEntryFeeInstructionsPage .card {
  max-width: 700px;
  box-sizing: border-box;
  border: 1px solid #e2e6f2;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(11, 26, 103, 0.06);
  margin-top: 0;
  margin-bottom: 20px;
}

.modernEntryFeeInstructionsPage .card-block {
  padding: 16px 20px;
}

.modernEntryFeeInstructionsPage .card-block .form-group:last-child {
  margin-bottom: 0;
}

.modernEntryFeeInstructionsPage #mailingAddress .card {
  margin-bottom: 36px;
}

.modernEntryFeeInstructionsPage .form-group label {
  color: #333;
}

.modernEntryFeeInstructionsPage .entryFeeOnlinePaymentCard .form-control {
  max-width: 100%;
  width: 100%;
}

.modernEntryFeeInstructionsPage .form-control {
  max-width: 320px;
}

.modernEntryFeeInstructionsPage textarea.form-control {
  max-width: 100%;
  width: 100%;
  min-height: 140px;
}

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