/* block topic */

.topic-count-text{
    color: rgb(1,169,172);
}

.topic-strip{
    /* background: rgb(254,93,112);
    background: linear-gradient(90deg, rgba(254,93,112,1) 0%, rgba(255,146,159,1) 100%); */
    background: rgb(1,169,172);
    background: linear-gradient(90deg, rgba(1,169,172,1) 0%, rgba(66,231,235,1) 100%);
}

.camus-topic-category{
    color: #6c9ab5;
}

.camus-topic-category-important{
    color: #337ab7;
}