/* 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;
}

/* Card shell (borders/radius/background/shadow) shared across many admin/commish pages lives in
   card_component_modern.css -- only this page's own max-width/padding/margin-bottom stay here. */
.modernEntryFeeInstructionsPage .card-header {
  max-width: 700px;
  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;
  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);
}
