.wc-pfaq-frontend{margin-top:15px}
.wc-pfaq-item{border-bottom:0px solid #eee;padding:8px 0}
.wc-pfaq-question{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.wc-pfaq-left{display:flex;align-items:center;gap:8px}
.wc-pfaq-icon{height:20px;margin-right:8px}
.wc-pfaq-answer{padding:8px 0 0 0;display:none}
.wc-pfaq-title{font-weight:600}
.wc-pfaq-toggle{background:transparent;border:none;font-size:18px;cursor:pointer}
.wc-pfaq-question {
  cursor: pointer;
}
.wc-pfaq-question[aria-expanded="true"] {
font-weight: bold;
}
button.wc-pfaq-toggle {
    display: none;
}
.wc-pfaq-item .wc-pfaq-question:hover
 {
    background: #333333;
}
.wc-pfaq-item .wc-pfaq-question {
    padding: 7px 5px 7px 10px;
}
.wc-pfaq-item .wc-pfaq-answer
 {
    padding: 10px 7px 15px 10px;
}
.wc-pfaq-prefix-text,
.wc-pfaq-suffix-text {
  font-weight: normal;
}