/* Beauty Truth palette: navy, hot pink and soft purple-grey. */
.bhb-endorsements-form .bhb-endorsement-options {
  border: 1px solid #d5d3de;
  border-radius: 18px;
  overflow: hidden;
}

.bhb-endorsements-form .bhb-endorsement-option {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  background: #fff;
  border-bottom: 1px solid #ead0dc;
  cursor: pointer;
}

.bhb-endorsements-form .bhb-endorsement-option:nth-child(odd) { background: #fff7fa; }
.bhb-endorsements-form .bhb-endorsement-option:last-child { border-bottom: 0; }
.bhb-endorsements-form .bhb-endorsement-option input { margin-top: 3px !important; flex: 0 0 auto; }

.bhb-endorsements-heading {
  margin: 8px 0 14px !important;
  color: #263447 !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-align: left !important;
}
.bhb-written-endorsement { margin: 0 0 28px; }
.bhb-endorsement-instructions { margin-top: 0; }
.bhb-replaced-review-field { display: none !important; }
.bhb-written-endorsement label { display: block !important; margin-top: 14px !important; }
.bhb-word-count { color: #1f3e6b !important; font-size: 13px; font-weight: 700; }
.bhb-word-count.is-complete { color: #cb256b !important; }

.bhb-published-endorsements { margin: 0 0 18px; color: #1f3e6b; }
.media-heading + .bhb-published-endorsements { margin-top: 16px; }
.bhb-published-endorsements h3 { margin: 0 0 16px; font-size: 16px; font-weight: 700; }
.bhb-published-endorsements ul { margin: 0 0 18px; padding: 0; list-style: none; }
.bhb-endorsement-disclaimer { margin: 0 0 14px; }
.bhb-published-endorsements li { position: relative; margin: 0 0 8px; padding-left: 25px; }
.bhb-published-endorsements li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cb256b;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
}
.bhb-written-endorsement-display h3 { font-size: 20px; }
.bhb-written-endorsement-display p { color: inherit; }

@media (max-width: 767px) {
  .bhb-endorsements-form .bhb-endorsement-option { padding: 12px !important; }
}
