﻿.sidetext {
    color: #444;
    font-size: 0.875rem;
}

.sidetext.active {
    color: var(--background-primary);
}

.heading {
    font-size: 1.5rem;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #b41e82;
    font-weight: 700;
}

.accordion-body {
    font-size: 14px;
}