.topic-holder {
    width: 100%;
}

.topic-holder .topic-item {
    padding: 0 8px;
    display: block;
    min-height: 100px;
    align-items: center;
}

.topic-holder .topic-item > a {
    display: flex;
    width: 100%;
    min-height: 100px;
    align-items: center;
    border: 1px solid #f0f0f0;
    padding: 8px 12px;
    color: #525252;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border-radius: 8px;
}

.topic-holder .topic-item > a.active {
    background: var(--teal-800);
    color: #FFF;
    border: 1px solid var(--teal-800);
    font-weight: 600;
}

#external-result {
    position: relative;
    min-height: 240px;
}

.result-item {
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #B5E3E1BF;
}

.result-item > label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 14px;
    margin: 0 0 4px 0;
    color: var(--teal-800);
}

.result-item > a {
    font-weight: 600;
    font-family: 'Metropolis', sans-serif;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: var(--teal-700);
    cursor: pointer;
}

@media all and (max-width: 540px) {
    .topic-holder .topic-item {
        width: 100%;
    }
}
