.accordion {
    overflow-anchor: none;
}

.accordion .failed {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}

.accordion > .card {
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background-color: #f8f9fa;
}

.accordion > .card > .card-header button {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    color: var(--e-global-color-dark-gray) !important;
}

.accordion > .card > .card-header button:focus {
    outline: none;
    box-shadow: none;
}

.accordion > .card > .card-header button > strong {
    color: var(--e-global-color-secondary) !important;
}

.accordion > .card .card-body {
    padding: 26px 32px;
    line-height: 1.5;
    word-wrap: break-word;
}

.accordion > .card .card-body .answer {
    color: var(--e-global-color-secondary) !important;
}