dl.questions {
    background: #fff;
    color: #222;
}

dl.questions dt {
    background: #fff url('/images/faq/plus.svg') right center no-repeat;
    background-size: 16px;
    background-origin: content-box;
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #fff;
}

dl.questions dd {
    /*padding: 15px;*/
    background: #fff;
}
dl.questions dt:hover {
	background: var(--pills-background-color-active) url('/images/faq/plus.svg') right center no-repeat;
	background-size: 16px;
    background-origin: content-box;
	border-radius: 8px;
}

dl.questions .expanded_img {
  background: var(--pills-background-color-active) url('/images/faq/minus.svg') right center no-repeat;
  background-size: 16px;
  background-origin: content-box;
  cursor: pointer;
  border-radius: 8px;
}

dl.questions .expanded_img:hover {
	background: var(--pills-background-color-active) url('/images/faq/minus.svg') right center no-repeat;
	background-size: 16px;
    background-origin: content-box;
	border-radius: 8px;
}

dt.expanded_img {
	background: var(--pills-background-color-active);
	
}
dt, dd {
	font-size: 16px;
}
