.people-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
}

.people-form-col {
  flex: 1 1 560px;
  min-width: 560px;
  max-width: 760px;
}

.people-side-col {
  flex: 0 1 760px;
  min-width: 708px;
  max-width: 760px;
  display: block;
}

.people-card-fullrow {
  display: block;
  width: 100%;
  margin-bottom: 28px;
  box-sizing: border-box;
}

.people-card-fullrow > .ff-card {
  width: 100%;
  min-width: 0;
}

.people-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
  box-sizing: border-box;
}

.people-card-grid > .ff-card {
  width: 100%;
  min-width: 0;
}

.people-form-col .webform {
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.people-form-col .forminfoblock,
.people-form-col .forminfotext,
.people-form-col .formfieldblock,
.people-form-col .formfield,
.people-form-col .formfieldnote {
  max-width: 100%;
  box-sizing: border-box;
}

.people-form-col .people-html-toolbar,
.people-form-col .people-html-editor-textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.people-form-col .people-html-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.people-form-col .people-html-toolbar-btn {
  flex: 0 0 auto;
  max-width: 100%;
  white-space: normal;
}

.people-form-col .people-html-editor-textarea {
  display: block;
  min-width: 0;
  resize: vertical;
}   

.ff-card {
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
}

.people-profile-card {
  margin-top: 0;
}

.people-card-title {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 28px;
}

.people-card-imagewrap {
  width: 100%;
}

.people-profile-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.people-card-note {
  margin-top: 14px;
}

.people-image-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.people-image-form {
  margin: 0;
  align-self: flex-start;
}

.people-image-actions .ff-action-button {
  width: auto;
}

.people-image-upload {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.people-card-note {
  margin-top: 14px;
  margin-bottom: 0;
}

.people-profile-card .ff-action-button {
  margin-top: 0;
}

.people-image-upload-native {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.people-image-upload-button {
  display: inline-block;
}

.people-image-upload-name {
  margin-top: 8px;
  margin-bottom: 8px;
}

.people-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.people-inline-actions .people-image-form {
  margin: 0;
}

.people-inline-actions .ff-action-button-small {
  max-width: none;
}

@media only screen and (max-width: 1460px) {
  .people-side-col {
    flex: 0 1 760px;
    min-width: 708px;
    max-width: 760px;
  }
}

@media only screen and (max-width: 1180px) {
  .people-form-col {
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
    order: 1;
  }

  .people-side-col {
    flex: 1 1 100%;
    min-width: 0;
    max-width: none;
    order: 2;
  }

  .people-card-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }

  .people-profile-image {
    max-width: 300px;
  }
}

@media only screen and (max-width: 980px) {
  .people-form-col .forminfoblock,
  .people-form-col .forminfotext {
    width: auto;
    margin-left: 0;
  }

  .people-form-col .forminfoblockrow {
    margin-bottom: 10px;
    height: auto;
  }

  .people-form-col .colforminfo {
    display: block;
    float: none;
    margin: 0;
  }

  .people-form-col .formlabelblock {
    width: auto;
    margin-bottom: 0;
  }

  .people-form-col .formlabelblock-noflag {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
  }

  .people-form-col .formlabelblock-noflag::before {
    display: none;
  }

  .people-form-col .formfieldblock {
    width: auto;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .people-form-col .formlabelblock + .formfieldblock,
  .people-form-col .formlabelblock-noflag + .formfieldblock {
    margin-top: 8px;
  }

  .people-form-col .formfield,
  .people-form-col .formfieldnote,
  .people-form-col .people-html-toolbar,
  .people-form-col .people-html-editor-textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .people-form-col .formsubblock {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 740px) {
  .people-form-col .webform {
    margin-left: 0;
    margin-right: 0;
  }

  .people-form-col .forminfoblock,
  .people-form-col .forminfotext,
  .people-form-col .formsubblock {
    margin-left: 0;
  }
}

@media only screen and (max-width: 620px) {
  .people-card-grid {
    grid-template-columns: 1fr !important;
  }
}

.people-html-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px 0;
  padding: 8px;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.55);
  box-sizing: border-box;
}

.people-html-toolbar-btn {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 999px;
  background: #e6f4ff;
  color: #10263f;
  font-family: PrimaryMediumFont, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}

.people-html-toolbar-btn:hover,
.people-html-toolbar-btn:focus {
  background: #fff1df;
  border-color: #ffc27a;
  color: #33210a;
}

.people-html-editor-textarea {
  width: 100%;
  box-sizing: border-box;
}

.people-profile-cropper {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}

.people-profile-crop-stage {
  position: relative;
  width: 260px;
  height: 260px;
  max-width: 100%;
  overflow: hidden;
  border: 3px solid #1b6e9a;
  border-radius: 16px;
  background: #111;
  box-sizing: border-box;
  cursor: move;
  touch-action: none;
  user-select: none;
}

.people-profile-crop-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px dashed rgba(255,255,255,0.9);
  border-radius: 12px;
  pointer-events: none;
  box-sizing: border-box;
}

.people-profile-crop-img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  user-select: none;
  pointer-events: none;
}

.people-profile-crop-controls {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  max-width: 320px;
}

.people-profile-crop-zoom {
  width: 180px;
  max-width: 100%;
}

/***********************************************************************
  Public member Freak Rank card
**********************************************************************/

.people-rank-card {
  width: 100%;
  margin: 0 0 28px 0;
  background: #ffffff;
}

.people-rank-shell {
  display: grid;
  grid-template-columns: minmax(150px, 200px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.people-rank-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.people-rank-icon {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.people-rank-content {
  min-width: 0;
}

.people-rank-kicker {
  margin: 0 0 10px 0;
  font-family: PrimaryMediumFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.people-rank-progress-track {
  position: relative;
  width: 100%;
  min-height: 82px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 18px;
  box-sizing: border-box;
  background: #ffffff;
}

.people-rank-progress-segments {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.people-rank-progress-segment {
  display: block;
  background: #ffffff;
  border-right: 1px solid rgba(0,0,0,0.18);
  box-sizing: border-box;
}

.people-rank-progress-segment:last-child {
  border-right: 0;
}

.people-rank-progress-segment.rank-segment-1.is-filled {
  background: #e23c4a;
}

.people-rank-progress-segment.rank-segment-2.is-filled {
  background: #f37824;
}

.people-rank-progress-segment.rank-segment-3.is-filled {
  background: #f4bf26;
}

.people-rank-progress-segment.rank-segment-4.is-filled {
  background: #90bc30;
}

.people-rank-progress-segment.rank-segment-5.is-filled {
  background: #2ab597;
}

.people-rank-progress-segment.rank-segment-6.is-filled {
  background: #1c97b4;
}

.people-rank-progress-segment.rank-segment-7.is-filled {
  background: #307be6;
}

.people-rank-progress-segment.rank-segment-8.is-filled {
  background: #6d5be0;
}

.people-rank-progress-segment.rank-segment-9.is-filled {
  background: #b844d6;
}

.people-rank-progress-segment.rank-segment-10.is-filled {
  background: #e84897;
}

.people-rank-progress-label {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  box-sizing: border-box;
}

.people-rank-progress-percent,
.people-rank-progress-title {
  display: inline-block;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(15, 30, 50, 0.88);
  color: #ffffff;
  font-family: PrimaryMediumFont, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.15;
  box-sizing: border-box;
}

.people-rank-progress-percent {
  padding: 8px 15px;
  font-size: clamp(24px, 2.5vw, 38px);
  white-space: nowrap;
}

.people-rank-progress-title {
  padding: 9px 16px;
  font-size: clamp(18px, 2vw, 30px);
  text-align: right;
}

.people-rank-next {
  margin: 12px 0 0 0;
  font-size: 18px;
  line-height: 26px;
}

.people-rank-next-max {
  color: #7a1c68;
}

.people-rank-helper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 16px;
}

.people-rank-helper > summary {
  list-style: none;
}

.people-rank-helper > summary::-webkit-details-marker {
  display: none;
}

.people-rank-helper-toggle {
  box-sizing: border-box;
}

.people-rank-helper-toggle::after {
  content: " \25BC";
}

.people-rank-helper[open] .people-rank-helper-toggle::after {
  content: " \25B2";
}

.people-rank-helper-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 30;
  width: min(720px, calc(100vw - 64px));
  max-height: min(72vh, 720px);
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 16px;
  background: #ffffff;
  box-sizing: border-box;
}

.people-rank-helper-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.28);
  border-radius: 999px;
  background: #fff1df;
  color: #33210a;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
}

.people-rank-helper-close:hover,
.people-rank-helper-close:focus {
  background: #e6f4ff;
  color: #10263f;
  outline: none;
}

.people-rank-helper-title {
  margin: 0 48px 10px 0;
  font-size: 22px;
  line-height: 28px;
}

.people-rank-helper-next {
  margin: 0 0 16px 0;
  font-size: 17px;
  line-height: 25px;
}

.people-rank-helper-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.people-rank-helper-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0 0 10px 0;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 12px;
  box-sizing: border-box;
}

.people-rank-helper-mark {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  box-sizing: border-box;
}

.people-rank-helper-item.is-complete {
  background: rgba(221, 246, 227, 0.7);
}

.people-rank-helper-item.is-complete .people-rank-helper-mark {
  background: #d9f3df;
  color: #16753a;
}

.people-rank-helper-item.is-missing {
  background: rgba(255, 228, 228, 0.72);
}

.people-rank-helper-item.is-missing .people-rank-helper-mark {
  background: #ffd7d7;
  color: #ba1e2c;
}

.people-rank-helper-label {
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
}

.ff-member-profile-stub {
  margin-top: 28px;
}

@media only screen and (max-width: 900px) {
  .people-rank-shell {
    grid-template-columns: 1fr;
  }

  .people-rank-icon-wrap {
    justify-content: center;
  }

  .people-rank-icon {
    max-width: 200px;
  }

  .people-rank-progress-title {
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .people-rank-progress-track {
    min-height: 118px;
  }

  .people-rank-progress-label {
    min-height: 118px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 14px;
  }

  .people-rank-progress-percent {
    font-size: 28px;
  }

  .people-rank-progress-title {
    font-size: 21px;
  }

  .people-rank-next {
    font-size: 16px;
    line-height: 24px;
  }

  .people-rank-helper {
    display: block;
    width: 100%;
  }

  .people-rank-helper-toggle {
    display: block;
    width: 100%;
    text-align: center;
  }

  .people-rank-helper-panel {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 12px;
    padding: 16px;
  }

  .people-rank-helper-item {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 9px 10px;
  }

  .people-rank-helper-mark {
    width: 26px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
  }

  .people-rank-helper-label {
    font-size: 15px;
    line-height: 22px;
  }

  .people-rank-actions {
    align-items: stretch;
  }

  .people-rank-actions .people-rank-helper {
    flex: 1 1 100%;
  }

  .people-rank-actions .people-rank-action-link {
    flex: 1 1 auto;
    text-align: center;
  }

}

/***********************************************************************
  Public profile state monsters
**********************************************************************/

.ff-member-display-state {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.ff-member-display-state-monster {
  width: 100%;
  text-align: center;
}

.ff-member-display-state-monster img {
  display: block;
  width: min(100%, 900px);
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}

.ff-member-display-state-copy {
  width: 100%;
  max-width: 980px;
  margin: 38px auto 0 auto;
  padding: 0 18px;
  text-align: center;
  box-sizing: border-box;
}

.ff-member-display-state-message {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 34px;
}

.ff-member-display-state-extra {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 0 auto;
  padding: 0 18px;
  text-align: center;
  box-sizing: border-box;
}

.ff-member-display-state-copy .ff-member-display-state-message,
.ff-member-display-state-extra .ff-member-display-state-message {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/***********************************************************************
  Public profile content cards
**********************************************************************/

.people-public-profile-card {
  margin: 0 0 28px 0;
}

.people-rider-bio-body {
  font-size: 18px;
  line-height: 30px;
}

.people-rider-bio-body p {
  margin-top: 0;
  margin-bottom: 18px;
}

.people-rider-bio-body ul.ff-list-bullet {
  margin-top: 0;
  margin-bottom: 18px;
}

.people-rider-bio-body > :first-child {
  margin-top: 0;
}

.people-rider-bio-body > :last-child {
  margin-bottom: 0;
}

.people-rider-video-body {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.people-profile-video-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #111111;
  box-sizing: border-box;
}

.people-profile-video-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.people-profile-video-frame-youtube,
.people-profile-video-frame-facebook {
  padding-top: 56.25%;
}

.people-profile-video-frame-instagram {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 125%;
}

@media only screen and (max-width: 740px) {
  .ff-member-display-state-copy {
    margin-top: 28px;
    padding: 0 10px;
  }

  .ff-member-display-state-extra {
    padding: 0 10px;
  }

  .ff-member-display-state-message {
    font-size: 18px;
    line-height: 28px;
  }

  .people-rider-bio-body {
    font-size: 16px;
    line-height: 27px;
  }
}

.ff-member-resend-verify-form .ff-action-button {
  display: inline-block;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  white-space: nowrap !important;
}

/***********************************************************************
  Public profile Article Contributions card
**********************************************************************/

.people-article-contributions-card-shorttitles .people-article-contributions-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.people-article-contributions-list li {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 560px) {
  .people-article-contributions-card-shorttitles .people-article-contributions-list {
    grid-template-columns: 1fr;
  }
}

/***********************************************************************
  People admin DoReport account-state row colors
**********************************************************************/

.people-report-row-even {
  background-color: #ffffff;
}

.people-report-row-odd {
  background-color: #f7f9fc;
}

.people-report-row-deleted {
  background-color: #e4e7eb !important;
}

.people-report-row-suspended {
  background-color: #ffe4b8 !important;
}

.people-report-row-banned {
  background-color: #ffd2d2 !important;
}

.people-report-row-unverified {
  background-color: #d8c0f0 !important;
}

.people-report-row-verified-unclaimed {
  background-color: #eee1fb !important;
}

.people-report-row-clear {
  background-color: #dcf4df !important;
}

.people-report-row-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin: 12px 0 18px 0;
  padding: 10px 12px;
  border: 1px solid #d7deea;
  background: #f8fbff;
  box-sizing: border-box;
}

.people-report-row-legend-title {
  font-weight: bold;
}

.people-report-row-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.people-report-row-legend-swatch {
  display: inline-block;
  width: 22px;
  height: 16px;
  border: 1px solid rgba(0,0,0,0.24);
  box-sizing: border-box;
}

.people-report-row-legend-deleted {
  background-color: #e4e7eb;
}

.people-report-row-legend-banned {
  background-color: #ffd2d2;
}

.people-report-row-legend-suspended {
  background-color: #ffe4b8;
}

.people-report-row-legend-unverified {
  background-color: #d8c0f0;
}

.people-report-row-legend-verified-unclaimed {
  background-color: #eee1fb;
}

.people-report-row-legend-clear {
  background-color: #dcf4df;
}

/***********************************************************************
  People admin delete action grouping
**********************************************************************/

.people-admin-delete-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/***********************************************************************
  People admin DoReport bulk row actions
**********************************************************************/

.people-report-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 14px 0;
  padding: 10px 12px;
  border: 1px solid #d7deea;
  background: #f8fbff;
  box-sizing: border-box;
}

.people-report-bulk-actions-label {
  margin-right: 4px;
}

.people-account-action-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
  margin-top: 20px;
}

.people-account-action-form {
  flex: 1 1 560px;
  min-width: 320px;
  max-width: 760px;
}

.people-account-action-form .webform {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.people-account-session-card {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.people-account-session-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.people-formrow-tall {
  min-height: 190px;
  height: auto;
}

.people-formrow-tall textarea.formfield {
  min-height: 150px;
}

.people-account-helper-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.people-account-helper-actions .ff-action-button,
.people-account-helper-actions .ff-action-button:link,
.people-account-helper-actions .ff-action-button:visited {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.people-member-edit-layout {
  align-items: flex-start;
}

.people-member-edit-form h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0,0,0,0.16);
}

.people-member-edit-form h2:first-child {
  margin-top: 0;
}

.people-member-edit-message {
  margin: 0 0 18px 0;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.16);
  box-sizing: border-box;
}

.people-member-edit-message-success {
  background: #dcf4df;
}

.people-member-edit-message-info {
  background: #e6f4ff;
}

.people-member-edit-message-warning {
  background: #fff1df;
}

.people-member-edit-cap-note {
  margin: 0 0 18px 0;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.16);
  border-radius: 12px;
  background: #f8fbff;
  box-sizing: border-box;
}

.people-member-edit-form .ff-action-button,
.people-member-edit-form .ff-action-button:link,
.people-member-edit-form .ff-action-button:visited,
.people-member-edit-layout .ff-action-button,
.people-member-edit-layout .ff-action-button:link,
.people-member-edit-layout .ff-action-button:visited {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.people-member-multi {
  min-height: 150px;
}

.people-extra-image-slot {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.16);
}

.people-extra-image-slot h3 {
  margin: 0 0 10px 0;
}

.people-account-editprofile-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
}

.people-account-profile-summary-card {
  flex: 0 0 260px;
  max-width: 260px;
  margin-top: 20px;
  text-align: center;
}

.people-account-session-card {
  flex: 1 1 420px;
  min-width: 320px;
}

.people-account-profile-summary-imagewrap {
  width: 100%;
  text-align: center;
}

.people-account-profile-summary-image {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

.people-account-profile-summary-title {
  margin: 14px 0 0 0;
  font-family: PrimaryMediumFont, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 740px) {
  .people-account-profile-summary-card,
  .people-account-session-card {
    flex: 1 1 100%;
    max-width: none;
  }
}

.people-member-edit-top-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px 0;
}

.people-member-edit-top-actions .ff-action-button,
.people-member-edit-top-actions .ff-action-button:link,
.people-member-edit-top-actions .ff-action-button:visited {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/***********************************************************************
  Public member login form side information
**********************************************************************/

.people-account-login-info {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 760px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-top: 20px;
}

.people-account-login-info h2 {
  margin-top: 0;
}

.people-account-login-block {
  width: min(700px, 100%);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.people-account-login-image {
  flex: 0 0 auto;
  margin-right: clamp(12px, 3vw, 24px);
}

.people-account-login-image img {
  width: clamp(150px, 16vw, 300px);
  height: auto;
  display: block;
}

.people-account-login-copy {
  flex: 1 1 auto;
  min-width: 0;
}

@media only screen and (max-width: 800px) {

  .people-account-action-layout {
    flex-direction: column;
  }

  .people-account-action-form,
  .people-account-login-info {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .people-account-login-info,
  .people-account-login-info p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .people-account-login-info {
    margin-left: 0;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .people-account-login-info p {
    margin-left: 0;
    margin-right: 0;
  }

  .people-account-login-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .people-account-login-image {
    display: block;
    flex: 0 0 auto;
    margin-right: 0;
  }

  .people-account-login-copy {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin-bottom: 20px;
  }
}

/***********************************************************************
  Public profile My Disciplines card
**********************************************************************/

.people-profile-disciplines-card .people-discipline-list {
   margin: 0;
   padding: 0;
   display: grid;

   /* Keep discipline links to 2 columns so longer discipline names
      have enough room and do not wrap as aggressively. */
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 12px 16px;
   align-items: center;
}

.people-profile-disciplines-card .people-discipline-item {
   display: flex;
   align-items: center;
   gap: 8px;
   min-width: 0;
   vertical-align: middle;
}

.people-profile-disciplines-card .people-discipline-monster-icon {
   flex: 0 0 32px;
   width: 32px;
   height: 32px;
   object-fit: contain;
   display: inline-block;
   vertical-align: middle;
}

.people-profile-disciplines-card .people-discipline-monster-icon-missing {
   display: inline-block;
}

.people-profile-disciplines-card .people-discipline-name {
   display: inline-flex;
   align-items: center;
   min-width: 0;
   line-height: 32px;
   vertical-align: middle;
   overflow-wrap: anywhere;
}

@media only screen and (max-width: 1180px) {
   .people-profile-disciplines-card .people-discipline-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}

@media only screen and (max-width: 430px) {
   .people-profile-disciplines-card .people-discipline-list {
      grid-template-columns: 1fr;
   }
}   

/***********************************************************************
  Public member rank owner actions
**********************************************************************/

.people-rank-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.people-rank-actions .people-rank-helper {
  margin-top: 0;
}

.people-rank-actions .ff-action-button,
.people-rank-actions .ff-action-button:link,
.people-rank-actions .ff-action-button:visited {
  margin-top: 0;
  white-space: nowrap;
}

.people-rank-action-link {
  box-sizing: border-box;
}

/***********************************************************************
  Public profile responsive card grid
**********************************************************************/

.people-public-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 28px;
  align-items: stretch;
  margin: 0 0 28px 0;
  box-sizing: border-box;
}

.people-public-profile-grid > .ff-card {
  width: 100%;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
}

.people-public-profile-intro-grid.is-single-card-row {
  grid-template-columns: 1fr;
}

/***********************************************************************
  Public profile About Me card
**********************************************************************/

.people-about-me-body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.people-about-me-imagewrap {
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0;
}

.people-about-me-profile-image {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.people-profile-data-list {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  gap: 10px;
  margin: 0;
}

.people-profile-data-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.people-profile-data-row span,
.people-profile-data-row a {
  overflow-wrap: anywhere;
}

/***********************************************************************
  Public profile social card
**********************************************************************/

.people-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
}

.people-social-item {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.people-social-link,
.people-social-link:link,
.people-social-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap;
}

.people-social-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.people-social-icon {
  flex: 0 0 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@media only screen and (max-width: 1180px) {
  .people-social-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 430px) {
  .people-social-list {
    grid-template-columns: 1fr;
  }
}

/***********************************************************************
  Public profile large rider image card
**********************************************************************/

.people-large-rider-imagewrap {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.people-large-rider-image {
  display: block;
  width: auto;
  max-width: min(100%, 1000px);
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

@media only screen and (max-width: 760px) {
  .people-public-profile-grid {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 980px) {
  .people-about-me-body {
    display: block;
  }

  .people-about-me-imagewrap {
    max-width: 200px;
    margin: 0 0 16px 0;
  }

  .people-profile-data-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media only screen and (max-width: 560px) {
   .people-profile-disciplines-card .people-discipline-list {
      grid-template-columns: 1fr !important;
   }
}

/***********************************************************************
  Profile Trusted / Validated H1 badges
**********************************************************************/

h1.people-profile-heading-with-badge {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
   column-gap: 20px;
   row-gap: 10px;
}

h1.people-profile-heading-with-badge .people-profile-heading-text {
  display: inline-block;
  min-width: 0;
}

.people-profile-heading-badge {
  display: inline-block;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 0;
}

@media only screen and (max-width: 560px) {
  h1.people-profile-heading-with-badge {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
  }

  .people-profile-heading-badge {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}

/***********************************************************************
  Public profile My Monster Merch card
**********************************************************************/

.people-monster-merch-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.people-monster-merch-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}

.people-monster-merch-thumb {
  flex: 0 0 min(40%, 600px);
  width: min(40%, 600px);
  max-width: 600px;
  height: auto;
  border-radius: 12px;
}

.people-monster-merch-caption {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: anywhere;
}

.people-monster-merch-list-multiple {
  grid-template-columns: repeat(2, minmax(0, 40%));
  justify-content: space-between;
  align-items: start;
  gap: 22px 20px;
}

.people-monster-merch-list-multiple .people-monster-merch-item {
  display: block;
  min-width: 0;
}

.people-monster-merch-list-multiple .people-monster-merch-thumb {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 10px auto;
}

.people-monster-merch-list-multiple .people-monster-merch-caption {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 560px) {
  .people-monster-merch-item {
    display: block;
  }

  .people-monster-merch-thumb {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
  }

  .people-monster-merch-list-multiple {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .people-monster-merch-list-multiple .people-monster-merch-thumb {
    width: 100%;
    max-width: 600px;
  }
}

/***********************************************************************
  Public profile More Stuff card
**********************************************************************/

.people-more-stuff-card .people-profile-data-row {
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 16px;
}

.people-more-stuff-card .people-profile-data-row strong {
  white-space: nowrap;
}

@media only screen and (max-width: 430px) {
  .people-more-stuff-card .people-profile-data-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/***********************************************************************
  Public profile My Pin Map card
**********************************************************************/

.people-pinmap-card {
  min-width: 0;
}

.people-pinmap-card-map {
  width: 100%;
  height: 360px;
  min-height: 320px;
  border: 2px solid rgba(0,0,0,0.22);
  border-radius: 16px;
  overflow: hidden;
  background: #dfeff8;
  box-sizing: border-box;
}

.people-pinmap-card .leaflet-container {
  font-family: inherit;
}

@media only screen and (max-width: 560px) {
  .people-pinmap-card-map {
    height: 320px;
    min-height: 300px;
  }
}

/***********************************************************************
  Public profile extra rider image cards
**********************************************************************/

.people-extra-rider-imagewrap {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.people-extra-rider-image {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

/***********************************************************************
  Placeholder profile claim form
**********************************************************************/

.people-claim-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
}

.people-claim-layout .people-account-action-form {
  flex: 1 1 560px;
  min-width: 560px;
  max-width: 760px;
}

.people-claim-layout .people-account-login-info {
  flex: 1 1 420px;
  min-width: 320px;
  max-width: 760px;
  margin-left: 0;
  margin-top: 20px;
}

.people-claim-help h2 {
  margin-top: 0;
}

.people-claim-help-block {
  margin-bottom: 18px;
}

.people-claim-monster {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

.people-claim-code {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 8px;
  background: #fff1df;
  border: 1px solid rgba(0,0,0,0.18);
  font-family: monospace;
  letter-spacing: 0.04em;
}

.people-claim-proof-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 100%;
}

.people-claim-proof-upload-button {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.people-claim-proof-upload-name {
  margin-top: 0;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1300px) {
  .people-claim-layout .people-account-action-form,
  .people-claim-layout .people-account-login-info {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .people-claim-layout .people-account-login-info {
    margin-left: 0;
    margin-top: 0;
  }
}

.people-claim-proof-preview {
  margin: 8px 0 4px 0;
}

.people-claim-proof-preview-img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 12px;
}

.people-claim-proof-remove-button {
  margin-top: 4px;
  white-space: nowrap;
}

.people-claim-form-feedback {
  margin: 12px 0 4px 0;
  min-height: 22px;
}

.people-claim-form-feedback-error {
  color: #9b1c1c;
  font-weight: 800;
}

/***********************************************************************
  People admin placeholder claim report
**********************************************************************/

.people-claim-report-proof-thumb {
  display: block;
  width: 96px;
  max-width: 96px;
  height: auto;
  border: 1px solid rgba(0,0,0,0.28);
  border-radius: 10px;
  background: #ffffff;
}

.people-claim-report-proof-name {
  margin-top: 5px;
  max-width: 140px;
  font-size: 11px;
  line-height: 15px;
  color: #405060;
  overflow-wrap: anywhere;
}

.people-claim-report-message {
  min-width: 280px;
  max-width: 520px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

/***********************************************************************
  People admin contact member form
**********************************************************************/

.people-admin-contact-layout {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.people-admin-contact-form-col {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
}

.people-admin-contact-webform {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.people-admin-contact-webform .forminfoblock,
.people-admin-contact-webform .forminfotext {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
}

.people-admin-contact-webform .forminfoblockrow {
  display: flow-root;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.people-admin-contact-webform .formlabelblock,
.people-admin-contact-webform .formlabelblock-noflag {
  width: 190px !important;
  box-sizing: border-box !important;
}

.people-admin-contact-webform .formfieldblock {
  width: calc(100% - 210px) !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.people-admin-contact-webform .formfield,
.people-admin-contact-webform .formfieldnote {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.people-admin-contact-webform textarea.formfieldnote {
  min-height: 420px !important;
}

.people-admin-contact-webform .formsubblock {
  margin-left: 210px !important;
}

@media only screen and (max-width: 980px) {
  .people-admin-contact-webform .formlabelblock,
  .people-admin-contact-webform .formlabelblock-noflag {
    width: auto !important;
  }

  .people-admin-contact-webform .formfieldblock {
    width: auto !important;
  }

  .people-admin-contact-webform .formsubblock {
    margin-left: 0 !important;
  }
}

/***********************************************************************
  Public member invite friends form
**********************************************************************/

.people-invite-template-preview {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
  margin: 0;
  padding: 12px;
  border: 1px solid #9dcc9d;
  border-radius: 10px;
  background: #e8f8e8;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
}

.people-invite-pair {
  margin: 0 0 18px 0;
  padding: 0 0 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.18);
}

.people-invite-pair:last-child {
  border-bottom: 0;
}

/***********************************************************************
  Invite Your Foiling Friends early stacking fix
**********************************************************************/

@media only screen and (max-width: 1400px) {
  .people-account-action-layout.people-invite-layout {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .people-account-action-layout.people-invite-layout > .people-account-action-form,
  .people-account-action-layout.people-invite-layout > .people-account-login-info {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .people-account-action-layout.people-invite-layout > .people-account-login-info {
    margin-top: 0 !important;
  }
}

/***********************************************************************
  Member contact actions
**********************************************************************/

.people-profile-contact-actions {
  margin-top: 18px;
}

.people-profile-contact-actions .ff-action-button {
  display: inline-block;
}

/***********************************************************************
  People message monster layouts
**********************************************************************/

.people-message-monster-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  max-width: 980px;
  box-sizing: border-box;
}

.people-message-monster-imagewrap {
  flex: 0 0 300px;
  max-width: 300px;
}

.people-message-monster-image {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

.people-message-monster-copy {
  flex: 1 1 360px;
  min-width: 280px;
  max-width: 620px;
  box-sizing: border-box;
}

@media only screen and (max-width: 680px) {
  .people-message-monster-imagewrap {
    flex: 0 1 300px;
  }

  .people-message-monster-copy {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/***********************************************************************
  People message form layout
**********************************************************************/

.people-message-action-layout {
  align-items: flex-start;
}

.people-message-form-webform {
  box-sizing: border-box;
}

.people-message-body-field {
  min-height: 260px;
}

.people-message-formsubblock-left {
  text-align: left !important;
}

.people-message-form-webform .ff-action-button,
.people-message-form-webform .ff-action-button:link,
.people-message-form-webform .ff-action-button:visited {
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.people-message-secondary-actions {
  margin-top: 18px;
}

.people-message-secondary-actions form {
  margin: 0;
}

.people-message-side-info {
  margin-top: 20px;
}

.people-message-side-info h2 {
  margin-top: 0;
}

.people-message-side-block {
  width: min(700px, 100%);
  box-sizing: border-box;
}

.people-message-side-image {
  margin-bottom: 14px;
}

.people-message-side-image img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}

.people-message-side-copy {
  max-width: 620px;
  overflow-wrap: anywhere;
}

.people-message-profile-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px 0;
  min-width: 0;
  box-sizing: border-box;
}

.people-message-profile-thumb-link {
  flex: 0 0 auto;
  display: block;
}

.people-message-profile-thumb {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
  border: 1px solid rgba(0,0,0,0.24);
  border-radius: 14px;
  box-sizing: border-box;
}

.people-message-profile-linkline {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1000px) {
  .people-message-action-layout {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .people-message-action-layout > .people-account-action-form,
  .people-message-action-layout > .people-message-side-info {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .people-message-action-layout > .people-message-side-info {
    margin-top: 0 !important;
  }

  .people-message-form-webform .forminfoblock,
  .people-message-form-webform .forminfotext {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  .people-message-form-webform .forminfoblockrow {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
  }

  .people-message-form-webform .colforminfo {
    display: block !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .people-message-form-webform .formlabelblock,
  .people-message-form-webform .formlabelblock-noflag {
    width: auto !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }

  .people-message-form-webform .formlabelblock-noflag::before {
    display: none !important;
  }

  .people-message-form-webform .formfieldblock {
    width: auto !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    box-sizing: border-box !important;
  }

  .people-message-form-webform .formfield,
  .people-message-form-webform .formfieldnote {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .people-message-form-webform .formsubblock {
    margin-left: 0 !important;
    margin-top: 24px !important;
  }
}

@media only screen and (max-width: 520px) {
  .people-message-profile-summary {
    align-items: flex-start;
  }

  .people-message-profile-thumb {
    width: 80px;
    max-width: 80px;
  }
}

/***********************************************************************
  Admin profile content validation report
**********************************************************************/

.people-content-validation-controls,
.people-content-validation-bulk-actions {
  margin: 0 0 14px 0;
}

.people-content-validation-bulk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.people-content-validation-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c8d2e1;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.35;
}

.people-content-validation-table th {
  padding: 9px 10px;
  border: 1px solid #c8d2e1;
  background: #e8eef7;
  text-align: left;
  vertical-align: top;
}

.people-content-validation-table td {
  padding: 10px;
  border: 1px solid #d7deea;
  vertical-align: top;
}

.people-content-validation-select {
  text-align: center;
}

.people-content-validation-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 360px;
}

.people-content-validation-thumb {
  width: 96px;
  box-sizing: border-box;
}

.people-content-validation-thumb img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 8px;
  background: #f4f4f4;
  box-sizing: border-box;
}

.people-content-validation-thumb.is-pending img {
  border: 3px solid #d94b22;
}

.people-content-validation-thumb-meta {
  margin-top: 4px;
  font-size: 11px;
  line-height: 15px;
  overflow-wrap: anywhere;
}

.people-content-validation-links,
.people-content-validation-review-list {
  margin: 0;
  padding-left: 18px;
}

.people-content-validation-links li,
.people-content-validation-review-list li {
  margin-bottom: 8px;
  overflow-wrap: anywhere;
}

.people-content-validation-actions {
  white-space: nowrap;
}

.people-content-validation-row-hidden {
  background-color: #e4e7eb !important;
}

.people-content-validation-row-verified {
  background-color: #fff7d6 !important;
}

.people-content-validation-row-validated {
  background-color: #dcf4df !important;
}

.people-content-validation-row-trusted {
  background-color: #d8f0ff !important;
}

.people-content-validation-row-has-pending-images td:first-child {
  border-left: 6px solid #d94b22;
}

.people-content-validation-row-has-pending-reviews td:first-child {
  box-shadow: inset 0 -4px 0 rgba(122, 74, 180, 0.45);
}

/***********************************************************************
  Message member page earlier stacking
**********************************************************************/

@media only screen and (max-width: 1200px) {

  .people-account-action-layout.people-message-action-layout {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }

  .people-account-action-layout.people-message-action-layout > .people-account-action-form,
  .people-account-action-layout.people-message-action-layout > .people-account-login-info.people-message-side-info {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .people-account-action-layout.people-message-action-layout > .people-account-login-info.people-message-side-info {
    margin-top: 28px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .people-message-side-block,
  .people-message-side-copy {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
}
