.wp-gc-faq-content details {
  background-color: transparent;
  border-top: 1px solid #12121226;
  border-bottom: none; 
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--wp--preset--spacing--small);
  padding-bottom: var(--wp--preset--spacing--small);
}

.wp-gc-faq-content details:last-of-type {
  border-bottom: 1px solid #12121226;
}

.wp-gc-faq-content a:link {
  color: #0000FF;
  text-decoration: underline;
}

.wp-gc-faq-content a:visited {
  color: #0000A0;
}

.wp-gc-faq-content a:hover {
  color: #0000CC;
  text-decoration: underline;
}