.b2b-faqhelpful.FAQ-helpful {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto 80px;
}
@media (max-width: 800px) {
  .b2b-faqhelpful.FAQ-helpful {
    max-width: 680px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .b2b-faqhelpful.FAQ-helpful {
    max-width: calc(100% - 40px);
  }
}
.b2b-faqhelpful .faq-helpful-wrapper {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-question {
  margin: 0 28px 0 0;
}
@media (max-width: 767px) {
  .b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-question {
    margin: 0 0 28px 0;
  }
}
@media (max-width: 767px) {
  .b2b-faqhelpful .faq-helpful-wrapper.faqhelpful-asking {
    flex-direction: column;
  }
}
.b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-answer-wrap {
  display: flex;
}
.b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-answer {
  min-width: 60px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 16.41px;
  padding: 5px 11px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
}
.b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-answer:hover {
  background-color: #23299b;
  border-color: #23299b;
  color: #ffffff;
}
.b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-answer:active {
  background-color: #221d70;
  border-color: #221d70;
  color: #ffffff;
}
.b2b-faqhelpful .faq-helpful-wrapper .faqhelpful-answer.no {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .b2b-faqhelpful .faq-helpful-wrapper.faqhelpful-reply {
    justify-content: center;
  }
}
.b2b-faqhelpful .faqhelpful-form {
  background-color: #f2f2f2;
  border-radius: 12px;
  padding: 32px;
  margin-top: 20px;
}
.b2b-faqhelpful .faqhelpful-form .wording {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
}
.b2b-faqhelpful .faqhelpful-form span {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
}
.b2b-faqhelpful .faqhelpful-form span label {
  margin: 0 0 0 4px;
  font-weight: 400;
  cursor: pointer;
}
.b2b-faqhelpful .faqhelpful-form label,
.b2b-faqhelpful .faqhelpful-form .submit {
  font-family: "Roboto";
  font-size: 14px;
  line-height: 16.41px;
}
.b2b-faqhelpful .faqhelpful-form input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 3px;
}
.b2b-faqhelpful .faqhelpful-form input[type="radio"]::before {
  width: 18px;
  height: 18px;
  border: 1px solid #757575;
  content: '';
  left: 0px;
  position: absolute;
  top: 0;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}
.b2b-faqhelpful .faqhelpful-form input[type="radio"]:checked::before {
  border: 1px solid #0050c7;
}
.b2b-faqhelpful .faqhelpful-form input[type="radio"]:checked::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0050c7;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.b2b-faqhelpful .faqhelpful-form .submit {
  padding: 6px 12px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  background-color: #000;
  border-style: none;
  margin-top: 24px;
}
.b2b-faqhelpful .faqhelpful-form .submit:hover {
  background-color: #23299b;
}
.b2b-faqhelpful .faqhelpful-form .submit:active {
  background-color: #221d70;
}
