/* symptoms quiz active state (was inline in ddp_symptoms.php) */
.active-symptom {
    border-color: #e38d13;
    background-color: #e38d13;
}

/* symptom map category links (was inline in ddp_symptoms.php) */
.info_links_top li.active {
    border-left: 3px solid #e38d13;
    font-weight: bold;
    order: -1;
}
@media (max-width: 768px) {
    .info_links_top ul {
        column-count: 1;
    }
}
