/* Modernized Admin "Send Test Email" page. Scoped under .modernTestEmailPage so it never affects other pages
   that reuse the same .card/.card-block classes. */

.modernTestEmailPage #pageTitle {
  margin-bottom: 16px;
}

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

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

.modernTestEmailPage .form-group label {
  color: #333;
  margin-top: 12px;
  display: block;
}

.modernTestEmailPage .form-group label:first-child {
  margin-top: 0;
}

.modernTestEmailPage .testEmailRadioRow {
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
}

.modernTestEmailPage .form-control {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd4e0;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;
  margin-top: 4px;
}

.modernTestEmailPage .form-control:focus {
  outline: none;
  border-color: #1c5bc4;
  box-shadow: 0 0 0 3px rgba(28, 91, 196, 0.15);
}

.modernTestEmailPage #replyToInput {
  margin-top: 4px;
}

.modernTestEmailPage .testEmailSubmitRow {
  max-width: 200px;
}

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