section.knowledgehelpful{border-bottom:1px solid var(--pastel-gray);border-top:1px solid var(--pastel-gray);margin:auto;max-width:44pc;padding-bottom:20px;padding-top:20px;position:relative}
@media(max-width:576px){section.knowledgehelpful:after{top:-1px}
section.knowledgehelpful:after,section.knowledgehelpful:before{background-color:var(--pastel-gray);content:"";height:1px;left:-20px;position:absolute;width:100vw}
section.knowledgehelpful:before{bottom:-1px}
}
@media(max-width:767px){section.knowledgehelpful .asking{text-align:center}
}
section.knowledgehelpful .asking .helpful-question{display:inline-block;font-family:Montserrat;font-size:14px;font-weight:600;line-height:21px;margin-bottom:0;margin-right:1pc}
section.knowledgehelpful .asking .helpful-answer{border:1px solid #000;border-radius:2pc;color:var(--black);display:inline-block;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:9pt;font-weight:500;line-height:1pc;margin-right:10px;padding:6px 9pt;text-align:center;width:60px}
section.knowledgehelpful .asking .helpful-answer:hover{background-color:var(--light-hover-btn-color);border-color:var(--light-hover-btn-color);color:var(--white)}
section.knowledgehelpful .asking .helpful-answer:active,section.knowledgehelpful .asking .helpful-answer:focus{background-color:var(--light-click-btn-color);border-color:var(--light-click-btn-border-color);color:var(--white)}
section.knowledgehelpful .reply{display:inline-block;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;margin-bottom:0;margin-right:1pc}
@media(max-width:767px){section.knowledgehelpful .reply{width:100%}
}