.fxFaqTitle {}

.fxFaqRow_hidden .fxFaqTitle:hover, .fxFaqTitle_selected {
    cursor: pointer;
    opacity: 1;
}

.fxFaqRow_hidden .fxFaqTitle {
    opacity: 0.7;
}

.fxFaqToggle {
    font-size: var(--sp-4);
    opacity: 0.2;
    transition: 0.3s all linear;
    width: 20px;
    height: 20px;
}

.fxFaqToggle:hover {
    opacity: 1;
}

.fxFaqToggle:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 18px;
}

.fxFaqRow_hidden .fxFaqToggle:after {
    content: "\f054";
}
