.faq-header,
.faq-icon {
cursor: pointer;
color: #FFF6F1;
transition: color 0.3s ease;
} .faq-header:hover,
.faq-icon:hover {
color: #B78B70;
} .faq-header.active,
.faq-icon.active {
color: #FC5500;
} .faq-icon {
font-size: 1.2em;
line-height: 1;
display: inline-block;
min-width: 1.2em;
text-align: center;
font-weight: bold;
margin-right: 0.5em;
position: relative;
top: 0.1em;
}