/*
 * pws/faq reuses the TMJ page's question list (treatments-tmj.css). This adds only
 * what that list never needed: links inside an answer.
 */
.tmj-faq-item[data-pws="treatments-tmj"] p[data-pws="treatments-tmj"] a {
	color: rgb(var(--color-text));
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgb(var(--color-accent));
}
