/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #wooCustomFaq button.accordion-button {
	background: transparent;
   color: #262626;
   border: none;
   font-size: 18px;
   font-weight: 600;
   padding: 20px;
   width: 100%;
   text-align: left;
}

#wooCustomFaq .accordion-item {
	border: none !important;
}

 #wooCustomFaq .accordion-button::after {
   content: unset;
   display: none;
 }
 #wooCustomFaq button.accordion-button {
   display: flex;
   align-items: center; 
   justify-content: space-between;
 }
 #wooCustomFaq button.accordion-button:focus {
   box-shadow: none;
 }