.heading-hierarchy{
    border: 1px solid #E4E6EF;
    padding: 0.65rem 1rem;
    border-radius: 0.42rem;
    background: #f5f5f5;
}

.count-heading-container .heading-item{
    border-bottom: 1px solid #dee2e6;
}

.count-heading-container .heading-item .summary-count-container{
    column-gap: .5rem;
}

.count-heading-container .heading-item:last-child {
    border-bottom: none;
}

.heading-list::before{
    content: '';
    height: 4px;
    max-height: 4px;
    background-color: #ccc;
}

.heading-list.h2::before{
    width: 3rem;
}

.heading-list.h3::before{   
    width: 6rem;
}

.heading-list.h4::before{   
    width: 9rem;
}

.heading-list.h5::before{   
    width: 12rem;
}

.heading-list.h6::before{   
    width: 15rem;
}

.heading-list .alert.alert-light{
    background-color: #e5e5e5;
}

.box-summary{
    border-radius: 0.42rem 0.42rem 0rem 0rem;
    padding: .5rem .7rem;
    min-width: 100px;
    background-color: #f5f5f5;
    position: relative;
    border-bottom: 4px solid;
}

.box-summary.score{
    border-color: var(--primaryblue);
}

.box-summary.failed{
    border-color: #f98181;
}

.box-summary.warning{
    border-color: #ffcb66;
}

.box-summary.passed{
    border-color: #73b38a;
}

.percentage-summary{
    position: absolute;
    display: flex;
    bottom: 6px;
    right: 10px;
}

#heading-loading{
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.heading-hierarchy{
    width: 100%;
    max-height: 50vh;
}

.heading-hierarchy{
    overflow: auto;
}

.heading-hierarchy .list-unstyled{
    width: max-content;
}
    
.alert-h1{
    width: fit-content;
}

.link-suggest{
    color: var(--primaryblue)!important;
}

@media only screen and (max-width: 1024px) {
    .result-heading-header {
        display: block!important;
    }
    .results,
    .summary{
        width: 100%;
        margin: 0;
    }
    .results{
        margin-bottom: 1rem;
    }
    .box-summary-col{
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 1rem;
    }
}