.faq-accordion .sp-ea-single:nth-child(3) {
	border-bottom: none !important;
	padding-bottom: 0 !important; 
}

.faq-accordion .sp-ea-single {
	border-radius: 0; 
	padding-top: 10px; 
	min-height: 100px; 
}

.faq-accordion .sp-easy-accordion .sp-ea-single .ea-header a {
	display: flex; 
	flex-direction: row-reverse; 
	justify-content: space-between; 
	align-items: center; 
	gap: 15px; 
}

.faq-accordion .sp-easy-accordion:last-child {
	border-bottom: 1px solid #003d31; 
}

/* Make FAQ answer links match the body text size (keep bold) */
.faq-accordion .sp-ea-single .ea-body a,
.faq-accordion .sp-ea-single .sp-collapse a {
  font-size: inherit !important;
  line-height: inherit !important;
}