.ffa-preview-banner {
  position: sticky;
  top: 0;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  width: 100%;
  padding: 9px 18px;
  color: #12382f;
  background: #dff8ef;
  border-bottom: 1px solid #97d8c4;
  font-family: latoregular, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .25px;
  text-transform: none;
}
.ffa-preview-banner strong { letter-spacing: .7px; }
.ffa-preview-banner a { color: #12382f; text-decoration: underline; }
.ffa-preview-market { display: inline-flex; align-items: center; gap: 7px; margin: 0; }
.ffa-preview-market select {
  min-height: 30px;
  padding: 4px 26px 4px 8px;
  color: #191919;
  background: #fff;
  border: 1px solid #6cab98;
  border-radius: 2px;
  font: inherit;
}
.ffa-embedded-checkout-panel {
  width: min(100%, 640px);
  margin: 26px auto;
  padding: 24px;
  color: #191919;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .08);
  box-sizing: border-box;
  text-align: center;
  text-transform: none;
}
.ffa-embedded-checkout-panel[hidden] { display: none !important; }
.ffa-embedded-checkout-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}
.ffa-embedded-checkout-heading h2 {
  margin: 0 0 5px;
  color: #191919;
  font-family: trocchiregular, Georgia, serif;
  font-size: 21px;
  line-height: 1.3;
  text-transform: none;
}
.ffa-embedded-checkout-heading p,
.ffa-embedded-checkout-message,
.ffa-embedded-checkout-help {
  margin: 0;
  color: #5d5d5d;
  font-family: latoregular, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: .15px;
  text-transform: none;
}
.ffa-embedded-checkout-close {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  font: 22px/30px Arial, sans-serif;
  cursor: pointer;
}
.ffa-embedded-checkout-message { padding: 15px; background: #f5f5f5; }
.ffa-embedded-checkout-message.is-error { color: #8d1c1c; background: #fff1f1; }
.ffa-embedded-checkout-message.is-success { color: #0d5f49; background: #e9faf4; }
.ffa-embedded-checkout-help { margin-top: 14px; }
.ffa-embedded-checkout-help p { margin: 0 0 7px; }
.ffa-embedded-checkout-help p:last-child { margin-bottom: 0; }
.ffa-embedded-checkout-help a { color: #0a7a5d; text-decoration: underline; }
.ffa-embedded-checkout-mount { min-height: 140px; }
.question-reading-change-row {
  margin: 18px 0 12px;
  color: #191919;
  font-family: latoregular, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
  text-transform: none;
}
.question-reading-summary-title {
  font-size: 17px !important;
  line-height: 1.45 !important;
}
.superuser-main-block .question-reading-summary-list {
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.superuser-main-block .question-reading-summary-list > li {
  margin-bottom: 42px;
}
.superuser-main-block .question-reading-summary-list > li > span,
.superuser-main-block .question-reading-summary-list h2,
.superuser-main-block .question-reading-summary-list p,
.superuser-main-block .question-reading-summary-list p span {
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.question-reading-final-price {
  font-size: 15px !important;
  line-height: 1.4 !important;
}
.question-reading-change-answers {
  padding: 2px 6px;
  color: #191919;
  background: #f5f5f5;
  border: 1px solid #999;
  border-radius: 2px;
  font: inherit;
  cursor: pointer;
}
.full-birth-compatibility-choice {
  box-sizing: border-box;
  width: min(100%, 620px);
  margin: 20px auto 8px;
  padding: 20px 22px;
  color: #191919;
  background: #fff;
  border: 1px solid #d5d5d5;
  text-align: center;
  text-transform: none;
}
.full-birth-compatibility-choice[hidden] { display: none !important; }
.full-birth-compatibility-choice h2 {
  margin: 0 0 12px;
  color: #191919;
  font-family: trocchiregular, Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: none;
}
.full-birth-compatibility-choice p {
  margin: 0 0 10px;
  padding: 0;
  color: #191919;
  font-family: latoregular, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  text-transform: none;
}
.full-birth-compatibility-choice .full-birth-compatibility-requirement { color: #5d5d5d; }
.full-birth-compatibility-actions { display: flex; justify-content: center; gap: 28px; margin: 18px 0 18px; }
.full-birth-compatibility-actions a {
  display: inline-block;
  min-width: 0;
  padding: 0 2px 3px;
  color: #191919;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
  font-family: latoregular, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  cursor: pointer;
}
.full-birth-compatibility-actions a:hover,
.full-birth-compatibility-actions a:focus,
.full-birth-compatibility-actions a[aria-pressed="true"] {
  color: #000;
  background: transparent;
  border-bottom-color: #333;
  outline: 0;
}
.full-birth-compatibility-price { margin-bottom: 0 !important; }
.full-birth-compatibility-price s { margin-right: 8px; color: #777; }
.full-birth-compatibility-price-action {
  display: inline;
  padding: 0;
  color: #191919;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.full-birth-compatibility-summary {
  margin: 16px 0 8px;
  font-family: latoregular, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
}
.full-birth-compatibility-summary[hidden] { display: none !important; }
.full-birth-compatibility-summary strong { display: block; margin-bottom: 5px; }
.full-birth-compatibility-summary a {
  color: #555;
  border-bottom: 1px solid #c9c9c9;
  text-decoration: none;
}
.full-birth-compatibility-summary a:hover,
.full-birth-compatibility-summary a:focus { border-bottom-color: #555; }
@media (max-width: 620px) {
  .ffa-preview-banner { position: static; align-items: flex-start; gap: 8px; }
  .ffa-preview-market { width: 100%; justify-content: center; }
  .ffa-embedded-checkout-panel { margin: 20px auto; padding: 17px 12px; }
  .full-birth-compatibility-choice { padding: 17px 15px; }
}
