/* Fix alignment of FAQ arrow icons' hover/active state */
.faq-panel .faq-accordion .question:before {
  border-radius: 50% !important;
  padding: 0 !important;
  top: 12px !important;
}

/* Increase bottom margin of <ul> elements in blog posts */
body.blog-page .blog-container ul {
  margin-bottom: 25px !important;
}

/* Replace the Twitter icon with X icon in testimonial cards */
.testimonial-filter-panel .grid-item .program-title .social-icon.twitter:before {
  content: "\e61b" !important;
}

.testimonial-filter-panel .grid-item .program-title .social-icon.twitter {
  font-family: "Font Awesome 6 Brands" !important;
  font-size: 18px !important;
}
