/*
Theme Name: Switch Child
Template: switch_tcd063
*/

.p-interview__faq dd a {
  color: #238744;
  text-decoration: underline;
  font-weight: bold;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.p-interview__faq dd a:hover {
  color: #a15a3a;
  text-decoration: none;
  opacity: 0.8;
}