#clbc-sidebar-issue-stories .stories .title {
    padding: 10px;
    background-color: #7ec7d5;
    color: white;
    margin-bottom: 0;
}

#clbc-sidebar-issue-stories .button:hover {
    background-color: rgba(0,0,0,.12) !important;
    color: rgba(0,0,0,.7) !important;
}

#clbc-sidebar-issue-stories .stories .headlines {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba(0,0,0,.06);
    font-size: 0.8em;
    padding-top: 15px;
}

#clbc-sidebar-issue-stories a {
    color: #48a8bc;
    border: none;
}

#clbc-sidebar-issue-stories a:hover {
    color: rgba(0,0,0,.95);
}

#clbc-sidebar-issue-stories .stories .headlines p {
    border-bottom: 1px solid #E9E9E9;
}

#clbc-sidebar-issue .pre-title {
    margin-bottom: 0px;
}

#clbc-sidebar-issue .title {
    font-weight: 500;
    font-size: 1.2em;
}

#clbc-sidebar-issue .image {
    width: 100%;
    height: auto;
}

#clbc-sidebar-issue .button, #clbc-sidebar-issue-stories .button {
    width: 100%;
    justify-content: center;
}

#clbc-sidebar-issue .button {
    background-color: #e58a40;
}

#clbc-sidebar-issue-stories .button {
    background-color: #7ec7d5;
}

#clbc-sidebar-issue .button {
    padding: 8px 20px;
}

#clbc-sidebar-issue-stories .headlines.hide-some p:nth-of-type(1n+11) {
    display: none;
}

@media screen and (max-width: 992px) {
    #clbc-sidebar-issue {
        padding: 24px;
        border: 1px solid rgba(0,0,0,.06);
    }

    #clbc-sidebar-issue .pre-title {
        text-align: center;
    }
    
    #clbc-sidebar-issue .title {
        text-align: center;
    }
    
    #clbc-sidebar-issue .image-wrap {
        width: 100%;
        height: auto;
        text-align: center;
    }

    #clbc-sidebar-issue .image-wrap img {
        max-width: 210px;
    }
    
    #clbc-sidebar-issue .button-wrap {
        width: 100%;
        justify-content: left;
        text-align: center;
    }

    #clbc-sidebar-issue .button {
        width: auto;
        justify-content: center;
        text-align: center;
    }

    #clbc-sidebar-issue-stories .stories {
        text-align: center;
    }
}