.back-link{
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.back-link a{
    color: #0374c9;
}
.listing-cpt {
    padding-left: 0;
    max-width: min(100%, 1140px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.listing-cpt li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 5px 10px;
    cursor: pointer;
}
.listing-cpt li.header{
    background-color: #BBD6ED;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.listing-cpt li .col1{
    flex-basis: 70%;
}
.listing-cpt li .col2{
    flex-basis: 30%;
}
.listing-cpt li h3{
    margin: 0;
    font-size: 1.1rem;
}
.listing-cpt li h3 a{
    color: black;
}
.listing-cpt li:hover,
.listing-cpt li:hover h3{
    background-color: #BBD6ED;
}
.listing-cpt li.header:hover{
    background-color: #BBD6ED;
    color: #fff;
}